yiisoft / psr-dummy-provider
PSR Dummy Provider
Fund package maintenance!
Opencollective
yiisoft
Installs: 54 134
Dependents: 16
Suggesters: 0
Security: 0
Stars: 5
Watchers: 18
Forks: 3
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: 2024-10-17 12:32:15 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 --dev
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.