antonvolkov/php-simple-rest-client
Composer 安装命令:
composer require antonvolkov/php-simple-rest-client
包简介
Simple rest-api client for php
README 文档
README
Simple rest-api client for php
Installation
$ php composer.phar require antonvolkov/php-simple-rest-client
Basic usage
$get = SimpleRestClient::get("https://httpbin.org/get", ["asd" => 123, "zxc" => 456]);
$post = SimpleRestClient::post("https://httpbin.org/post", ['asd' => 'test'], ['Content-Type' => 'application/json']);
统计信息
- 总下载量: 86
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-22