PHPackages                             nanbando/mysql - 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. nanbando/mysql

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

nanbando/mysql
==============

Nanando-Plugin to backup mysql databases

0.5.0(1y ago)05.8k↓40%2[3 issues](https://github.com/nanbando/mysql/issues)1MITPHP

Since Jun 30Pushed 1y agoCompare

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

READMEChangelog (9)Dependencies (3)Versions (10)Used By (1)

Nanbando: mysql
===============

[](#nanbando-mysql)

Nanando-Plugin which uses `mysqldump` to backup and restore mysql databases.

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

[](#installation)

You can install this plugin by adding `nanbando/mysql` to the `require`-section of the nanbando.json file.

Configuration
-------------

[](#configuration)

```
{
    "name": "application",
    "backup": {
        "your_database": {
            "plugin": "mysql",
            "parameter": {
                "username": "root",
                "password": "***",
                "database": "your_database",
                "host": "127.0.0.1",
                "port": "3306"
            }
        }
    },
    "require": {
        "nanbando/mysql": "^0.1"
    }
}
```

As an alternative you can use the environment variable of Doctrine DBAL:

```
{
    "name": "application",
    "backup": {
        "your_database": {
            "plugin": "mysql",
            "parameter": {
                "databaseUrl": "%env(DATABASE_URL)%"
            }
        }
    },
    "require": {
        "nanbando/mysql": "^0.1"
    }
}
```

Documentation
-------------

[](#documentation)

See the official documentation on [nanbando.readthedocs.io/en/latest/plugins/index.html](https://nanbando.readthedocs.io/en/latest/plugins/index.html).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% 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 ~368 days

Recently: every ~332 days

Total

9

Last Release

709d ago

### Community

Maintainers

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

---

Top Contributors

[![wachterjohannes](https://avatars.githubusercontent.com/u/1464615?v=4)](https://github.com/wachterjohannes "wachterjohannes (13 commits)")[![Edvinas9](https://avatars.githubusercontent.com/u/2161759?v=4)](https://github.com/Edvinas9 "Edvinas9 (1 commits)")[![luca-rath](https://avatars.githubusercontent.com/u/5758674?v=4)](https://github.com/luca-rath "luca-rath (1 commits)")

### Embed Badge

![Health badge](/badges/nanbando-mysql/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[spatie/db-dumper

Dump databases

1.2k29.1M86](/packages/spatie-db-dumper)[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.6k86.4k1](/packages/getgrav-grav)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)

PHPackages © 2026

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