Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/delfimov/di

Fast and lightweight PSR-11 PHP Dependency Injection Container
https://github.com/delfimov/di

Last synced: 4 days ago
JSON representation

Fast and lightweight PSR-11 PHP Dependency Injection Container

Awesome Lists containing this project

README

        

[![DI](https://img.shields.io/badge/DI-Container-00cc86.svg)](https://github.com/delfimov/DI)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/delfimov/DI/blob/master/LICENSE)

# DI Container

Lightweight and nimble PSR-11 PHP Dependency Injection Container

## Requirements

* [PHP >= 5.6](http://www.php.net/) (though, I highly recommend to use PHP 7)
* [Composer](https://getcomposer.org/download/)

## Installation

* Run `composer require delfimov/di`

## How to use

TODO