Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.).

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.