Registry / http-client / nategood-httpful

nategood-httpful

JSON →
library1.0.0phppackagistunverified

A Readable, Chainable, REST friendly, PHP HTTP Client

composer require nategood/httpful
INSTALL
IMPORT
SIG · NATEGOOD-HTTPFUL
N
nategood-httpful
http-clientphpv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Request
use Httpful\Request;

Make a simple GET request

<?php require 'vendor/autoload.php'; use Httpful\Request; $response = Request::get('https://api.example.com/users')->send(); echo $response->body;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
nategood-httpful — pip install nategood-httpful · libregistry