PHPackages                             nurmanhabib/mysqldump - 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. nurmanhabib/mysqldump

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

nurmanhabib/mysqldump
=====================

MySQL database dump. Forked from https://github.com/dg/MySQL-dump

v1.2.0(12y ago)038BSD-3PHP

Since Aug 31Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nurmanhabib/mysqldump)[ Packagist](https://packagist.org/packages/nurmanhabib/mysqldump)[ Docs](https://github.com/dg/MySQL-dump)[ RSS](/packages/nurmanhabib-mysqldump/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

MySQL Dump Utility
==================

[](#mysql-dump-utility)

Forked from

This is a backup utility used to dump a database for backup or transfer to another MySQL server. The dump typically contains SQL statements to create the table, populate it, or both.

It requires PHP 5.0.5 or later.

Usage
-----

[](#usage)

Create [MySQLi](http://www.php.net/manual/en/mysqli.construct.php) object and pass it to the MySQLDump:

```
$dump = new MySQLDump(new mysqli('localhost', 'root', 'password', 'database'));

```

You can optionally specify how each table or view should be exported:

```
$dump->tables['search_cache'] = MySQLDump::DROP | MySQLDump::CREATE;
$dump->tables['log'] = MySQLDump::NONE;

```

Then simply call `save()` or `write()`:

```
$dump->save('export.sql.gz');

```

---

Project at GitHub:

(c) David Grudl, 2008, 2013 ()

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 53.5% 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

Every ~258 days

Total

3

Last Release

4486d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ff877655f6d01a863742b7f9e23ed29d6f1548df3e017eec5f6b0a2a5dfdb1c?d=identicon)[nurmanhabib](/maintainers/nurmanhabib)

---

Top Contributors

[![nurmanhabib](https://avatars.githubusercontent.com/u/5308494?v=4)](https://github.com/nurmanhabib "nurmanhabib (23 commits)")[![dg](https://avatars.githubusercontent.com/u/194960?v=4)](https://github.com/dg "dg (13 commits)")[![JanTvrdik](https://avatars.githubusercontent.com/u/175109?v=4)](https://github.com/JanTvrdik "JanTvrdik (6 commits)")[![VaclavSir](https://avatars.githubusercontent.com/u/1473642?v=4)](https://github.com/VaclavSir "VaclavSir (1 commits)")

---

Tags

mysql

### Embed Badge

![Health badge](/badges/nurmanhabib-mysqldump/health.svg)

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k25.2M34](/packages/kirschbaum-development-eloquent-power-joins)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[cytopia/mysqldump-secure

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

1474.7k1](/packages/cytopia-mysqldump-secure)[ark/database

Light weight database abstraction

117.8k](/packages/ark-database)

PHPackages © 2026

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