PHPackages                             00f100/fcphp-di - 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. 00f100/fcphp-di

ActivePackage[Framework](/categories/framework)

00f100/fcphp-di
===============

Dependency Injection for FcPHP

0.4.0(6y ago)44016PHPPHP &gt;=7.2

Since Jun 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/00F100/fcphp-di)[ Packagist](https://packagist.org/packages/00f100/fcphp-di)[ Docs](https://github.com/00f100/fcphp-di)[ RSS](/packages/00f100-fcphp-di/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (9)Used By (6)

FcPhp Dependency Injection
==========================

[](#fcphp-dependency-injection)

Package to manage dependencies of project.

[![Build Status](https://camo.githubusercontent.com/2452b1cba2106d9f8f52e5a569186464932c67d11d0ce92f9b7062455bbf4778/68747470733a2f2f7472617669732d63692e6f72672f3030463130302f66637068702d64692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/00F100/fcphp-di) [![codecov](https://camo.githubusercontent.com/fc2ede72685f4bca04a58761f5eaef7e155a811208ebbd0a6f61b9b1f0932177/68747470733a2f2f636f6465636f762e696f2f67682f3030463130302f66637068702d64692f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/00F100/fcphp-di) [![Total Downloads](https://camo.githubusercontent.com/1f4654c933a8c3b04553fc9f6935e4d07c2f9dee4d7b1d9c3d5a892e7ad5256e/68747470733a2f2f706f7365722e707567782e6f72672f3030463130302f66637068702d64692f646f776e6c6f616473)](https://packagist.org/packages/00F100/fcphp-di)

How to install
--------------

[](#how-to-install)

Composer:

```
$ composer require 00f100/fcphp-di
```

or add in composer.json

```
{
    "require": {
        "00f100/fcphp-di": "*"
    }
}
```

How to use
----------

[](#how-to-use)

```
