2017 © Pedro Peláez
 

library service-container

Extensible service container

image

phptest/service-container

Extensible service container

  • Sunday, June 15, 2014
  • by adlawson
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

PHPTest Service Container

Master build: ![Master branch build status][travis-master]br/ Requires: PHP >= 5.4 || HHVM >= 3.0, (*1)

PHPTest Service Container is a small abstraction around the popular Symfony DependencyInjection library., (*2)

It can be installed in whichever way you prefer, but I recommend Composer., (*3)

{
    "require": {
        "phptest/service-container": "*"
    }
}

Contributing

All contributions, including issues, comments and pull requests should be made to the main phptest/phptest respository., (*4)

License

The content of this library is released under the MIT License by Andrew Lawson.br/ You can find a copy of this license in LICENSE or at http://opensource.org/licenses/mit., (*5)

The Versions

15/06 2014

dev-master

9999999-dev https://phptest.github.io/components/service-container

Extensible service container

  Sources   Download

MIT

The Requires

 

service container ioc dependency di injection phptest