fixwa/black-framework

Another MVC framework with router, and using the Idiorm/Paris library for models.

dev-master 2017-08-22 17:16 UTC

This package is auto-updated.

Last update: 2024-04-13 02:40:13 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