https://github.com/cekta/di
psr/container implementation for humans
https://github.com/cekta/di
container dependency-injection di php psr-11
Last synced: 16 days ago
JSON representation
psr/container implementation for humans
- Host: GitHub
- URL: https://github.com/cekta/di
- Owner: cekta
- License: gpl-3.0
- Created: 2019-06-05T16:30:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T23:02:03.000Z (23 days ago)
- Last Synced: 2025-03-29T00:19:27.748Z (23 days ago)
- Topics: container, dependency-injection, di, php, psr-11
- Language: PHP
- Homepage:
- Size: 325 KB
- Stars: 76
- Watchers: 10
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting started with Cekta/DI
[](https://t.me/dev_ru)
[](https://dashboard.stryker-mutator.io/reports/github.com/cekta/di/master)
[](https://packagist.org/packages/cekta/di)
[](https://packagist.org/packages/cekta/di)[psr/container](https://www.php-fig.org/psr/psr-11/) implementation for humans
## Features
* Supports Autowiring with automatic constructor-based configuration and variadic arguments.
* Allows you to manually configure any dependency via closures.
* Easy to improve and extend.
* Contains everything you need.
* Supports opcache compilation (fast).
* High code quality (see the badges).## Install via [composer](https://getcomposer.org/)
```
composer require cekta/di
```### Video tutorial (Russian).
[](http://www.youtube.com/watch?v=gm-3TSf9go0)