PHPackages                             kecik/dic - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. kecik/dic

ActiveLibrary[Framework](/categories/framework)

kecik/dic
=========

DIC (Dependency Injection Container) Libraries for Kecik Framework

1.0.3(11y ago)31541MITPHPPHP &gt;=5.4.0

Since Apr 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kecik-framework/dic)[ Packagist](https://packagist.org/packages/kecik/dic)[ RSS](/packages/kecik-dic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

**Kecik DIC (Dependency Injection Container)**
==============================================

[](#kecik-dic-dependency-injection-container)

This library is a library supporters to support the Dependency Injection Container problems, so the library is an object, controller, it could be a model or library will be loaded only once, so as to avoid wastage.

**Installation**
----------------

[](#installation)

file composer.json

```
{
	"require": {
		"kecik/dic": "dev-master"
	}
}
```

run a command

```
composer install
```

**Example Using**
-----------------

[](#example-using)

```
