Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/delfimov/di
- Owner: delfimov
- License: mit
- Created: 2017-08-31T16:19:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T16:14:00.000Z (about 7 years ago)
- Last Synced: 2024-05-05T14:43:59.574Z (6 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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