https://github.com/devaloka/dependency-injection
:sunny: [READ-ONLY][Component] DependencyInjection Component for WordPress.
https://github.com/devaloka/dependency-injection
Last synced: about 2 months ago
JSON representation
:sunny: [READ-ONLY][Component] DependencyInjection Component for WordPress.
- Host: GitHub
- URL: https://github.com/devaloka/dependency-injection
- Owner: devaloka
- License: mit
- Created: 2016-01-10T09:35:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T02:29:46.000Z (almost 9 years ago)
- Last Synced: 2025-04-19T19:57:03.095Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DependencyInjection Component
[![Latest Stable Version][stable-image]][stable-url]
[![Latest Unstable Version][unstable-image]][unstable-url]
[![License][license-image]][license-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
Devaloka DependencyInjection Component for WordPress.
## Installation
1. Install via Composer.
```sh
composer require devaloka/dependency-injection
```
[stable-image]: https://poser.pugx.org/devaloka/dependency-injection/v/stable
[stable-url]: https://packagist.org/packages/devaloka/dependency-injection
[unstable-image]: https://poser.pugx.org/devaloka/dependency-injection/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/dependency-injection
[license-image]: https://poser.pugx.org/devaloka/dependency-injection/license
[license-url]: https://packagist.org/packages/devaloka/dependency-injection
[travis-image]: https://travis-ci.org/devaloka/dependency-injection.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/dependency-injection
[coveralls-image]: https://coveralls.io/repos/devaloka/dependency-injection/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/devaloka/dependency-injection?branch=master