homeframework / container
There is no license information available for the latest version (1.0.0) of this package.
HomeFramework2 Container Component
1.0.0
2013-11-16 22:13 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-12-17 03:56:18 UTC
README
HomeContainer v1.0.0
What is HomeContainer?
HomeContainer is a PHP 5.3 standalone Dependency injection system.
Requirements
HomeContainer is supported on PHP 5.3.0 and up.
Installation
In your composer.json
{ "require": { "homeframework/container": "^1.0" } }
Running Home Container Tests
$ cd /path/to/HomeFramework/Container $ composer.phar install $ phpunit