codebuddyphp / codebuddy
All-in-one code quality tool for your codebase
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/codebuddyphp/codebuddy
Requires
- php: ^8.2
- driftingly/rector-laravel: ^2
- larastan/larastan: ^3
- laravel/framework: ^11|^12
- laravel/pint: ^1
- pestphp/pest: ^3
README
All-in-one code quality tool for your codebase
Supercharge your codebase with a single package that brings together the best code quality tools - Rector, Pint, PHPStan, PestPHP, and more. Write cleaner, more maintainable code with minimal setup.
Note: This package is currently compatible only with the Laravel framework 11 & 12.
Installation
Install the package as dev dependency:
composer require --dev codebuddyphp/codebuddy
Publish the assets:
php artisan vendor:publish --provider="Codebuddyphp\Codebuddy\CodebuddyServiceProvider" --tag="codebuddy-config" --force
Usage
Configure essential tools (like Rector, Pint, Phpstan, Pest, etc):
php artisan cb:configure
Find or fix codebase issues:
php artisan cb:review [--fix]
Get quick codebase insights:
php artisan cb:insights