cti/core

Application core

0.7.13 2014-07-02 11:24 UTC

README

Latest Stable Version Total Downloads License Build Status Coverage Status

Core used for application flow. You can start use it with this command:

composer create-project cti/app 

Installation

If you want to use it on your own framework, use composer package:

{
    "require": {
        "cti/core": "*"    
    }
}

Documentation

Coming soon