InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
React Alternatives
Similar projects and alternatives to React
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
framework-x
Framework X – the simple and fast micro framework for building reactive web applications that run anywhere.
-
-
-
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
React discussion
React reviews and mentions
-
Is PHP dead? No, it's evolving!
Asynchronous programming: Natively, PHP now allows asynchronous approach with the use of Fibers. It lets you pause and resume functions or sections of a code without blocking your application. Fibers let you run concurrent PHP code unlike the traditional synchronous PHP code, where codes are run from top to bottom. ReactPHP is also an excellent library to write event-driven, asynchronous PHP code.
-
Concurrency and parallelism in PHP (part 1)
Even though this Generator's side is quite obscure for most PHP developers, it has been extensively explored by well-known libraries, such as ReactPHP and AMPHP, which we will see later on.
- ReactPHP – Event-driven, non-blocking I/O with PHP
- ReactPHP: Event-driven, non-blocking I/O in pure PHP
- FrankenPHP: The Modern PHP App Server
-
Getting started with asynchronous PHP using ReactPHP
ReactPHP is a library that allows you to turn PHP into something like Go or Node.js so that tasks can be performed asynchronously. Note that ReactPHP is just a library that you install with Composer. It doesn’t have cumbersome requirements, such as installing a custom PHP extension; it just works as intended.
-
Understanding Concurrency in PHP
ReactPHP is categorized as a low-level dependency for event-driven programming. It features an event loop that supports low-level utilities, such as HTTP client/server, async DNS resolver, streams abstraction, and network client/servers.
-
Which FW should I use for the link shortening service?
So you could either skip the framework entirely and shave of these 10ms per request, or you could turn to something like Laravel Octane or ReactPHP to have a long running application that answers requests without bootstrapping the whole framework each time (which is what Node.js, Python or .NET applications do, the practice of restarting the whole app with every request is quite unique to the PHP community).
-
How are folks feeling about the React team's push toward server components?
I remember calling out the movement to serverside of the frontend framework as reactPHP (I think it's when the remix hype first surfaced) on twitter and realized there's a literal php framework called reactPHP (https://reactphp.org/) since they liked my tweet lol.
-
PHP Swoole or OpenSwoole?
https://reactphp.org/ of course.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 24 Jun 2025
Stats
reactphp/reactphp is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of React is PHP.
Review ★★★★★ 9/10