PHP RFC: Deprecations for PHP 8.3

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. php-saml

    Simple SAML toolkit for PHP

  4. lightsaml

  5. Valinor

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

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

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

  • php inspections ea plugin

    1 project | /r/phpstorm | 28 Apr 2023
  • What are those micro-optimizations that you can't forget?

    2 projects | /r/PHP | 1 Sep 2021
  • How to Avoid Adding New Code that Uses Deprecated Code?

    2 projects | dev.to | 25 Jun 2024
  • Writing Custom PHPStan Rule to prohibit business logic in controllers

    1 project | dev.to | 21 Jul 2023
  • Secure coding

    1 project | /r/PHPhelp | 5 Jul 2023

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