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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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 von amphp

    amphp/amp

    4,419Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,419
  • broadway/broadwayAvatar von broadway

    broadway/broadway

    1,509Auf GitHub ansehen↗

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

    PHP
    Auf GitHub ansehen↗1,509
  • cakephp/eventAvatar von cakephp

    cakephp/event

    22Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗22
  • elephantio/elephant.ioAvatar von ElephantIO

    ElephantIO/elephant.io

    136Auf GitHub ansehen↗

    Send events to a socket.io server through PHP

    PHP
    Auf GitHub ansehen↗136
  • hollodotme/fast-cgi-clientAvatar von hollodotme

    hollodotme/fast-cgi-client

    564Auf GitHub ansehen↗

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

    PHP
    Auf GitHub ansehen↗564

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • igorw/evenementAvatar von igorw

    igorw/evenement

    1,352Auf GitHub ansehen↗

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

    PHP
    Auf GitHub ansehen↗1,352
  • php-defer/php-deferAvatar von php-defer

    php-defer/php-defer

    309Auf GitHub ansehen↗

    Golang's defer statement for PHP

    PHP
    Auf GitHub ansehen↗309
  • prooph/event-storeAvatar von prooph

    prooph/event-store

    547Auf GitHub ansehen↗

    PHP 7.4 EventStore Implementation

    PHP
    Auf GitHub ansehen↗547
  • ratchetphp/pawlAvatar von ratchetphp

    ratchetphp/Pawl

    616Auf GitHub ansehen↗

    Asynchronous WebSocket client

    PHP
    Auf GitHub ansehen↗616
  • ratchetphp/ratchetAvatar von ratchetphp

    ratchetphp/Ratchet

    6,434Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,434
  • reactphp/reactphpAvatar von reactphp

    reactphp/reactphp

    9,091Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,091
  • swoole/swoole-srcAvatar von swoole

    swoole/swoole-src

    18,891Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗18,891
  • thephpleague/eventAvatar von thephpleague

    thephpleague/event

    1,566Auf GitHub ansehen↗

    Event package for your app and domain

    PHP
    Auf GitHub ansehen↗1,566
  • walkor/workermanAvatar von walkor

    walkor/workerman

    11,547Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,547