2017 © Pedro Peláez
 

library fabrico

PHP micro framework

image

krasimir/fabrico

PHP micro framework

  • Tuesday, May 28, 2013
  • by krasimir
  • Repository
  • 3 Watchers
  • 4 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fabrico

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., (*1)

Modules

Installation

The easier way is to download the files directly and check the documentation of every of the modules., (*2)

Fabrico is also available for composer:, (*3)

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

The Versions

28/05 2013

dev-master

9999999-dev https://github.com/krasimir/fabrico

PHP micro framework

  Sources   Download

MIT

The Requires

  • php >=5

 

installer microframework autoloader router form builder db adapter tempalte engine