- Introducing "PHP DB Auditor" – your go-to solution for meticulous MySQL database system auditing. This powerful PHP package is your key to ensuring the utmost integrity and compliance with MySQL standards and constraints in your database. Dive into the world of database auditing with ease, thanks to its user-friendly command-line interface (CLI).
-
Comprehensive Auditing: PHP DB Auditor is a specialized PHP package designed to perform comprehensive audits on MySQL database systems.
-
Thorough Evaluation: It conducts a thorough and detailed evaluation of the entire MySQL database structure.
-
Standards Compliance: The package employs advanced scanning techniques to assess the database's adherence to MySQL standards and constraints.
-
Command-Line Interface (CLI): Users can effortlessly interact with PHP DB Auditor through its intuitive command-line interface, making the auditing process seamless.
-
Constraint Management: PHP DB Auditor empowers you to add essential constraints directly to your MySQL database via the CLI.
-
Detailed Audit Report: Upon completion of the auditing process, the package generates a detailed report.
-
Identifying Non-Compliance: The audit report provides a comprehensive list of tables and columns that fall short of meeting established MySQL standards and constraints.
-
Database Integrity: With PHP DB Auditor, you can proactively maintain the integrity of your database and ensure it aligns with the necessary standards.
**Requires PHP 8.1+
# create directory (feel free to give your own)
mkdir dbauditor
cd dbauditor
# install package
composer require vcian/php-db-auditor
# create symbolic links
ln -s vendor/vcian/php-db-auditor/dbauditor dbauditor
ln -s vendor/vcian/php-db-auditor/src/config.php config.php
# edit config.php to configure the database settings
# create directory (feel free to give your own)
mkdir dbauditor
cd dbauditor
# install package
composer require vcian/php-db-auditor
# create symbolic links
mklink vendor/vcian/php-db-auditor/dbauditor dbauditor
mklink vendor/vcian/php-db-auditor/src/config.php config.php
# edit config.php to configure the database settings
php dbauditor db:summary
php dbauditor db:standard
php dbauditor db:constraint
You can add more constraint to a table.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
We believe in
👇
ACT NOW
PERFECT IT LATER
CORRECT IT ON THE WAY.
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.