PHPackages                             alexivashchenko/php-mysql-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. alexivashchenko/php-mysql-backup

ActiveLibrary

alexivashchenko/php-mysql-backup
================================

Simple PHP class to create regular MySQL database backups

019PHP

Since Jan 15Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

php-mysql-backup
================

[](#php-mysql-backup)

Description
-----------

[](#description)

Simple PHP class to create regular MySQL database backups.

### What it does:

[](#what-it-does)

1. Create MySQL database backup.
2. Remove old MySQL database backups.

The output is the set of `sql.gzip` files.

Installation
------------

[](#installation)

### Composer

[](#composer)

From the Command line:

```
composer require alexivashchenko/php-mysql-backup:dev-master

```

In `composer.json`:

```
{
	"require": {
		"alexivashchenko/php-mysql-backup": "dev-master"
	}
}

```

Usage
-----

[](#usage)

1. Create `config.php` file, set up right `VENDOR_PATH` and `$Config`.
2. Create CRON job to run `run-backup.php` file.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9c2906bbc9b39c7c64cbba08b30f73b7a8408ff0e71b03309759c66425b0598?d=identicon)[alexivashchenko](/maintainers/alexivashchenko)

---

Top Contributors

[![alexivashchenko](https://avatars.githubusercontent.com/u/46319113?v=4)](https://github.com/alexivashchenko "alexivashchenko (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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