ezsystems/ezplatform-code-style
Code style tooling for eZ Platform projects. Provides shared coding standards and configuration to help keep PHP code consistent across teams and CI pipelines, improving readability, maintainability, and review efficiency.
ezplatform/* namespace handling). Risk: Overhead if Laravel’s existing tools suffice.ezplatform/code-style may depend on symfony/*@^4.4, while Laravel uses ^5.4. Mitigation: Containerize or isolate.ezplatform/* namespace enforcement) may flag Laravel-specific patterns (e.g., App\Services\*) as violations.php-cs-fixer, symfony/coding-standard)..php-cs-fixer.dist.php).ezsystems/ezplatform-code-style in a staging environment (e.g., GitHub Actions).ezplatform/code-style rules in Laravel’s .php-cs-fixer.dist.php).ezplatform/code-style may depend on old Symfony packages (e.g., symfony/coding-standard:^4.4).ezplatform/* namespaces, while Laravel uses App\*. Solution: Whitelist paths in the config.php-cs-fixer, symfony/coding-standard, and other dependencies.friendsofphp/php-cs-fixer with custom rules).php-cs-fixer cache).| Failure Mode | Impact | Mitigation |
|---|---|---|
| Broken Symfony 6+ Compatibility | CI pipeline fails on new Laravel releases. | Fork and update dependencies. |
| False Positives Block PRs | Developers spend time fixing non-critical issues. | Start as a warning, whitelist paths. |
| Unmaintained Package | Security vulnerabilities in dependencies. | Replace with modern alternatives. |
| Rule Overhead | Team resists due to excessive changes. | Merge rules into existing tooling. |
ezplatform/* namespace conventions.How can I help you explore Laravel packages today?