crustum/audit

Audit plugin for CakePHP

Maintainers

Package info

github.com/Crustum/audit

Type:cakephp-plugin

pkg:composer/crustum/audit

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-08-15 20:09 UTC

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.