An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



Yii

PSR Dummy Provider



[![Latest Stable Version](https://poser.pugx.org/yiisoft/psr-dummy-provider/v)](https://packagist.org/packages/yiisoft/psr-dummy-provider)
[![Total Downloads](https://poser.pugx.org/yiisoft/psr-dummy-provider/downloads)](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

[![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555)](https://opencollective.com/yiisoft)

## Follow updates

[![Official website](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](https://www.yiiframework.com/)
[![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](https://twitter.com/yiiframework)
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)