Validate your CakePHP plugin against best practices and Awesome-CakePHP CI requirements.
Valid composer.json found
Package name should be lowercase with hyphens
Description provided
Correct type: cakephp-plugin
PSR-4 autoload configured
CakePHP dependency found
Keywords configured
All require dependencies use stable versions
Plugin class found: DebugKitPlugin.php
src/ directory exists
tests/TestCase/ directory structure found
config/ directory found
Valid namespace: DebugKit
LICENSE file found: LICENSE.txt
License specified: MIT
README found: README.md
Installation instructions found
Usage/examples section found
Status badges found
CakePHP version map found in README
GitHub Actions workflows found
Code style config found: phpcs.xml
Static analysis config found: phpstan.neon
Test config found: phpunit.xml.dist
.editorconfig found