gianarb / penny
This package is abandoned and no longer maintained.
No replacement package was suggested.
Another PHP framework made of other components
0.8.0
2015-12-29 10:49 UTC
Requires
- php: ^5.6|^7.0
- doctrine/annotations: ^1.2
- nikic/fast-route: ~0.6
- php-di/php-di: ~5.0
- zendframework/zend-diactoros: ~1.0
- zendframework/zend-eventmanager: ~2.5.0
- zendframework/zend-stdlib: ~2.5
Requires (Dev)
- cakephp/event: ~3.0
- phpunit/phpunit: ~5.0
- symfony/http-foundation: ~3.0
This package is not auto-updated.
Last update: 2021-03-15 09:16:07 UTC
README
Another PHP Framework made of other components.
One penny is valueless but a lot of pennies build an empire.
What is penny?
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.
Getting Started
penny skeleton app is a first penny implementation. "Classic" because it integrates league/plates and helps you to build an HTML application.
Installation
$ composer create-project penny/classic-app -s dev
Built-in webserver
$ php -S 127.0.0.1:8080 -t public
it's ready! You can visit 127.0.0.1:8080