PHPackages                             naylonkessler/con-boss - 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. naylonkessler/con-boss

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

naylonkessler/con-boss
======================

A light context manager for DI and IoC

v0.0.0(9y ago)058MITPHPPHP &gt;=5.6.0

Since Feb 17Pushed 8y ago2 watchersCompare

[ Source](https://github.com/naylonkessler/con-boss)[ Packagist](https://packagist.org/packages/naylonkessler/con-boss)[ RSS](/packages/naylonkessler-con-boss/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

ConBoss
=======

[](#conboss)

[![SensioLabsInsight](https://camo.githubusercontent.com/a56ec4df0dce3707a0c6c237a2eaac393926c3de272db2809f8058fd47123c8d/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63633762623232612d333862632d343061632d386235392d3266623734636134623530612f6269672e706e67)](https://insight.sensiolabs.com/projects/cc7bb22a-38bc-40ac-8b59-2fb74ca4b50a)[![Build Status](https://camo.githubusercontent.com/22f60e876797045a8f4ccb01a017b6e1619d5537c57b46f57deb600ee7b1852a/68747470733a2f2f7472617669732d63692e6f72672f6e61796c6f6e6b6573736c65722f636f6e2d626f73732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/naylonkessler/con-boss)

ConBoss is a light context manager (container) for using with dependency injection and inversion of control concepts. It is intended to be simple and light but still powerful.

Installation
------------

[](#installation)

Just require the package using composer.

```
composer require naylonkessler/con-boss
```

Using the package
-----------------

[](#using-the-package)

Import and create a container:

```
