search
HomeBackend DevelopmentPHP Tutorial在PHP中的异步编程列表:Asynchronous PHP

在PHP中的异步编程资源列表。

Concepts

Asynchronous

  • Asynchronous I/O - Wikipedia
  • Async PHP by Christopher Pitt / assertchris

Blocking

  • Blocking (computing) - Wikipedia

Concurrency

  • Concurrency (computer science) - Wikipedia

Coroutines

  • Cooperative multitasking with generators by Christopher Pitt / assertchris
  • Cooperative multitasking using coroutines (in PHP!) by Nikita Popov / nikic
  • Coroutine - Wikipedia

Events

  • Event (computing) - Wikipedia
  • Event-driven programming - Wikipedia
  • Event loop - Wikipedia

Multitasking

  • Computer multitasking - Wikipedia

Observables

  • ReactiveX - Observable
  • RxJS Observables vs Promises

Promises

  • Futures and promises - Wikipedia

Reactive Programming

  • Reactive programming - Wikipedia
  • The introduction to Reactive Programming you've been missing by André Staltz / staltz

Threads

  • Thread (computing) - Wikipedia
  • Thread carefully by Maxime Fabre

Projects

amphp

Asynchronous multitasking PHP

http://amphp.org

@amphp

Async PHP

@asyncphp

Icicle

Asynchronous PHP using promises and coroutines

http://icicle.io

@icicleio

React

Event-driven, non-blocking I/O with PHP

http://reactphp.org

@reactphp

Recoil

Cooperative multitasking for PHP via coroutines

http://recoil.io

@recoilphp

Repositories

Asynchronous

  • asm89/Rx.PHP - Libraries to compose asynchronous and event-based programs using observable collections and LINQ-style query operators
  • clue/php-block-react - Lightweight library that eases integrating async components built for React in a traditional blocking environment
  • icicleio/icicle - Library for writing asynchronous code using synchronous coding techniques

Caching

  • amphp/cache - A promise-aware caching API built on amp
  • amphp/redis - An async redis client built on amp
  • asyncphp/icicle-cache - A simple cache library, built for Icicle, with anti-stampede and promises
  • clue/php-redis-react - Async Redis client implementation built on React
  • clue/php-redis-server - A redis server implementation in pure PHP
  • nrk/predis-async - Asynchronous Redis client library built on React
  • reactphp/cache - React async caching

CLI

  • clue/php-bitbake-react - Programmatically control your bitbake build shell built on React
  • clue/php-readline-react - Experimental reactive binding for ext-readline, built on React
  • clue/php-shell-react - Run async commands within any interactive shell command built on React
  • clue/php-stdio-react - Async event-driven and UTF-8 aware standard console input & output for React

Compression

  • clue/php-tar-react - Async streaming parser for the TAR file format built on React
  • clue/php-zlib-react - Streaming zlib compressor and decompressor built on React

Databases

  • amphp/mysql - An async mysql client built on amp
  • amphp/pgsql - A non-blocking PostgreSQL library built on amp
  • recoilphp/database - Asynchronous PDO for Recoil

DNS

  • amphp/dns - Async DNS resolution built on amp
  • clue/php-mdns-react - Simple async multicast DNS (mDNS) resolver built on React
  • icicleio/dns - Asynchronous DNS component for Icicle
  • reactphp/dns - Asynchronous DNS resolver

Events

  • asyncphp/remit - Distributed event emitter
  • icicleio/event-emitter - Library that allows objects to emit events that invoke a set of registered callbacks
  • icicleio/react-adapter - Adapts the event loop and promises of Icicle to interfaces compatible with React
  • recoilphp/event-emitter - A coroutine-based event emitter
  • reactphp/event-loop - React's core reactor event-loop

Filesystems

  • amphp/file - An async filesystem library built on amp
  • icicleio/filesystem - Asynchronous file access for Icicle
  • reactphp/filesystem - Evented filesystem access
  • WyriHaximus/reactphp-filesystem-s3 - AWS S3 adapter for reactphp/filesystem

GUIs

  • clue/php-zenity-react - Build graphical desktop (GUI) applications in PHP

HTTP

  • amphp/artax - An async HTTP/1.1 client built on amp
  • clue/php-buzz-react - Simple async HTTP client for concurrently processing requests built on React
  • icicleio/http - HTTP component for Icicle
  • icicleio/psr7-bridge - PSR-7 Bridge for Icicle HTTP component
  • reactphp/http - React HTTP server
  • reactphp/http-client - Asynchronous HTTP client library
  • WyriHaximus/react-guzzle-psr7 - React HTTP client adapter for Guzzle 6
  • WyriHaximus/ReactGuzzleRing - React HTTP client wrapper for Guzzle 5
  • WyriHaximus/ReactGuzzle - React HTTP client wrapper for Guzzle 4

IRC

  • clue/php-quassel-react - Streaming event-driven access to your Quassel IRC core built on React
  • phergie/phergie-irc-bot-react - IRC bot built on React

Messaging

  • reactphp/stomp - STOMP bindings for React
  • reactphp/zmq - ZeroMQ bindings for React
  • recoilphp/amqp - An asynchronous AMQP client for React and Recoil

Multitasking

  • amphp/amp - A non-blocking concurrency framework for PHP applications
  • amphp/process - An async process dispatcher built on amp
  • amphp/thread - An async multi-threaded task dispatcher built on amp
  • asyncphp/assistant - A neat wrapper around multi-process abstractions and distributed event emitters
  • asyncphp/doorman - Child process management
  • icicleio/concurrent - Concurrency component for Icicle
  • reactphp/child-process - Library for executing child processes
  • recoilphp/recoil - Cooperative multitasking for PHP via coroutines
  • WyriHaximus/reactphp-child-process-messenger - Plain messages and RPC style STDIN/OUT/ERR wrapper around react/child-process
  • WyriHaximus/reactphp-child-process-pool - Pool implementation for WyriHaximus/reactphp-child-process-messenger

Networking

  • clue/php-ami-react - Simple async event-driven access to the Asterisk Manager Interface (AMI) built on React
  • clue/php-icmp-react - Simple async low-level ICMP (ping) messaging library built on React
  • clue/php-multicast-react - Simple multicast UDP messages built on React
  • clue/php-ssdp-react - Async Simple Service Discovery Protocol (SSDP) built on React
  • clue/php-solusvm-api-react - Simple async access to your VPS box through the SolusVM API built on React
  • clue/php-socks-react - Async SOCKS TCP tunnel proxy client and server built on React
  • clue/php-wake-on-lan-react - Turn on your PC with Wake-On-LAN requests via React
  • reactphp/datagram - UDP client and server sockets for React
  • reactphp/whois - Whois client based on React
  • umpirsky/wisdom - Domain availability checker
  • WyriHaximus/PhuninNode - munin-node port aiming to provide application monitoring utilizing munin

Promises

  • guzzle/promises - Promises/A+ library for PHP with synchronous support
  • icicleio/react-adapter - Adapts the event loop and promises of Icicle to interfaces compatible with React
  • reactphp/promise - A lightweight implementation of CommonJS Promises/A for PHP
  • reactphp/promise-timer - Timeout implementation for the React promises library

Sockets and Streams

  • amphp/socket - Non-blocking socket and TLS functionality built on amp
  • clue/php-socket-react - Binding for raw sockets (ext-sockets) in React
  • icicleio/socket - Asynchronous stream socket server and client for Icicle
  • icicleio/stream - Coroutine-based asynchronous stream interfaces for Icicle
  • reactphp/socket - Asynchronous socket server
  • reactphp/socket-client - Async connector to open TCP/IP and SSL/TLS based connections
  • reactphp/stream - Asynchronous OO stream wrapper
  • WyriHaximus/reactphp-psr7-stream-converter - PSR-7 to React stream converter and vice versa

Web Applications

  • amphp/aerys - A non-blocking HTTP application, WebSocket and file server
  • amphp/aerys-session - Session management for Aerys server
  • clue/php-sse-react - Streaming async HTML5 Server-Sent Events server built on React
  • ratchetphp/Pawl - Asynchronous WebSocket client
  • ratchetphp/Ratchet - Asynchronous WebSocket server
  • reactphp/espresso - Proof-of-concept microframework that integrates Silex with React
  • voryx/Thruway - client and router implementation of the Web Application Messaging Protocol built on React

Web Services

  • clue/php-packagist-api-react - Simple async access to packagist.org's API
  • clue/php-viewvc-api-react - Simple async API-like access to your ViewVC web interface built on React
  • clue/php-soap-react - A simple async SOAP webservice client built on React
  • bergie/dnode-php - DNode RPC protocol implementation

People

  • Alexander / asm89 - GitHub
  • Cees-Jan Kiewiet / wyrihaximus - GitHub, Twitter
  • Chris Boden / cboden - GitHub, Twitter
  • Christian Lück / clue - GitHub, Twitter
  • Christopher Pitt / assertchris - GitHub, Twitter, Twitch

项目主页:http://www.open-open.com/lib/view/home/1447990904181

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
The Continued Use of PHP: Reasons for Its EnduranceThe Continued Use of PHP: Reasons for Its EnduranceApr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

PHP and Python: Exploring Their Similarities and DifferencesPHP and Python: Exploring Their Similarities and DifferencesApr 19, 2025 am 12:21 AM

PHP and Python are both high-level programming languages ​​that are widely used in web development, data processing and automation tasks. 1.PHP is often used to build dynamic websites and content management systems, while Python is often used to build web frameworks and data science. 2.PHP uses echo to output content, Python uses print. 3. Both support object-oriented programming, but the syntax and keywords are different. 4. PHP supports weak type conversion, while Python is more stringent. 5. PHP performance optimization includes using OPcache and asynchronous programming, while Python uses cProfile and asynchronous programming.

PHP and Python: Different Paradigms ExplainedPHP and Python: Different Paradigms ExplainedApr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python: A Deep Dive into Their HistoryPHP and Python: A Deep Dive into Their HistoryApr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Choosing Between PHP and Python: A GuideChoosing Between PHP and Python: A GuideApr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

PHP and Frameworks: Modernizing the LanguagePHP and Frameworks: Modernizing the LanguageApr 18, 2025 am 12:14 AM

PHP remains important in the modernization process because it supports a large number of websites and applications and adapts to development needs through frameworks. 1.PHP7 improves performance and introduces new features. 2. Modern frameworks such as Laravel, Symfony and CodeIgniter simplify development and improve code quality. 3. Performance optimization and best practices further improve application efficiency.

PHP's Impact: Web Development and BeyondPHP's Impact: Web Development and BeyondApr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

How does PHP type hinting work, including scalar types, return types, union types, and nullable types?How does PHP type hinting work, including scalar types, return types, union types, and nullable types?Apr 17, 2025 am 12:25 AM

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values ​​and handle functions that may return null values.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment