Skip to content

itkg/core

Repository files navigation

Itkg Core library

Build Status Scrutinizer Code Quality Code Coverage

features

  • DIC
  • ServiceProvider
  • Config wrapper
  • Some helpfull commands

Installation

Installation by Composer

If you use composer, add library as a dependency to the composer.json of your application

    "require": {
        ...
        "itkg/core": "dev-master"
        ...
    },

Usage