Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yiisoft/container-proxy
- Owner: yiisoft
- License: bsd-3-clause
- Archived: true
- Created: 2020-03-04T12:54:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T11:28:03.000Z (over 3 years ago)
- Last Synced: 2024-04-14T00:22:18.077Z (9 months ago)
- Topics: hacktoberfest, proxy, psr-11, yii3
- Language: PHP
- Homepage: https://www.yiiframework.com/
- Size: 35.2 KB
- Stars: 4
- Watchers: 17
- Forks: 6
- Open Issues: 1
-
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
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/).