Posts marked with “reactphp”
Event-Driven Design with Drift PHP
In the past few years, you’ve probably heard about event-driven design at conferences, meetups, or even blogs. These words can have different meanings even in the same language, but in the end, a more direct way of explaining it is, “Don’t ask; tell.” Let someone tell you something has changed instead of asking once and […]
Asynchronous Programming in PHP
PHP is, in many communities, scorned and even trivialized for many reasons—a lack of asynchrony being one of the biggest detractions. Fallacies as egregious as the aforestated derision are intolerable because of the language’s current robustness. Asynchrony—using interleaved processes in a single thread—is available to users of the PHP language to address the inefficiencies of […]
Serverless, ReactPHP, and Expanding Frontiers
PHP is no longer limited to sitting behind a web server like Apache or NGINX waiting for requests to process. Serverless PHP with AWS’s lambda service is now possible. At the same time, you can also write event-driven, asynchronous servers with ReactPHP. In this issue, we take a look at these new ways to use PHP.
Deploying ReactPHP Applications
In this article, we’re going to deploy a ReactPHP application and discuss all the things involved with it. This setup is the way I’m currently deploying my applications, but that doesn’t mean I’ll keep using this method. I’m already looking at Docker and k8s. However, the information in this article helps you whether you deploy […]


