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

This package is auto-updated.

Last update: 2021-06-11 21:40:20 UTC


README

Latest Stable Version Total Downloads License

Simple PSR-11 compliant PHP dependency injection container

Documentation

Full 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