zp / phpwire
Yet another IoC Container
Installs: 2 250
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 13
Forks: 1
Open Issues: 0
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