Weekly "ask anything" thread

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

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.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. PHP OAuth 2.0 Server

    A spec compliant, secure by default PHP OAuth 2.0 Server

    Otherwise, if I need something larger, then I would go towards OAuth and than in particular OAuth2 from the PHP league. It provides a good framework to work with to implement authentication in your project. Setting up is a bit of work, but when it works, you don't need to look at it again.

  2. 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.

    InfluxDB logo
  3. php-jwt

    PHP package for JWT

  4. Ratchet

    Asynchronous WebSocket server (by ratchetphp)

    Which implementation would you like? * http://socketo.me/ * https://amphp.org/websocket-client/ * https://www.swoole.co.uk/docs/modules/swoole-websocket-server

  5. poxa

    Pusher server implementation compatible with Pusher client libraries.

    A rather common solution is to set up a dedicated service which will run real time connection with the client. Either node or something like elixir and shoot events into the 'blackbox' which later is responsible for pushing the data to the client. Good example is https://github.com/edgurgel/poxa.

  6. Laravel

    The Laravel Framework.

    I've found this ticket, which has been closed and doesn't have any activity in the discussion.

  7. Fast Route

    Fast request router for PHP

    I have a question regarding PHP routing. There are plenty of implementations but one that comes to mind is FastRoute by Nikic. Its regex router and I was just curious whether its more performant to run this kind of implementation compared to just a cached associative array to map against for routes.

  8. AutoRoute

    Automatically maps HTTP requests to PHP action classes.

    You might additionally appreciate this: https://github.com/pmjones/AutoRoute

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. AutoRoute-benchmark

    Benchmarking for AutoRoute.

    Benchmark against FastRoute here: https://github.com/pmjones/AutoRoute-benchmark

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

  • FrankenPHP: The Modern PHP App Server

    19 projects | news.ycombinator.com | 29 May 2024
  • Connecting to PHP using Apache's mod_proxy_wstunnel without using 3rd Party APIs

    3 projects | /r/codehunter | 7 Jun 2023
  • I made a simple chat socket server

    2 projects | /r/PHP | 11 Feb 2023
  • Weekly help thread

    2 projects | /r/PHP | 8 Feb 2023
  • How good does ajax long polling work in PHP?

    2 projects | /r/PHP | 1 Jan 2023

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