PHPackages                             sincco/mysqlbkp - 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. [Database &amp; ORM](/categories/database)
4. /
5. sincco/mysqlbkp

ActiveLibrary[Database &amp; ORM](/categories/database)

sincco/mysqlbkp
===============

Create and restore MySQL backups

1.0(7y ago)116MITPHPPHP ^5.3.3 || &gt;=7.0

Since Jul 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sincco/mysqlbkp)[ Packagist](https://packagist.org/packages/sincco/mysqlbkp)[ RSS](/packages/sincco-mysqlbkp/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

#### MySQLBkp

[](#mysqlbkp)

Crea y restaura backups desde MySQL, para facilitar las tareaas de respaldo de tu sistema

Basado en
----------------------------------------------------

[](#basado-en-httpsgithubcomdaniloazmyphp-backup)

### Instalación

[](#instalación)

```
composer require sincco/mysqlbkp

```

### Uso

[](#uso)

#### Backup

[](#backup)

```
$backupDatabase = new \Sincco\Tools\MySQLBkp('localhost', 'user', 'password', 'dbname', './bkp');
$backupDatabase->backupTables('*');

```

#### Restore

[](#restore)

```
$backupDatabase = new \Sincco\Tools\MySQLBkp('localhost', 'user', 'password', 'dbname', './bkp', 'file.sql');
$restoreDatabase->restoreDb();

```

#### NOTICE OF LICENSE

[](#notice-of-license)

This source file is subject to the Open Software License (OSL 3.0) that is available through the world-wide-web at this URL:

**Happy coding!**

- [ivan miranda](http://ivanmiranda.me)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2869d ago

### Community

Maintainers

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

---

Top Contributors

[![ivanmiranda](https://avatars.githubusercontent.com/u/5984156?v=4)](https://github.com/ivanmiranda "ivanmiranda (1 commits)")

---

Tags

backupmysqlrestoresinccomysqlbkp

### Embed Badge

![Health badge](/badges/sincco-mysqlbkp/health.svg)

```
[![Health](https://phpackages.com/badges/sincco-mysqlbkp/health.svg)](https://phpackages.com/packages/sincco-mysqlbkp)
```

###  Alternatives

[phpbu/phpbu

PHP Backup utility.

1.3k89.0k4](/packages/phpbu-phpbu)[rah/danpu

Zero-dependency MySQL dump library for easily exporting and importing databases

64401.8k10](/packages/rah-danpu)[cytopia/mysqldump-secure

Secure mysqldump script with encryption, compression, logging, blacklisting and Nagios monitoring integration

1474.7k1](/packages/cytopia-mysqldump-secure)[cornford/backup

An easy way backup and restore databases in Laravel.

4225.6k](/packages/cornford-backup)[tommyknocker/pdo-database-class

Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.

845.7k](/packages/tommyknocker-pdo-database-class)[spanjeta/yii2-backup

Database Backup and Restore functionality

285.0k1](/packages/spanjeta-yii2-backup)

PHPackages © 2026

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