PHP in 2023 - stitcher.io

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. 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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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 😂

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

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

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

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

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

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream 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

  • Rector keeps your PHP code base fresh and perfect

    2 projects | dev.to | 15 Mar 2024
  • Top 6 PHP code quality tools 2023

    7 projects | dev.to | 30 May 2023
  • Avoiding empty() in PHP

    4 projects | /r/PHP | 11 May 2023
  • 7.4 to 8.x upgrade help

    2 projects | /r/PHP | 29 Apr 2023
  • Upgrade your project to PHP 8.2 with Rector

    2 projects | dev.to | 18 Mar 2023

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