Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yiisoft/container-proxy

PSR-11 container proxy
https://github.com/yiisoft/container-proxy

hacktoberfest proxy psr-11 yii3

Last synced: 3 months ago
JSON representation

PSR-11 container proxy

Awesome Lists containing this project

README

        





Yii Container Proxy



The package provides an interface for proxying [PSR-11 Container](https://www.php-fig.org/psr/psr-11)

[![Latest Stable Version](https://poser.pugx.org/yiisoft/container-proxy/v/stable.png)](https://packagist.org/packages/yiisoft/container-proxy)
[![Total Downloads](https://poser.pugx.org/yiisoft/container-proxy/downloads.png)](https://packagist.org/packages/yiisoft/container-proxy)

## Requirements

- PHP 7.4 or higher.

## Installation

The package could be installed with composer:

```shell
composer require yiisoft/container-proxy
```

## General usage

A debugger such as [yiisoft/yii-debug](https://github.com/yiisoft/yii-debug/) implements the interface.

### 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)

## License

The Yii Data 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/).