Persistent PHP code in an API?

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • React

    Event-driven, non-blocking I/O with PHP.

    Looking at ReactPHP's basic example, if I had PHP running on Nginx, and I used this code, would that be a ReactPHP web server running on top of Nginx or is that meant to be used independently from Nginx? For example it seems that once executed it would just run indefinitely, not necessarily as a "loop" that your server configs would kill after a timeout, but just as an open socket connection that persists.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • framework-x

    Framework X – the simple and fast micro framework for building reactive web applications that run anywhere.

    Yeah ReactPHP will do this. I have an event source server running and it was pretty easy (once you get the hang of using react). I had an nginx proxy in front of it for tls. Have a look at https://framework-x.org too

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Concurrency and parallelism in PHP (part 1)

    5 projects | dev.to | 29 Jul 2024
  • ReactPHP – Event-driven, non-blocking I/O with PHP

    1 project | news.ycombinator.com | 24 Jun 2024
  • ReactPHP: Event-driven, non-blocking I/O in pure PHP

    1 project | news.ycombinator.com | 30 May 2024
  • Getting started with asynchronous PHP using ReactPHP

    4 projects | dev.to | 5 Mar 2024
  • Understanding Concurrency in PHP

    1 project | dev.to | 29 Jun 2023

Did you konow that PHP is
the 14th most popular programming language
based on number of metions?