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

https://github.com/baraveli/container

Simple PHP DI container.
https://github.com/baraveli/container

baraveli baraveli-container container dependency-injection di php php-di-container

Last synced: 8 months ago
JSON representation

Simple PHP DI container.

Awesome Lists containing this project

README

          

# Baraveli Container
[![Build Status](https://travis-ci.org/baraveli/container.svg?branch=master)](https://travis-ci.org/baraveli/container)
[![Latest Stable Version](https://poser.pugx.org/baraveli/container/v/stable)](https://packagist.org/packages/baraveli/container)
[![License](https://poser.pugx.org/baraveli/container/license)](https://packagist.org/packages/baraveli/container)

Simple PHP DI container.

Baraveli Container is a Container class that bind services,config,classes into a registry array and returns the service,config or classes through out the app. Intially created to be used in baraveli packages.

## Installation

```shell
composer require baraveli/container
```