e96 / yii-restclient
E96项目的Rest客户端
1.1.0
2015-12-08 11:59 UTC
Requires
- php: >=5.4.0
- alex-salt/yii-curl: 1.1.*
- yiisoft/yii: ~1.1
This package is not auto-updated.
Last update: 2024-09-14 18:20:29 UTC
README
Composer
{
"require" : {
"e96/yii-restclient" : "~1.1"
},
"repositories" : [
{
"type" : "vcs",
"url" : "git@github.com:holycheater/yii-curl.git"
},
{
"type" : "vcs",
"url" : "git@github.com:E96/yii-restclient.git"
}
]
}
应用程序配置
<?php return [ 'components' => [ 'restSorcery' => [ 'class' => 'RestClient', 'baseUrl' => '<api_url>', ], ] ]