Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewbdaly/ernie
Simple dependency injection container, built to understand the concept better
https://github.com/matthewbdaly/ernie
dependency-injection dependency-injection-container php php7 psr-11
Last synced: about 1 month ago
JSON representation
Simple dependency injection container, built to understand the concept better
- Host: GitHub
- URL: https://github.com/matthewbdaly/ernie
- Owner: matthewbdaly
- License: mit
- Created: 2018-08-28T19:44:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T18:30:54.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T04:02:19.600Z (9 months ago)
- Topics: dependency-injection, dependency-injection-container, php, php7, psr-11
- Language: PHP
- Size: 26.4 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ernie
[![Build Status](https://travis-ci.org/matthewbdaly/ernie.svg?branch=master)](https://travis-ci.org/matthewbdaly/ernie)Simple dependency injection container, built to understand the concept better. Implements PSR-11.