matheos / micromvc
small php micro framework
Installs: 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.3.0
- mrclay/minify: dev-master
- vrana/notorm: dev-master
This package is not auto-updated.
Last update: 2025-03-29 18:26:16 UTC
README
By Matheos -> mvlandys@gmail.com
How to use MicroMVC
For a full tutorial please visit: http://matheosphp.blogspot.com.au/2014/02/micromvc-tutorial.html
- Requirements
- PHP 5.3 or above
- Apache with mod_rewrite enabled
- Composer: https://getcomposer.org/
- Bower http://bower.io/
- Installation
- composer create-project -s dev matheos/micromvc
- cd micromvc
- bower install
Credit
I have bundled in some awesome libraries, here is credit to the authors:
- Twitter Bootstrap http://twitter.github.com/bootstrap/
- NotORM http://www.notorm.com/
- PHP Minify: https://github.com/mrclay/minify
- JQuery: http://jquery.com/
- Composer: https://getcomposer.org/
- Bower: http://bower.io/
Borrowed a lot of ideas from :