Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brick/di

Dependency Injection and IoC framework for PHP
https://github.com/brick/di

dependency-injection ioc ioc-container php

Last synced: about 1 month ago
JSON representation

Dependency Injection and IoC framework for PHP

Awesome Lists containing this project

README

        

Brick\DI
========

A Dependency Injection and Inversion Of Control framework for PHP 8.

[![Build Status](https://github.com/brick/di/workflows/CI/badge.svg)](https://github.com/brick/di/actions)
[![Coverage Status](https://coveralls.io/repos/github/brick/di/badge.svg?branch=master)](https://coveralls.io/github/brick/di?branch=master)
[![Latest Stable Version](https://poser.pugx.org/brick/di/v/stable)](https://packagist.org/packages/brick/di)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)

Introduction
------------

To be written.

Installation
------------

This library is installable via [Composer](https://getcomposer.org/):

```bash
composer require brick/di
```

Requirements
------------

This library requires PHP 8.0 or later.