PHP Package: ifsnop/mysqldump-php

PHP library for creating MySQL database backups in a simple and efficient way with customizable options and formats.

Current Version: 2.11
Last Updated: 2023-03-18
PHP Requirement: >=5.3.0
Dependencies: None

Package Description

mysqldump-php is a powerful PHP library designed to streamline the process of generating MySQL database backups with advanced features like compression, encryption, and scheduling. It offers a user-friendly interface for managing backup configurations and supports various output formats. With mysqldump-php, you can automate routine backup tasks, ensuring data integrity and security.

🔗 View on GitHub

Download Latest Version: 2.11

Download Download v2.11

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/ifsnop/mysqldump-php/2.11/loader.php';
use Ifsnop\Mysqldump\Mysqldump;

$obj = new Mysqldump();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.