https://github.com/yiisoft/psr-dummy-provider
Dummy PSR provider
https://github.com/yiisoft/psr-dummy-provider
hacktoberfest provides psr yii3
Last synced: 4 months ago
JSON representation
Dummy PSR provider
- Host: GitHub
- URL: https://github.com/yiisoft/psr-dummy-provider
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2021-04-04T20:10:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T07:26:15.000Z (over 1 year ago)
- Last Synced: 2024-04-13T22:56:59.532Z (about 1 year ago)
- Topics: hacktoberfest, provides, psr, yii3
- Homepage: https://www.yiiframework.com/
- Size: 27.3 KB
- Stars: 4
- Watchers: 17
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
PSR Dummy Provider
[](https://packagist.org/packages/yiisoft/psr-dummy-provider)
[](https://packagist.org/packages/yiisoft/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](https://github.com/yiisoft/test-support).## Installation
The package could be installed with [Composer](https://getcomposer.org):
```shell
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`](./LICENSE.md) for more information.Maintained by [Yii Software](https://www.yiiframework.com/).
## Support the project
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)