BlackFramework
Just another MVC framework., (*1)
The idea behind this is to have a lightweight basecode with some of the most important functionality required for basic websites., (*2)
This is a Composer-Package containing the core scripts. For a working example application, please refer to:
Basic application, (*3)
Install
For a fresh install, you would create a blank composer project:, (*4)
composer init
follow the instructions and once completed:, (*5)
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., (*6)
If you prefer a working project, (*7)