Libraries tagged by maintainability
phpmetrics/phpmetrics
15386965 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
zidbih/laravel-deadlock
5228 Downloads
Make temporary Laravel workarounds expire and fail CI when ignored.
php-code-archeology/php-code-archeology
4960 Downloads
Static analyzer for PHP project archeology. Calculates various metrics for your codebase.
denzyl/phanalist
46529 Downloads
Performant static analyzer for PHP, which is extremely easy to use. It helps you catch common mistakes in your PHP code.
halleck45/phpmetrics
133412 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
teknoo/states
40223 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.
halleck45/php-metrics
14415 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
smnandre/twigmetrics
703 Downloads
Twig template analyzer for PHP: structure, style, complexity, and maintainability metrics at a glance
shahghasiadil/laravel-clean-architecture-ddd-cqrs
53 Downloads
Explore Domain-Driven Design and CQRS in Laravel with this clean and scalable architecture template, ideal for complex applications seeking maintainability and clarity.
andrey-tech/pdepend-summary-formatter-php
6912 Downloads
Tool to show software code quality metrics, measured by PHP Depend, in console and CI/CD pipeline
joeycumines/simple-xml-util
5400 Downloads
Utilities to improve maintainability of code that relies on PHP's simplexml_load_string.
secl-group/phpcs-secl-standard
9665 Downloads
A PHP_CodeSniffer maintainability standard for Secl Group applications
cauditor/analyzer
510 Downloads
Generates & submits the metrics for cauditor.org
bigeweb/framework
81 Downloads
This MVC framework provides a structured approach to developing web applications by separating the application's concerns into three distinct components: model, view, and controller. This separation of concerns promotes code organization, maintainability, and scalability, making it easier to manage and extend the application over time
unialteri/states
1001 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.