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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T11:28:03.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T00:22:18.077Z (about 1 year 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)
[](https://packagist.org/packages/yiisoft/container-proxy)
[](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
[](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)## 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/).