brenoroosevelt / psr-nullcontainer
Null Object Pattner for PSR-11 Container
Package info
github.com/brenoroosevelt/psr-nullcontainer
pkg:composer/brenoroosevelt/psr-nullcontainer
1.0.2
2023-09-12 14:56 UTC
Requires
- php: ^7.4|^8.0|^8.1
- psr/container: ^1|^2
Requires (Dev)
- phpstan/phpstan: ^1
- phpunit/phpunit: ^9.4
- squizlabs/php_codesniffer: ^3
Provides
- psr/container-implementation: ^1|^2
README
Null Object Pattern for PSR-11 Container
Requirements
The following versions of PHP are supported: 7.4, 8.0, 8.1.
Install
$ composer require brenoroosevelt/psr-nullcontainer
Usage
$container = new \BrenoRoosevelt\Psr11\NullContainer();
License
This project is licensed under the terms of the MIT license. See the LICENSE file for license rights and limitations.