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

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

Awesome Lists containing this project

README

        

# YII HTTP
HTTP services

For 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.