Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

matical/nana

Repository files navigation

Build Status Test Coverage Style CI Status

Yet another guzzle wrapper.

Documentation is still in the works. Checkout the tests for a rough idea.

A Laravel package is available here. It provides some neat features like being able to save files to your existing filesystems.

$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

Install

composer require ksmz/nana

About

Yet another guzzle wrapper.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages