Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.
/ syringe Public archive

Small dependency injection container for PHP (PHP 7+)

Notifications You must be signed in to change notification settings

shalvah/syringe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syringe

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