hypnotox / vessel
A PSR-11 PHP DI container implementation.
dev-main
2022-01-05 02:34 UTC
Requires
- php: >=8.1
- psr/container: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.15
This package is auto-updated.
Last update: 2024-11-05 09:22:13 UTC
README
A PSR-11 PHP DI container implementation.
This is just a personal project. It will follow semantic versioning and will be stable, but don't expect constant development, especially when it is declared feature complete.
PRs are welcome.
Installation
Simply require it using composer: composer require hypnotox/vessel
Features
// TODO
Usage
// TODO