notihnio / mgr
Mgr is an open source light PHP Framwork framework.
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 0
Open Issues: 0
Type:mvc-framework
Requires
- php: >=5.3.0
README
Mgr framework is a lightweight MVC PHP Framework which includes basic and commonly used components.
You can get it with composer
https://packagist.org/packages/notihnio/mgr
Explore the documentation
https://github.com/notihnio/mgr/wiki
Example code
clone the example application
https://github.com/notihnio/mgr-example-application
What's new:
version 1.6.1 each module contains its own routes and bootstrap file (Plug and play logic)
version 1.5.4 fixing output buffer minor bug on session
version 1.4.2 Fixing Get parameters issue on routing
version 1.4.1 adding support to XCache
version 1.4.0 adding support to Memcache and APC cache
version 1.3.0 normal routing supports deeper paths for static part! example: /article/edit/:articleid