Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joduplessis/micron
Micron is a simple and straightforward PHP MVC framework that uses 3rd party libraries (Plates, Laravel's Eloquent, etc.).
https://github.com/joduplessis/micron
mvc php
Last synced: about 2 months ago
JSON representation
Micron is a simple and straightforward PHP MVC framework that uses 3rd party libraries (Plates, Laravel's Eloquent, etc.).
- Host: GitHub
- URL: https://github.com/joduplessis/micron
- Owner: joduplessis
- License: mit
- Created: 2017-08-23T08:40:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T08:40:38.000Z (over 7 years ago)
- Last Synced: 2024-11-06T17:52:07.582Z (3 months ago)
- Topics: mvc, php
- Language: PHP
- Homepage: https://joduplessis.com/work/micronmvc
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.