crustum / audit
Audit plugin for CakePHP
Package info
Type:cakephp-plugin
pkg:composer/crustum/audit
Requires
- php: >=8.3
- cakephp/cakephp: ^5.4
- composer/semver: ^3.4
- crustum/plugin-manifest: ^1.0
- crustum/prompts: ^1.2
- laravel/agent-detector: ^2.0.2
- skie/signal_handler: ^1.0
- symfony/polyfill-php84: ^1.31
- symfony/process: ^7.4 || ^8.0
Requires (Dev)
- boundwize/structarmed: 0.14
- cakedc/cakephp-phpstan: ^4.3
- cakephp/bake: ^3.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/migrations: ^5.2
- cakephp/queue: ^2.3
- pestphp/pest: ^4.1
- phpstan/phpstan: ^2.2.2
- phpunit/phpunit: ^10.5 || ^11.1 || ^12.5
- rector/rector: ^2.5
Suggests
- ext-redis: Enables diagnostics for Redis-backed cache and queue configurations.
- cakephp/migrations: Enables pending-migration diagnostics.
- cakephp/queue: Enables queue connection and asynchronous-mode diagnostics.
- crustum/cakephp-scheduling: Enables scheduled-task registration diagnostics.
This package is not auto-updated.
Last update: 2026-08-16 20:19:02 UTC
README
The Audit plugin diagnoses common configuration, environment, and infrastructure problems in your CakePHP applications through a suite of independent checks. Each diagnostic inspects a single concern — such as runtime directory permissions, the application secret, queue connections, or debug mode — and reports a status with a safe deterministic fix when one is available. Audit runs from the console, integrates with the queue, migration, and scheduling plugins, and supports human-readable, JSON, GitHub Actions, and agent-optimized report formats.
Requirements
- PHP 8.3+
See Versions.md for the supported CakePHP versions.
Documentation
For documentation, as well as tutorials, see the docs directory of this repository.
License
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.