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 year ago
JSON representation
Dependency Injection and IoC framework for PHP
- Host: GitHub
- URL: https://github.com/brick/di
- Owner: brick
- License: mit
- Created: 2014-09-12T07:39:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T23:16:23.000Z (about 2 years ago)
- Last Synced: 2024-11-12T04:13:33.818Z (over 1 year ago)
- Topics: dependency-injection, ioc, ioc-container, php
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Brick\DI
========

A Dependency Injection and Inversion Of Control framework for PHP 8.
[](https://github.com/brick/di/actions)
[](https://coveralls.io/github/brick/di?branch=master)
[](https://packagist.org/packages/brick/di)
[](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.