Skip to content

Micron is a simple and straightforward PHP MVC framework that uses 3rd party libraries (Plates, Laravel's Eloquent, etc.).

License

Notifications You must be signed in to change notification settings

joduplessis/micron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micron MVC

Welcome

Micron is a simple and straightforward MVC framework that uses 3rd party libraries (Plates, Laravel's Eloquent, etc.). It's dead easy to implement. It was built to use for small web applications at MRP Home & is also a lightweight CMS our of the box.

  • Variables get stored in the $variables parameter in each controller
  • Routes are all created by Routes::set in the index.php file
  • Public directory is public

The format was heavily inspired by Laravel. Because Micron MVC uses Eloquent, be careful to set up new tables with created_at and update_at fields.

Usage

  • Import dump.sql into MySQL image
  • Bower install
  • Composer install
  • Configure public/index.php

Here be dragons!

Whilst it's a nimble little guy, it is also not supported anymore - so feel free to dissect and turn into flesh eating zombie kittens if you want.

About

Micron is a simple and straightforward PHP MVC framework that uses 3rd party libraries (Plates, Laravel's Eloquent, etc.).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published