https://github.com/psychob/dependency-injection
Simple PHP dependency injection library
https://github.com/psychob/dependency-injection
Last synced: 3 months ago
JSON representation
Simple PHP dependency injection library
- Host: GitHub
- URL: https://github.com/psychob/dependency-injection
- Owner: psychob
- Created: 2019-06-19T08:53:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T20:17:50.000Z (over 6 years ago)
- Last Synced: 2025-07-18T07:40:17.638Z (about 1 year ago)
- Language: PHP
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dependency Injection Framework
--
(c) by Andrzej Budzanowski
[](https://codeclimate.com/github/psychob/dependency-injection/maintainability) [](https://codeclimate.com/github/psychob/dependency-injection/test_coverage) [](https://travis-ci.org/psychob/dependency-injection)
## Brief
## Installation
Use composer:
```bash
composer require psychob/dependency-injection
```
## Usage