PHPackages                             buzzingpixel/corbomite-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. buzzingpixel/corbomite-di

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

buzzingpixel/corbomite-di
=========================

Corbomite DI

1.2.0(7y ago)05.8k17Apache-2.0PHPPHP &gt;=7.2

Since Dec 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/buzzingpixel/corbomite-di)[ Packagist](https://packagist.org/packages/buzzingpixel/corbomite-di)[ Docs](https://buzzingpixel.com/)[ RSS](/packages/buzzingpixel-corbomite-di/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (17)

Corbomite DI
============

[](#corbomite-di)

Part of BuzzingPixel's Corbomite project.

### Configuration

[](#configuration)

Configuration can be provided in your project's `composer.json` extra key, or in some cases with environment variables.

#### `diConfigFilePath`

[](#diconfigfilepath)

Your app, or any composer package can register a config file to load in `composer.json`s `extra` object with the key `diConfigFilePath`.

```
{
    "name": "vendor/name",
    "extra": {
        "diConfigFilePath": "src/diConfig.php"
    }
}
```

The return of that config file should look something like this:

```
