Late Night Refactors #1: Composer Packages

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. pint

    Laravel Pint is an opinionated PHP code style fixer for minimalists.

    My biggest challenge while coding Sudorealm was dealing with code inconsistencies between features, caused by the long breaks I took between development sessions. I know you can relate to this! This is where laravel/pint 🍺 comes to play.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. pint-strict-preset

    Pint strict preset is an insanely defensive coding style preset for those who demand meticulous precision in their projects.

    Now look... this might come to bite me in the future... But let's worry about the future when it finally comes. Check out Pint Strict Presets and if you want to learn what each rule does. Well, I am not telling you... go find out here PHP Coding Standards Fixer

  4. Pest

    Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.

    That’s why the next step in my workflow is Pest—a modern, elegant testing framework for Laravel built by the legend, Nuno Maduro. Let’s talk about how testing ensures my app isn’t just "correct" in theory, but actually works as expected.

  5. Rector

    Instant Upgrades and Automated Refactoring of any PHP 5.3+ code

    One of the biggest pains in maintaining Sudorealm, or any project, to be honest, is keeping the codebase up to date, especially when upgrading versions or adopting new best practices. This is where Rector comes into play.

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

  • PHPStan 1.9.0 With PHPDoc Asserts, List Type, and More!

    2 projects | /r/PHP | 4 Nov 2022
  • [RFC] Deprecate dynamic properties has passed!

    4 projects | /r/PHP | 26 Nov 2021
  • CI-Detector 4.0.0 - get details of current continuous integration build

    3 projects | /r/PHP | 3 Feb 2021
  • Automating PHP Refactoring with Rector

    1 project | dev.to | 10 Mar 2025
  • How to build a Laravel app using TDD that won't hurt you in the future

    7 projects | dev.to | 3 Mar 2025

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