PHPackages                             acne/acne - 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. acne/acne

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

acne/acne
=========

Simple DI Container for PHP &lt; 5.3

0.0.0(13y ago)336MITPHPPHP &gt;=5.2.14

Since Jul 14Pushed 13y ago2 watchersCompare

[ Source](https://github.com/yuya-takeyama/acne)[ Packagist](https://packagist.org/packages/acne/acne)[ RSS](/packages/acne-acne/feed)WikiDiscussions develop Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Acne
====

[](#acne)

Acne is simple DI Container for PHP &lt; 5.2

Heavily inspired by [fabpot/Pimple](https://github.com/fabpot/Pimple)

Usage
-----

[](#usage)

### Defining parameters

[](#defining-parameters)

You can use `Acne_Container` like an associative array.

Just set value with key.

```
