End-User Documentation

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Psalm

    A static analysis tool for finding errors in PHP applications

  • If you have CI/CD, you could run psalm over your codebase which will naturally highlight any inconsistencies or missing types. In the example above it would highlight a lack of return type, and lack of type for $newlyAdded (and if you change the type of a parameter, it might highlight elsewhere if there's an issue with that).

  • 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