Registry / http-client / apimatic-unirest-php

apimatic-unirest-php

JSON →
library4.0.7phppackagistunverified

Unirest PHP

composer require apimatic/unirest-php
INSTALL
IMPORT
SIG · APIMATIC-UNIREST-P
A
apimatic-unirest-php
http-clientphpv4.0.7
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 Unirest\Request;

Make a GET request to an API endpoint.

<?php require 'vendor/autoload.php'; use Unirest\Request; $response = Request::get('https://api.example.com/data'); echo $response->body;
Debug
Known issues
breakingVersion 4.x uses PSR-18 HTTP clients; older versions had custom HTTP handling.
fix
Ensure you have an HTTP client like Guzzle installed for version 4.x.
affects: >=4.0.0
Upgrade
Version history
4.0.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
42
Resources
apimatic-unirest-php — pip install apimatic-unirest-php · libregistry