amritgc / ramro-framework
Ramro is a progressive php framework.
v1.0.0
2017-04-14 08:56 UTC
Requires
- league/container: ^2.4
- league/route: ^3.0
- zendframework/zend-diactoros: ^1.4
Provides
This package is not auto-updated.
Last update: 2024-10-27 03:00:06 UTC
README
Ramro is a progressive php framework. Follows community standards like PSR-7: HTTP message interfaces and PSR-11: container interface etc. Under the hood it uses following packages:
- League\Route for routing.
- League\Container for dependency injection.
- Zendframework/Zend-diactoros for representing HTTP messages.