PHP Package: saloonphp/laravel-http-sender

Laravel HTTP sender library for seamless API integrations providing secure and efficient communication with external services.

Current Version: 3.1.0
Last Updated: 2025-02-26
PHP Requirement: ^8.2
Dependencies:
guzzle/guzzle
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The Laravel HTTP Sender library offers a robust solution for developers seeking streamlined API communication within Laravel projects. With comprehensive features and secure protocols, it simplifies the integration process for various external services, ensuring reliable data exchange and enhanced performance.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.0

Download Download v3.1.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/saloonphp/laravel-http-sender/3.1.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use SaloonPHP\LaravelHttpSender\HttpClient;
use GuzzleHttp\Client;

$obj = new HttpClient();
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.