Weekly "ask anything" thread

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

  • php-jwt

    PHP package for JWT

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

  • 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

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

  • Laravel

    The Laravel Framework.

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

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

  • AutoRoute

    Automatically maps HTTP requests to PHP action classes.

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

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

  • 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