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

https://github.com/smoren/mushroom-framework

Light php microframework
https://github.com/smoren/mushroom-framework

php-framework

Last synced: about 2 months ago
JSON representation

Light php microframework

Awesome Lists containing this project

README

          

### Light microframework like Laravel.
Docs in progress...

### Installation:
```bash
composer create-project --stability dev smoren/mushroom-framework
php master example install
# then edit file app/config/config.db.php
php master migrate install
php master migrate roll
```