maestroprog / di-container
A simple realisation of dependency injection container.
Installs: 94
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/maestroprog/di-container
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-09-17 03:32:18 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.