zp / phpwire
This package is abandoned and no longer maintained.
No replacement package was suggested.
Yet another IoC Container
2.0.3
2021-07-14 08:35 UTC
Requires
- php: ^7.4 || ^8.0
- laminas/laminas-code: ^4.3
- ocramius/proxy-manager: ^2.12
- opis/closure: ^3.6
- psr/container: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
Provides
README
Yet another simple and powerful framework-agnostic IoC Container for PHP.
Installation
composer require zp/phpwire
Features
- Autowiring
- Container compilation
- Supporting of lazy initialization (uses ProxyManager)
- Framework-agnostic
- PSR-11 compliant
TODO
- Add examples and update README.md