awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 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/ampالصورة الرمزية لـ amphp

    amphp/amp

    4,419عرض على 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
    عرض على GitHub↗4,419
  • broadway/broadwayالصورة الرمزية لـ broadway

    broadway/broadway

    1,509عرض على GitHub↗

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

    PHP
    عرض على GitHub↗1,509
  • cakephp/eventالصورة الرمزية لـ cakephp

    cakephp/event

    22عرض على 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
    عرض على GitHub↗22
  • elephantio/elephant.ioالصورة الرمزية لـ ElephantIO

    ElephantIO/elephant.io

    136عرض على GitHub↗

    Send events to a socket.io server through PHP

    PHP
    عرض على GitHub↗136
  • hollodotme/fast-cgi-clientالصورة الرمزية لـ hollodotme

    hollodotme/fast-cgi-client

    564عرض على GitHub↗

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

    PHP
    عرض على GitHub↗564

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • igorw/evenementالصورة الرمزية لـ igorw

    igorw/evenement

    1,352عرض على GitHub↗

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

    PHP
    عرض على GitHub↗1,352
  • php-defer/php-deferالصورة الرمزية لـ php-defer

    php-defer/php-defer

    309عرض على GitHub↗

    Golang's defer statement for PHP

    PHP
    عرض على GitHub↗309
  • prooph/event-storeالصورة الرمزية لـ prooph

    prooph/event-store

    547عرض على GitHub↗

    PHP 7.4 EventStore Implementation

    PHP
    عرض على GitHub↗547
  • ratchetphp/pawlالصورة الرمزية لـ ratchetphp

    ratchetphp/Pawl

    616عرض على GitHub↗

    Asynchronous WebSocket client

    PHP
    عرض على GitHub↗616
  • ratchetphp/ratchetالصورة الرمزية لـ ratchetphp

    ratchetphp/Ratchet

    6,434عرض على 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
    عرض على GitHub↗6,434
  • reactphp/reactphpالصورة الرمزية لـ reactphp

    reactphp/reactphp

    9,091عرض على 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
    عرض على GitHub↗9,091
  • swoole/swoole-srcالصورة الرمزية لـ swoole

    swoole/swoole-src

    18,891عرض على 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++
    عرض على GitHub↗18,891
  • thephpleague/eventالصورة الرمزية لـ thephpleague

    thephpleague/event

    1,566عرض على GitHub↗

    Event package for your app and domain

    PHP
    عرض على GitHub↗1,566
  • walkor/workermanالصورة الرمزية لـ walkor

    walkor/workerman

    11,547عرض على 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
    عرض على GitHub↗11,547