Skip to content

phizio/phix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phix

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
        */
    }
}