awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to reactivex/rxphp

Open-source alternatives to RxPHP

14 open-source projects similar to reactivex/rxphp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best RxPHP alternative.

  • amphp/ampAvatar de amphp

    amphp/amp

    4,419Ver en GitHub↗

    Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous applications using an event loop to schedule operations, timers, and signals within a single process. The project implements a coroutine library that utilizes fibers to suspend and resume function execution. This allows the system to handle concurrent tasks without blocking the main execution thread, optimizing CPU usage during input and output operations. It further manages pending operation results through a future and promise implementation. The framework covers a broad range of

    PHP
    Ver en GitHub↗4,419
  • broadway/broadwayAvatar de broadway

    broadway/broadway

    1,509Ver en GitHub↗

    Infrastructure and testing helpers for creating CQRS and event sourced applications.

    PHP
    Ver en GitHub↗1,509
  • cakephp/eventAvatar de cakephp

    cakephp/event

    22Ver en GitHub↗

    READ-ONLY The event dispatcher library for CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp

    PHP
    Ver en GitHub↗22
  • elephantio/elephant.ioAvatar de ElephantIO

    ElephantIO/elephant.io

    136Ver en GitHub↗

    Send events to a socket.io server through PHP

    PHP
    Ver en GitHub↗136
  • hollodotme/fast-cgi-clientAvatar de hollodotme

    hollodotme/fast-cgi-client

    564Ver en GitHub↗

    A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM

    PHP
    Ver en GitHub↗564

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • igorw/evenementAvatar de igorw

    igorw/evenement

    1,352Ver en GitHub↗

    Événement is a very simple event dispatching library for PHP.

    PHP
    Ver en GitHub↗1,352
  • php-defer/php-deferAvatar de php-defer

    php-defer/php-defer

    309Ver en GitHub↗

    Golang's defer statement for PHP

    PHP
    Ver en GitHub↗309
  • prooph/event-storeAvatar de prooph

    prooph/event-store

    547Ver en GitHub↗

    PHP 7.4 EventStore Implementation

    PHP
    Ver en GitHub↗547
  • ratchetphp/pawlAvatar de ratchetphp

    ratchetphp/Pawl

    616Ver en GitHub↗

    Asynchronous WebSocket client

    PHP
    Ver en GitHub↗616
  • ratchetphp/ratchetAvatar de ratchetphp

    ratchetphp/Ratchet

    6,434Ver en GitHub↗

    Ratchet is a PHP library for building asynchronous WebSocket servers that handle persistent, bidirectional communication between clients and the server. It provides a complete server-side WebSocket implementation, including protocol handshake negotiation, message framing over TCP, and an event-loop-based concurrency model that manages thousands of simultaneous connections without blocking. The library implements a connection registry pattern for tracking all active WebSocket sessions, enabling the server to broadcast or unicast messages to any connected client on demand. It relies on non-bloc

    PHP
    Ver en GitHub↗6,434
  • reactphp/reactphpAvatar de reactphp

    reactphp/reactphp

    9,091Ver en GitHub↗

    ReactPHP is an asynchronous runtime and event-driven I/O framework for PHP. It provides an environment for executing concurrent tasks through a central event loop implementation and reactor pattern, allowing applications to handle multiple operations without pausing the main execution thread. The project includes a specialized asynchronous socket library for TCP, UDP, and TLS communication, alongside a non-blocking HTTP server and client for streaming web requests and responses. Its capability surface covers asynchronous control flow via promises and fibers, non-blocking network connectivity

    PHP
    Ver en GitHub↗9,091
  • swoole/swoole-srcAvatar de swoole

    swoole/swoole-src

    18,891Ver en GitHub↗

    Swoole is a coroutine-based concurrency library and IO framework for PHP. It provides a system for building high-performance network servers and applications by bringing asynchronous, event-driven, and coroutine-based concurrency to the PHP runtime. The project distinguishes itself by implementing user-space coroutine scheduling and non-blocking IO interception, which transforms standard blocking network and file operations into asynchronous actions. It further enables high-speed data exchange across multiple PHP processes through shared memory management and specialized data structures. The

    C++
    Ver en GitHub↗18,891
  • thephpleague/eventAvatar de thephpleague

    thephpleague/event

    1,566Ver en GitHub↗

    Event package for your app and domain

    PHP
    Ver en GitHub↗1,566
  • walkor/workermanAvatar de walkor

    walkor/workerman

    11,547Ver en GitHub↗

    Workerman is an event-driven asynchronous socket framework for PHP. It provides the core components necessary to build high-concurrency network servers, including an asynchronous TCP framework, a coroutine library for task management, and dedicated implementations for HTTP and WebSocket servers. The project enables the development of specialized network services using custom frame-based communication protocols. It supports both inbound concurrent server implementation and asynchronous outbound connectivity to remote services. The framework covers a broad range of network programming capabili

    PHPasynchronousevent-drivenhigh-performance
    Ver en GitHub↗11,547