PHP RFC: Deprecations for PHP 8.3

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

    A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)

    (I actually held the same opinion as you until recently: https://github.com/kalessil/phpinspectionsea/issues/1718 tl;dr the performance impact is negligible)

  • php-saml

    Simple SAML toolkit for PHP

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

  • lightsaml

  • Valinor

    PHP library that helps to map any input into a strongly-typed value object structure.

  • constant_time_encoding

    Constant-Time Character Encoding in PHP Projects

    If you want some random string (e.g. for a random filename), you can use bin2hex(random_bytes(16)). This will generate a random 128 bit identifier using the CSPRNG. To be extra safe, use https://github.com/paragonie/constant_time_encoding instead of bin2hex. The constant time encoder prevents some additional (more obscure) attacks.

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

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