Tiny, dependency-free PHP micro-framework built for speed and simplicity.
composer serveFeatherPHP/
├── core/
│   ├── Router.php
│   ├── Http.php
│   └── Engine.php
├── public/
│   └── index.php
├── views/
│   └── landing.php
└── icons/
    └── feather-logo.png

