johnathan-smith/xttp-laravel
Composer 安装命令:
composer require johnathan-smith/xttp-laravel
包简介
A guzzle wrapper with typehints and syntactic sugar.
README 文档
README
A guzzle wrapper with typehints and syntactic sugar.
Regular use is simple:
<?php use JohnathanSmith\XttpLaravel\Xttp; /** @var \JohnathanSmith\Xttp\XttpResponseWrapper $xttpResponse */ $xttpResponse = Xttp::post('https://johnathansmith.com', ['form_params' => ['foo' => 'bar'], 'headers' => ['Content-Type' => 'application/x-www-form-urlencoded']]); // You may also do get, put, patch, delete.
However, this package provides a lot of flexibility and ability for easy mocking. It also allows for easy use of things like middleware and JSON en/decoding.
Please view the original package for more details, how-to's, and documentation.
Xttp was inspired by Adam Wathan's zttp. A special thanks to the maintainers of Guzzle.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2020-02-26