watoki / factory
A simple dependency injection container for PHP
v1.0
2016-02-17 05:49 UTC
Requires
- php: >=5.3.8
- watoki/reflect: *
Requires (Dev)
- watoki/scrut: *
This package is not auto-updated.
Last update: 2026-03-09 16:53:13 UTC
README
factory is a simple dependency injection container for PHP. It supports singeltons and injection through constructor, properties and property annotations. Check out the Test Suite for a detailed documentation.