phptest / service-container
Extensible service container
dev-master
2014-06-15 19:27 UTC
Requires
- php: >=5.4.0
- symfony/dependency-injection: ~2.5
This package is not auto-updated.
Last update: 2026-02-28 23:50:57 UTC
README
Master build:
Requires: PHP >= 5.4 || HHVM >= 3.0
PHPTest Service Container is a small abstraction around the popular Symfony DependencyInjection library.
It can be installed in whichever way you prefer, but I recommend Composer.
{
"require": {
"phptest/service-container": "*"
}
}
Contributing
All contributions, including issues, comments and pull requests should be made to the main phptest/phptest respository.
License
The content of this library is released under the MIT License by
Andrew Lawson.
You can find a copy of this license in
LICENSE or at http://opensource.org/licenses/mit.