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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ReactiveX avatar

ReactiveX/RxPHP

0
View on GitHub↗
1,732 stars·141 forks·PHP·MIT·9 views

RxPHP

Reactive extensions for PHP

Features

  • Event and Async Programming - Implements reactive extensions for asynchronous streams.

Star history

Star history chart for reactivex/rxphpStar history chart for reactivex/rxphp

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does reactivex/rxphp do?

Reactive extensions for PHP

What are the main features of reactivex/rxphp?

The main features of reactivex/rxphp are: Event and Async Programming.

What are some open-source alternatives to reactivex/rxphp?

Open-source alternatives to reactivex/rxphp include: broadway/broadway — Infrastructure and testing helpers for creating CQRS and event sourced applications. cakephp/event — [READ-ONLY] The event dispatcher library for CakePHP. This repo is a split of the main code that can be found in… elephantio/elephant.io — Send events to a socket.io server through PHP. hollodotme/fast-cgi-client — A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM. igorw/evenement — Événement is a very simple event dispatching library for PHP. amphp/amp — Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous…

Open-source alternatives to RxPHP

Similar open-source projects, ranked by how many features they share with RxPHP.
  • broadway/broadwaybroadway avatar

    broadway/broadway

    1,509View on GitHub↗

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

    PHP
    View on GitHub↗1,509
  • cakephp/eventcakephp avatar

    cakephp/event

    22View on 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
    View on GitHub↗22
  • elephantio/elephant.ioElephantIO avatar

    ElephantIO/elephant.io

    136View on GitHub↗

    Send events to a socket.io server through PHP

    PHP
    View on GitHub↗136
  • amphp/ampamphp avatar

    amphp/amp

    4,419View on 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
    View on GitHub↗4,419
See all 14 alternatives to RxPHP→