PHPackages                             labrodev/laravel-dev-tools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. labrodev/laravel-dev-tools

ActiveLibrary[Testing &amp; Quality](/categories/testing)

labrodev/laravel-dev-tools
==========================

Labrodev developer toolkit for Laravel projects: Rector, PHPStan (Larastan), Pint and PHP-CS-Fixer presets.

v1.0.0(7mo ago)03MITPHPPHP &gt;=8.4

Since Nov 14Pushed 7mo agoCompare

[ Source](https://github.com/labrodev/laravel-dev-tools)[ Packagist](https://packagist.org/packages/labrodev/laravel-dev-tools)[ Docs](https://github.com/labrodev/laravel-dev-tools)[ RSS](/packages/labrodev-laravel-dev-tools/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (6)Versions (2)Used By (0)

Labrodev Laravel Dev Tools
==========================

[](#labrodev-laravel-dev-tools)

Labrodev Laravel Dev Tools provides a unified set of development presets for Laravel 12+ and PHP 8.2–8.4.
It includes ready-to-use configuration files for:

- Rector
- PHPStan
- Laravel Pint
- PHP-CS-Fixer

These presets enable consistent, modern, and maintainable code across all Laravel projects.

---

Features
--------

[](#features)

- Publish ready-to-use dev-tool configuration files
- Preconfigured for Laravel 12 and PHP 8.4
- Static analysis with PHPStan
- Code formatting with Pint and PHP-CS-Fixer
- Automated refactoring via Rector
- Works seamlessly with Composer scripts
- Fully compatible with Laravel Sail
- No runtime configuration required

---

Installation
------------

[](#installation)

```
composer require labrodev/laravel-dev-tools --dev
```

Publishing Presets
------------------

[](#publishing-presets)

To publish all development tooling preset files into the root of your Laravel project, run:

```
php artisan vendor:publish --tag=labrodev-presets
```

This will publish the following files into the project root:

rector.php phpstan.neon pint.json .php-cs-fixer.php

Recommended Composer Scripts
----------------------------

[](#recommended-composer-scripts)

Add the following scripts to your project's `composer.json`:

```
"scripts": {
    "analyze": [
        "composer pint-test",
        "composer csfix-test",
        "composer phpstan",
        "composer rector"
    ],

    "pint": "pint",
    "pint-test": "pint --test",

    "csfix": "php-cs-fixer fix",
    "csfix-test": "php-cs-fixer fix --dry-run --diff",

    "phpstan": "phpstan analyse",

    "rector": "rector process --dry-run",
    "rector-fix": "rector process"
}
```

### Usage

[](#usage)

```
composer analyze
composer pint
composer phpstan
composer rector
composer csfix
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Labro Dev](https://github.com/labrodev)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance62

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

231d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/151143718?v=4)[Lashyn Petro ](/maintainers/labrodev)[@labrodev](https://github.com/labrodev)

---

Top Contributors

[![labrodev](https://avatars.githubusercontent.com/u/151143718?v=4)](https://github.com/labrodev "labrodev (1 commits)")

---

Tags

devtoolslaravellaravel-packgelaravel-pintphpphpcsfixerphpstanpintrectorrectorphpstatic-analysisPHPStanlaravelDevtoolsqualitylarastanrectorphp-cs-fixerPintlabrodev

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/labrodev-laravel-dev-tools/health.svg)

```
[![Health](https://phpackages.com/badges/labrodev-laravel-dev-tools/health.svg)](https://phpackages.com/packages/labrodev-laravel-dev-tools)
```

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.4k](/packages/larastan-larastan)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
