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

https://github.com/jbboehr/zdi

Dependency injection container compiler
https://github.com/jbboehr/zdi

php php-di

Last synced: 5 months ago
JSON representation

Dependency injection container compiler

Awesome Lists containing this project

README

          

# zdi

[![Build Status](https://travis-ci.org/jbboehr/zdi.svg?branch=master)](https://travis-ci.org/jbboehr/zdi)
[![Coverage Status](https://coveralls.io/repos/github/jbboehr/zdi/badge.svg?branch=master)](https://coveralls.io/github/jbboehr/zdi?branch=master)
[![Latest Stable Version](https://poser.pugx.org/jbboehr/zdi/v/stable.svg)](https://packagist.org/packages/jbboehr/zdi)
[![License](https://poser.pugx.org/jbboehr/zdi/license.svg)](https://packagist.org/packages/jbboehr/zdi)

## Install

Via Composer

``` bash
composer require jbboehr/zdi
```

## License

This project is licensed under the [Simplified BSD License](LICENSE.md).