Mgr is an open source light PHP Framwork framework.

Maintainers

Details

github.com/notihnio/mgr

Source

Issues

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 1

Open Issues: 0

Type:mvc-framework

1.6.1 2015-02-23 14:28 UTC

This package is auto-updated.

Last update: 2024-03-15 01:31:39 UTC


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