fixwa / black-framework
Another MVC framework with router, and using the Idiorm/Paris library for models.
dev-master
2017-08-22 17:16 UTC
Requires
- php: >=5.6.0
- j4mie/idiorm: 1.5.*
- j4mie/paris: dev-master
Requires (Dev)
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2025-03-13 04:42:32 UTC
README
Just another MVC framework.
The idea behind this is to have a lightweight basecode with some of the most important functionality required for basic websites.
This is a Composer-Package containing the core scripts. For a working example application, please refer to: Basic application
##Install
For a fresh install, you would create a blank composer project:
composer init
follow the instructions and once completed:
composer require fixwa/black-framework --save
Now you should have the Black Framework available in your project, but you need to create your models/controllers/views by your own.
If you prefer a working project