PHP in 2023 - stitcher.io

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

    Easily run code asynchronously (by spatie)

  • I really wanna get into writing more asynchronous PHP but having to switch to a whole different web server and execution mode is a major stumbling block. The only library (that I know of) that allows asynchronous code in traditional PHP environment is this one by Spatie.

  • roadrunner-bundle

    A RoadRunner worker integrated in your Symfony app

  • OK, got it now. For bootstrap-once approach, I used RoadRunner bundle which worked perfect. I would have used it now if I knew how to set it in existing Docker 😂

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

    InfluxDB logo
  • PHP Code Sniffer

    PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.

  • While you're at it, also include code-style checkers like phpcs, phpmd and/or php-cs-fixer

  • PHPStan

    PHP Static Analysis Tool - discover bugs in your code without running it!

  • just include a static analyser like phpstan in your CI/CD to make sure your code is not total shit.

  • PHP CS Fixer

    A tool to automatically fix PHP Coding Standards issues

  • While you're at it, also include code-style checkers like phpcs, phpmd and/or php-cs-fixer

  • PHP Mess Detector

    PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.

  • While you're at it, also include code-style checkers like phpcs, phpmd and/or php-cs-fixer

  • Rector

    Instant Upgrades and Automated Refactoring of any PHP 5.3+ code

  • Upgrading that clean code should be simple. Especially if you run tools like Rector to do the upgrading automatically.

  • 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