Database Backup Manifest
Creates a manifest of tables, row counts, checksums, and dump metadata.
Open FunctionReusable pure PHP functions for everyday application and LAMP stack work.
Creates a manifest of tables, row counts, checksums, and dump metadata.
Open FunctionChecks target database compatibility before importing a dump.
Open FunctionChecks whether auto-increment values are aligned after imports.
Open FunctionAnalyzes common filters/sorts and suggests useful indexes.
Open FunctionPlans deletes with dependency checks, confirmation text, and preview counts.
Open FunctionAdds consistent active/deleted filters to read queries.
Open FunctionFinds duplicate database rows by one or more natural-key fields.
Open FunctionLoads small lookup tables into keyed arrays for fast repeated reads.
Open FunctionSummarizes table counts, engine/collation status, index presence, and known risk flags.
Open FunctionExports selected table rows with column allowlists and streaming options.
Open FunctionCalculates directory size and file counts while respecting depth and exclusion rules.
Open FunctionDeletes old temporary files according to extension, age, and path safety rules.
Open Function