Running PHP code in parallel, the easy way

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
  • Workerman

    An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.

  • FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  • It's what Workerman uses to put PHP among the speedy servers in TechEmpower and allows for performant servers without any of the async bloat and shortcomings.

  • 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
  • fork

    A lightweight solution for running code concurrently in PHP

  • That Spatie/Fork looks like just what I want: simple and straight-forward. Too bad it's PHP 8, as I don't have PHP 8 anywhere in production.

  • MultiProcessor

    Easy usable class for very fast and memory efficient scripts, processing lots of data by utilizing the power of pcntl_fork()

  • Reminds me of the package I made years ago to show of my skills when searching for a new job: https://github.com/Shawty81/MultiProcessor

  • fork

    A lightweight solution for running code concurrently in PHP (by jcmanzo)

  • I wanted to try this on an a legacy project which I haven't been able to update to v8 yet so I forked it here and downgraded to v7.1

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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