Another PHP Framework made of other components.
One penny is valueless but a lot of pennies build an empire.
Penny is a framework that helps you to build PHP application. It is focused around the interoperability concept.
At the moment Symfony, Zend Framework and Laravel are very big projects and this complexity often is not required.
This project helps you to create applications with the best standalone components.
penny skeleton app is a first penny implementation. "Classic" because it integrates league/plates and helps you to build an HTML application.
$ composer create-project penny/classic-app -s dev
$ php -S 127.0.0.1:8080 -t public
it's ready! You can visit 127.0.0.1:8080