PHPackages                             veeraj/php-mysql-db-backup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. veeraj/php-mysql-db-backup

ActiveLibrary[File &amp; Storage](/categories/file-storage)

veeraj/php-mysql-db-backup
==========================

Backup mysql database

1.0.0(6y ago)261MITPHPPHP &gt;=5.3.0

Since Oct 31Pushed 6y ago2 watchersCompare

[ Source](https://github.com/veerajongit/php-mysql-database-backup)[ Packagist](https://packagist.org/packages/veeraj/php-mysql-db-backup)[ RSS](/packages/veeraj-php-mysql-db-backup/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

To backup existing database use the following script

```
include __DIR__ . "/SqlBackup.php";

$sql = new SqlBackup('localhost', 'rashmibansal', 'root', '123456', __DIR__);

if ($sql->run()) {
    echo 'Backup created successfully. File size is ' . $sql->fileSize;
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2383d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9519c7d89ddcdab9da9642eeb45d92ba7d4bcef6bedc977966da20cc7699a77a?d=identicon)[veerajonpackagist](/maintainers/veerajonpackagist)

### Embed Badge

![Health badge](/badges/veeraj-php-mysql-db-backup/health.svg)

```
[![Health](https://phpackages.com/badges/veeraj-php-mysql-db-backup/health.svg)](https://phpackages.com/packages/veeraj-php-mysql-db-backup)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M124](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
