yiisoft / psr-dummy-provider
PSR Dummy Provider
Fund package maintenance!
Open Collective
yiisoft
Installs: 42 185
Dependents: 13
Suggesters: 0
Security: 0
Stars: 3
Watchers: 15
Forks: 1
Open Issues: 0
Provides
- psr/cache-implementation: 1.0
- psr/container-implementation: 1.0
- psr/event-dispatcher-implementation: 1.0
- psr/http-client-implementation: 1.0
- psr/http-factory-implementation: 1.0
- psr/http-message-implementation: 1.0
- psr/http-server-handler-implementation: 1.0
- psr/http-server-middleware-implementation: 1.0
- psr/link-implementation: 1.0
- psr/log-implementation: 1.0
- psr/simple-cache-implementation: 1.0
This package is auto-updated.
Last update: 2023-05-31 00:18:35 UTC
README
PSR Dummy Provider
The package serves as dummy provider of PSR virtual packages:
psr/cache-implementation
psr/container-implementation
psr/event-dispatcher-implementation
psr/http-client-implementation
psr/http-factory-implementation
psr/http-message-implementation
psr/http-server-handler-implementation
psr/http-server-middleware-implementation
psr/link-implementation
psr/log-implementation
psr/simple-cache-implementation
Dummy implementation provider is used for testing packages requiring implementations. Also, it may be used when testing a package with the help of yiisoft/test-support.
Installation
The package could be installed with composer:
composer require yiisoft/psr-dummy-provider --prefer-dist
License
The Yii psr-dummy-provider is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.