Skip to content

cti/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core

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