krasimir/fabrico

PHP micro framework

dev-master 2013-05-28 21:16 UTC

This package is not auto-updated.

Last update: 2024-05-25 14:31:26 UTC


README

Fabrico is PHP micro framework. It's purpose is to provide really basic functionalities for building web applications. During the development, the very first priority was to contain modules which are independent. I.e. there are not tied to any other classes or modules. Simple classes for a specific job.

Modules

Installation

The easier way is to download the files directly and check the documentation of every of the modules.

Fabrico is also available for composer:

{
    "require": {
        "krasimir/fabrico": "dev-master"
    }
}