tkachinc/core

TkachInc Core Framework


Keywords
framework, core, tkachinc
License
PHP-3.0

Documentation

Core

Install

To install TkachInc\Core - file composer.json your project must be entered in the unit require:

"tkachinc/core": "~3.2"

After that, if you have already installed composer execute:

$ php composer.phar install tkachinc/core

If not, then you must install the composer:

curl -sS https://getcomposer.org/installer | php

Create file compose.json

{
    "require": {
        "tkachinc/core": "~3.2"
    }
}

And execute command:

$ php composer.phar install tkachinc/core