Download the PHP package pfinalclub/asyncio without Composer

On this page you can find all versions of the php package pfinalclub/asyncio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package asyncio

PHP AsyncIO v3.0.1

中文文档

🚀 An Embeddable, Composable, and Reasonable PHP Async Runtime

v3.0.1 Release: Code cleanup and optimization! Removed redundant files and improved code consistency.

PHP Version Workerman

🎯 Core Philosophy

"A minimal, embeddable, composable, and reasonable PHP Async Runtime"

✨ Features

🚀 Core Async Runtime

📦 Architecture

🚀 Quick Start

Hello AsyncIO

Structured Concurrency

Context Management

📦 Installation

📋 Requirements

🎯 API Reference

Core Functions (13 total)

Stable APIs (22 frozen)

All public APIs marked with @api-stable are guaranteed to be stable:

⚡ Performance

Event Loop Performance

AsyncIO auto-selects the best available event loop:

Event Loop Concurrency Performance Installation
Select < 1K 1x (baseline) Built-in
Event > 10K 3-5x pecl install event
Ev > 100K 10-20x pecl install ev

Performance Benchmarks (100 concurrent tasks):

Memory Efficiency

v3.0 Improvements:

🧪 Examples

See examples/ directory for complete examples:

📦 Extension Packages

For additional functionality, install these optional packages:

HTTP Client

See pfinal/asyncio-http-core for documentation.

Database Connection Pool

See pfinal/asyncio-database for documentation.

Redis Connection Pool

See pfinal/asyncio-redis for documentation.

Production Tools

See pfinal/asyncio-production for monitoring, health checks, and production utilities.

🔄 Migration Guide

From v2.2.0 to v3.0.0

Breaking Changes

Removed Features (moved to extensions):

Simplified Functions:

Backward Compatible

📝 Changelog

v3.0.1 (2026-01-09) - Code Cleanup and Optimization

🧹 Code Cleanup and Refactoring

Removed Redundant Files:

Optimized Class References:

v3.0.0 (2025-01-08) - Core Runtime Refactoring 🎊

Major Philosophy Change: Focused purely on async runtime problems

Core Improvements

Architecture Refactoring:

Code Quality:

New Features

Enhanced Structured Concurrency:

Runtime Resource Management:

Observability (Simplified):

Removed Features (Available as Extensions)

Production Toolspfinal/asyncio-production:

Advanced Features:

Technical Improvements

Performance:

API Stability:

Code Quality:

v2.2.0 (2025-01-21) - Production-Grade Improvements

v2.1.0 (2025-01-20) - Connection Pools

v2.0.4 (2025-01-19) - Critical Fixes

v2.0.3 (2025-01-18) - Production Tools

v2.0.2 (2025-01-17) - Performance Optimizations

v2.0.0 (2025-01-15) - Initial Release


🎯 Roadmap

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Focus Areas:

📄 License

MIT License. See LICENSE file for details.

🙏 Acknowledgments

📞 Support


Version: v3.0.1
Release Date: 2026-01-09
PHP: >= 8.1
Quality Score: 92/100 (Production Ready)
Philosophy: Embeddable, Composable, Reasonable Async Runtime

🚀 AsyncIO v3.0 - Minimal. Composable. Powerful.


All versions of asyncio with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
workerman/workerman Version ^4.1 || ^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pfinalclub/asyncio contains the following files

Loading the files please wait ...