목차
Concepts
Asynchronous
Blocking
Concurrency
Coroutines
Events
Multitasking
Observables
Promises
Reactive Programming
Threads
Projects
amphp
Async PHP
Icicle
React
Recoil
Repositories
Caching
CLI
Compression
Databases
DNS
Filesystems
GUIs
HTTP
IRC
Messaging
Networking
Sockets and Streams
Web Applications
Web Services
People
백엔드 개발 PHP 튜토리얼 在PHP中的异步编程列表:Asynchronous PHP

在PHP中的异步编程列表:Asynchronous PHP

Jun 23, 2016 pm 01:22 PM

在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

본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.

핫 AI 도구

Undresser.AI Undress

Undresser.AI Undress

사실적인 누드 사진을 만들기 위한 AI 기반 앱

AI Clothes Remover

AI Clothes Remover

사진에서 옷을 제거하는 온라인 AI 도구입니다.

Undress AI Tool

Undress AI Tool

무료로 이미지를 벗다

Clothoff.io

Clothoff.io

AI 옷 제거제

Video Face Swap

Video Face Swap

완전히 무료인 AI 얼굴 교환 도구를 사용하여 모든 비디오의 얼굴을 쉽게 바꾸세요!

뜨거운 도구

메모장++7.3.1

메모장++7.3.1

사용하기 쉬운 무료 코드 편집기

SublimeText3 중국어 버전

SublimeText3 중국어 버전

중국어 버전, 사용하기 매우 쉽습니다.

스튜디오 13.0.1 보내기

스튜디오 13.0.1 보내기

강력한 PHP 통합 개발 환경

드림위버 CS6

드림위버 CS6

시각적 웹 개발 도구

SublimeText3 Mac 버전

SublimeText3 Mac 버전

신 수준의 코드 편집 소프트웨어(SublimeText3)

JWT (JSON Web Tokens) 및 PHP API의 사용 사례를 설명하십시오. JWT (JSON Web Tokens) 및 PHP API의 사용 사례를 설명하십시오. Apr 05, 2025 am 12:04 AM

JWT는 주로 신분증 인증 및 정보 교환을 위해 당사자간에 정보를 안전하게 전송하는 데 사용되는 JSON을 기반으로 한 개방형 표준입니다. 1. JWT는 헤더, 페이로드 및 서명의 세 부분으로 구성됩니다. 2. JWT의 작업 원칙에는 세 가지 단계가 포함됩니다. JWT 생성, JWT 확인 및 Parsing Payload. 3. PHP에서 인증에 JWT를 사용하면 JWT를 생성하고 확인할 수 있으며 사용자 역할 및 권한 정보가 고급 사용에 포함될 수 있습니다. 4. 일반적인 오류에는 서명 검증 실패, 토큰 만료 및 대형 페이로드가 포함됩니다. 디버깅 기술에는 디버깅 도구 및 로깅 사용이 포함됩니다. 5. 성능 최적화 및 모범 사례에는 적절한 시그니처 알고리즘 사용, 타당성 기간 설정 합리적,

세션 납치는 어떻게 작동하며 PHP에서 어떻게 완화 할 수 있습니까? 세션 납치는 어떻게 작동하며 PHP에서 어떻게 완화 할 수 있습니까? Apr 06, 2025 am 12:02 AM

세션 납치는 다음 단계를 통해 달성 할 수 있습니다. 1. 세션 ID를 얻으십시오. 2. 세션 ID 사용, 3. 세션을 활성 상태로 유지하십시오. PHP에서 세션 납치를 방지하는 방법에는 다음이 포함됩니다. 1. 세션 _regenerate_id () 함수를 사용하여 세션 ID를 재생산합니다. 2. 데이터베이스를 통해 세션 데이터를 저장하십시오.

확실한 원칙과 PHP 개발에 적용되는 방법을 설명하십시오. 확실한 원칙과 PHP 개발에 적용되는 방법을 설명하십시오. Apr 03, 2025 am 12:04 AM

PHP 개발에서 견고한 원칙의 적용에는 다음이 포함됩니다. 1. 단일 책임 원칙 (SRP) : 각 클래스는 하나의 기능 만 담당합니다. 2. Open and Close Principle (OCP) : 변경은 수정보다는 확장을 통해 달성됩니다. 3. Lisch의 대체 원칙 (LSP) : 서브 클래스는 프로그램 정확도에 영향을 미치지 않고 기본 클래스를 대체 할 수 있습니다. 4. 인터페이스 격리 원리 (ISP) : 의존성 및 사용되지 않은 방법을 피하기 위해 세밀한 인터페이스를 사용하십시오. 5. 의존성 반전 원리 (DIP) : 높고 낮은 수준의 모듈은 추상화에 의존하며 종속성 주입을 통해 구현됩니다.

phpstorm에서 CLI 모드를 디버그하는 방법은 무엇입니까? phpstorm에서 CLI 모드를 디버그하는 방법은 무엇입니까? Apr 01, 2025 pm 02:57 PM

phpstorm에서 CLI 모드를 디버그하는 방법은 무엇입니까? PHPStorm으로 개발할 때 때때로 CLI (Command Line Interface) 모드에서 PHP를 디버그해야합니다 ...

시스템 재시작 후 UnixSocket의 권한을 자동으로 설정하는 방법은 무엇입니까? 시스템 재시작 후 UnixSocket의 권한을 자동으로 설정하는 방법은 무엇입니까? Mar 31, 2025 pm 11:54 PM

시스템이 다시 시작된 후 UnixSocket의 권한을 자동으로 설정하는 방법. 시스템이 다시 시작될 때마다 UnixSocket의 권한을 수정하려면 다음 명령을 실행해야합니다.

PHP에서 늦은 정적 결합을 설명하십시오 (정적 : :). PHP에서 늦은 정적 결합을 설명하십시오 (정적 : :). Apr 03, 2025 am 12:04 AM

정적 바인딩 (정적 : :)는 PHP에서 늦은 정적 바인딩 (LSB)을 구현하여 클래스를 정의하는 대신 정적 컨텍스트에서 호출 클래스를 참조 할 수 있습니다. 1) 구문 분석 프로세스는 런타임에 수행됩니다. 2) 상속 관계에서 통화 클래스를 찾아보십시오. 3) 성능 오버 헤드를 가져올 수 있습니다.

PHP의 CURL 라이브러리를 사용하여 JSON 데이터가 포함 된 게시물 요청을 보내는 방법은 무엇입니까? PHP의 CURL 라이브러리를 사용하여 JSON 데이터가 포함 된 게시물 요청을 보내는 방법은 무엇입니까? Apr 01, 2025 pm 03:12 PM

PHP 개발에서 PHP의 CURL 라이브러리를 사용하여 JSON 데이터를 보내면 종종 외부 API와 상호 작용해야합니다. 일반적인 방법 중 하나는 컬 라이브러리를 사용하여 게시물을 보내는 것입니다 ...

See all articles