Skip to content

schilffarth/dependency-injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component: Automatic constructor dependency injection

Instructions

Initial Setup: See sections Requirements and Setup

The DI-Component provides ease in using singletons for your PHP application

Example usage

Releases

  • 1.0.0

First release

Requirements

Composer dependencies

Setup

  • Add the requirement to your project's composer.json and run composer update
"require": {
  "schilffarth/dependency-injection": "^1.0.0"
},
"repositories": [
  {"type": "git", "url": "https://github.com/schilffarth/dependency-injection"}
],

Authors

Roland Schilffarth [email protected]

License

GNU General Public License version 3

About

Automatic constructor dependency injection for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages