PHP Package: amphp/sync

The amphp sync library offers synchronous PHP operations for efficient programming tasks with seamless integration.

Current Version: 2.3.0
Last Updated: 2024-08-04
PHP Requirement: >=8.1
Dependencies:
amphp/amp
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Discover the power of amphp sync, a PHP library that enables synchronous operations for streamlined development. By utilizing this library, you can manage your tasks effectively and boost your productivity. With its robust features and seamless integration, amphp sync simplifies complex programming challenges, providing a reliable solution for your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.3.0

Download Download v2.3.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/amphp/sync/2.3.0/loader.php';
require_once 'libs/amphp/amp/3.1.0/loader.php';

use Amp\Sync\Mutex;
use Amp\Sync\Semaphore;

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