ksmz / nana
此包已被废弃,不再维护。未建议替代包。
另一个Guzzle包装器
v0.3
2019-07-23 13:25 UTC
Requires
- php: >=7.1
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- laravel/lumen-framework: 5.*
- phpunit/phpunit: ~7.0
- psy/psysh: ^0.9
README
另一个Guzzle包装器。
这里有一个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