autarky/container

Service and dependency injection container.

1.1.1 2015-11-12 12:28 UTC

README

Build Status Latest Stable Version Latest Unstable Version License

Service and dependency injection container.

Installation

composer require autarky/container

Contributing

git clone https://github.com/autarky/container /path/to/autarky-container
cd /path/to/autarky-container
composer install
phpunit

The master branch is the current minor version. Previous minor versions have their own branches. Only critical bugfixes should be applied to these branches.

The develop branch is the next minor version. New features are applied to this branch.

Read the CONTRIBUTING.md file for more information.

License

The contents of this repository is released under the MIT license. See the LICENSE file included for more information.