https://github.com/beastbytes/yii-http
HTTP services for Yii3
https://github.com/beastbytes/yii-http
Last synced: about 2 months ago
JSON representation
HTTP services for Yii3
- Host: GitHub
- URL: https://github.com/beastbytes/yii-http
- Owner: beastbytes
- License: other
- Created: 2023-10-19T17:04:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T10:48:24.000Z (2 months ago)
- Last Synced: 2025-03-25T11:34:30.598Z (2 months ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# YII HTTP
HTTP servicesFor license information see the [LICENSE](LICENSE.md) file.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/yii-http
```or add
```json
"beastbytes/yii-http": "*"
```to the require section of your composer.json.