ksmz/nana

此包已被废弃,不再维护。未建议替代包。

另一个Guzzle包装器

v0.3 2019-07-23 13:25 UTC

This package is auto-updated.

Last update: 2023-01-20 20:35:00 UTC


README

nana.png

Build Status Test Coverage Style CI Status

另一个Guzzle包装器。

文档仍在制作中。查看Wiki。通过测试获取大致了解。

这里有一个Laravel包可供使用。它提供了一些实用的功能,例如能够将文件保存到现有的文件系统中。

$response = Nana::get('https://httpbin.org/get');

$response->status() // 200
$response->json()->url // "https://httpbin.org/get"

$response->body() // Raw JSON string
$response->getHeaderLine('Date') // All calls are forwarded to the underlying PSR-7/Guzzle Response instance

安装

composer require ksmz/nana