Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brick/di
- Owner: brick
- License: mit
- Created: 2014-09-12T07:39:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T23:16:23.000Z (8 months ago)
- Last Synced: 2024-11-12T04:13:33.818Z (about 1 month 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.
[![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.