brenoroosevelt / psr-nullcontainer
Null Object Pattner for PSR-11 Container
Installs: 1 018
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/brenoroosevelt/psr-nullcontainer
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.