maestroprog / di-container
A simple realisation of dependency injection container.
2.0-RC
2018-03-05 21:17 UTC
Requires
- php: >=7.1.0
- psr/container: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.2
- satooshi/php-coveralls: ^1.0
This package is auto-updated.
Last update: 2025-03-17 02:19:16 UTC
README
A simple realisation of dependency injection container.
Requirements
- >=PHP7.1
Installing
- With composer:
$ composer require maestroprog/di-container
- With git clone:
$ git clone https://github.com/maestroprog/di-container
Using
See sample.