Validate your CakePHP plugin against best practices and Awesome-CakePHP CI requirements.
Valid composer.json found
Valid package name: dereuromark/cakephp-queue
Description provided
Correct type: cakephp-plugin
PSR-4 autoload configured
CakePHP dependency found
Keywords configured
All require dependencies use stable versions
Plugin class found: QueuePlugin.php
src/ directory exists
tests/TestCase/ directory structure found
config/ directory found
Valid namespace: Queue
LICENSE file found: LICENSE
License specified: MIT
README found: README.md
Installation instructions found
Documentation found in docs/ directory
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