zhuravljov/yii2-rest
最新稳定版本:1.0.3
Composer 安装命令:
composer require zhuravljov/yii2-rest
包简介
Yii2 REST Client
README 文档
README
What is this?
Installation
The preferred way to install this extension is through composer.
Add
"zhuravljov/yii2-rest": "*",
"yiisoft/yii2-httpclient": "@dev"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply modify your application configuration as follows:
return [ 'bootstrap' => ['rest-client'], 'modules' => [ 'rest-client' => [ 'class' => 'zhuravljov\yii\rest\Module', 'name' => 'My Rest Client', 'baseUrl' => 'http://localhost/api/v1', ], ], ];
You can then access Rest Client through the following URL:
http://localhost/path/to/index.php?r=rest-client
or if you have enabled pretty URLs, you may use the following URL:
http://localhost/path/to/index.php/rest-client
统计信息
- 总下载量: 6.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 118
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-09-06
