PHP Package: sendgrid/php-http-client

The PHP HTTP client library by SendGrid provides seamless integration for efficient web communication.

Current Version: 4.1.1
Last Updated: 2023-12-14
PHP Requirement: >=7.3
Dependencies:
sendgrid/php
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP HTTP client library by SendGrid is a robust tool for managing HTTP requests and responses. With features like request customization, response handling, and error management, this library streamlines the process of web communication for developers. Its flexible design and compatibility make it an ideal choice for integrating HTTP functionality into PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.1.3

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/sendgrid/php-http-client/4.1.3/loader.php';
require_once 'libs/sendgrid/php/{lib_version}/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use SendGrid\Http\Client;
use GuzzleHttp\Client;
use GuzzleHttp\Promise;

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