您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

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

2024/3/2 10:32:11发布18次查看
在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
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product