What do you feel it's missing to make Serverless PHP more accessible?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • bref

    Serverless PHP on AWS Lambda

  • https://bref.sh offers PHP-FPM on AWS Lambda. Pretty much everything works the same. The only strong limitation I personally see is that the code runs on read-only disk with 512MB on /tmp folder, but this is true for any language running on AWS Lambda.

  • Swoole

    🚀 Coroutine-based concurrency library for PHP

  • Regarding replacement of webserver with PHP built in solution: Swoole and ReactPHP have own servers handling millions of requests concurently.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • React

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

  • Regarding replacement of webserver with PHP built in solution: Swoole and ReactPHP have own servers handling millions of requests concurently.

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