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

https://github.com/psychob/dependency-injection

Simple PHP dependency injection library
https://github.com/psychob/dependency-injection

Last synced: 3 months ago
JSON representation

Simple PHP dependency injection library

Awesome Lists containing this project

README

          

Dependency Injection Framework
--
(c) by Andrzej Budzanowski

[![Maintainability](https://api.codeclimate.com/v1/badges/970eed378ac3aff85ab8/maintainability)](https://codeclimate.com/github/psychob/dependency-injection/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/970eed378ac3aff85ab8/test_coverage)](https://codeclimate.com/github/psychob/dependency-injection/test_coverage) [![Build Status](https://travis-ci.org/psychob/dependency-injection.svg?branch=master)](https://travis-ci.org/psychob/dependency-injection)

## Brief
## Installation
Use composer:

```bash
composer require psychob/dependency-injection
```

## Usage