itkg/core

Itkg core library

1.1.3 2015-06-22 14:05 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:01:12 UTC


README

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