PHP Package: guzzle/promises

Guzzle Promises is a PHP library providing asynchronous programming with promise-based patterns. It offers efficient handling of async operations for robust and scalable applications.

Current Version: 2.0.4
Last Updated: 2024-10-17
PHP Requirement: ^7.2.5 || ^8.0
Dependencies: None

Package Description

Guzzle Promises is a powerful PHP library designed to streamline asynchronous programming by implementing promise-based patterns. With a focus on performance and reliability, this library simplifies handling of async operations, making it ideal for developing high-performance and scalable applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.0

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/guzzle/promises/2.2.0/loader.php';
use GuzzleHttp\Promise\Promise;
use GuzzleHttp\Promise\RejectedPromise;

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