PHP Package: apimatic/unirest-php

Unirest PHP library for seamless API integration with simple setup and comprehensive functionality.

Current Version: 4.0.5
Last Updated: 2023-04-25
PHP Requirement: ^7.2 || ^8.0
Dependencies:
guzzle/guzzle
php-fig/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Unirest PHP library provides a robust solution for developers looking to interact with APIs effortlessly. With comprehensive features and an intuitive interface, it streamlines the API integration process, enhancing productivity and efficiency.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.6

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/apimatic/unirest-php/4.0.6/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Unirest\Request;
use GuzzleHttp\Client;
use Psr\Log\LoggerInterface;

$obj = new Request();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.