shalvah / syringe
This package is abandoned and no longer maintained.
No replacement package was suggested.
Small dependency injection container for PHP
1.3
2017-05-20 19:05 UTC
Requires
- php: >=7.0
- container-interop/container-interop: ^1.1
Requires (Dev)
- apigen/apigen: ^4.1
- phpunit/phpunit: ^4.0
This package is auto-updated.
Last update: 2021-06-11 21:40:20 UTC
README
Simple PSR-11 compliant PHP dependency injection container
Documentation
Installation
composer require shalvah/syringe
Setup
- Clone the repository
git clone https://github.com/shalvah/syringe
- Install dependencies
composer install
- Run tests
./vendor/bin/phpunit tests
# on Windows: vendor\bin\phpunit tests
API Documentation
View API documentation here