phizio/phix

There is no license information available for the latest version (1.1.7) of this package.

Light-weight simple framework without MVC

1.1.7 2016-09-05 09:57 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:31:44 UTC


README

Installation

light-weight simple framework without MVC - only core

Sample of use

See an example in repo: phizio/phix_example

Composer

Example of Composer.json in your project

{
    "require": {
        "phizio/phix": "^1.0",
        /*
        ... your own plugins
        */
    }
}