PHP Package: kubawerlos/php-cs-fixer-custom-fixers

PHP-CS-Fixer Custom Fixers is a powerful PHP library that provides additional custom fixers to enhance code quality and maintainability. These fixers are designed to optimize your codebase and streamline development processes effortlessly.

Current Version: 3.35.1
Last Updated: 2025-09-28
PHP Requirement: ^7.4 || ^8.0
Dependencies:
friendsofphp/php-cs-fixer
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PHP-CS-Fixer Custom Fixers is a comprehensive PHP library that extends the functionality of PHP-CS-Fixer with a collection of custom fixers. These fixers are meticulously crafted to address common code styling issues, enforce best practices, and improve overall code readability. By integrating these fixers into your workflow, you can automate code formatting tasks and ensure consistent coding standards across your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.35.1

Download Download v3.35.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/kubawerlos/php-cs-fixer-custom-fixers/3.35.1/loader.php';
require_once 'libs/friendsofphp/php-cs-fixer/{lib_version}/loader.php';

use Kubawerlos\PHP\CS\Fixer\CustomFixer\CustomFixer1;
use Friendsofphp\PHP\CS\Fixer\SomeDependency\DependencyClass;

$obj = new CustomFixer1();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.