PHP Package: sanmai/later

Later is a PHP library that provides time-saving utility functions for asynchronous operations.

Current Version: 0.1.7
Last Updated: 2025-05-11
PHP Requirement: >=8.2
Dependencies:
guzzle/guzzle
react/promise
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Later is a powerful PHP library designed to optimize your workflow by offering essential tools for managing asynchronous tasks efficiently. With a comprehensive set of features, Later simplifies concurrent programming, enhances performance, and boosts productivity in your PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.1.7

Download Download v0.1.7

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/sanmai/later/0.1.7/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/react/promise/{lib_version}/loader.php';

use Sanmai\Later\AsyncTask;
use GuzzleHttp\Client;
use React\Promise\Promise;

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