https://github.com/linkorb/container
Simple Dependency Injection Container
https://github.com/linkorb/container
Last synced: 11 months ago
JSON representation
Simple Dependency Injection Container
- Host: GitHub
- URL: https://github.com/linkorb/container
- Owner: linkorb
- License: mit
- Created: 2018-05-14T20:30:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T20:30:47.000Z (about 8 years ago)
- Last Synced: 2025-07-22T20:13:27.676Z (11 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LinkORB Container
=================
Simple Dependency Injection Container.
## Features
* Lazy loading services
* Autowiring service constructors
* Autowiring method invocation
* PSR-11 compliant (implements `Psr\Container\ContainerInterface`)
## Usage
Please refer to `examples/` for usage examples.
## License
MIT. Please refer to the [license file](LICENSE) for details.
## Brought to you by the LinkORB Engineering team

Check out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).
Btw, we're hiring!