PHPackages                             sidus/database-maintenance-bundle - 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. sidus/database-maintenance-bundle

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

sidus/database-maintenance-bundle
=================================

Simple database maintenance with Doctrine and MySQL

v2.0.0(5y ago)316.6k2MITPHPPHP &gt;=7.2

Since May 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/VincentChalnot/SidusDatabaseMaintenanceBundle)[ Packagist](https://packagist.org/packages/sidus/database-maintenance-bundle)[ Docs](https://github.com/VincentChalnot/SidusDatabaseMaintenanceBundle)[ RSS](/packages/sidus-database-maintenance-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (5)Used By (0)

Database Maintenance with Doctrine &amp; MySQL
==============================================

[](#database-maintenance-with-doctrine--mysql)

This bundle allows you to execute mysql and mysqldump commands without passing any authentication parameters, il will automatically uses the one declared in doctrine.

Dumping local database:
-----------------------

[](#dumping-local-database)

```
$ bin/console sidus:database:mysqldump > dump.sql
```

Dumping remote database to local file:
--------------------------------------

[](#dumping-remote-database-to-local-file)

```
$ ssh username@host "/path/to/symfony/bin/console sidus:database:mysqldump" > dump.sql
```

Copying remote database to local:
---------------------------------

[](#copying-remote-database-to-local)

```
$ ssh username@host "/path/to/symfony/bin/console sidus:database:mysqldump" | bin/console sidus:database:mysql
```

Copying local database to remote:
---------------------------------

[](#copying-local-database-to-remote)

```
$ bin/console sidus:database:mysqldump | ssh username@host "/path/to/symfony/bin/console sidus:database:mysql"
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~463 days

Total

4

Last Release

1956d ago

Major Versions

v1.0.2 → v2.0.02021-02-24

PHP version history (2 changes)v1.0.0PHP &gt;=5.6

v2.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d58f1d81808beea6dab7aec03b0268082fe12bf46c852f14d98d7b900ea1304?d=identicon)[VincentChalnot](/maintainers/VincentChalnot)

---

Top Contributors

[![VincentChalnot](https://avatars.githubusercontent.com/u/1535893?v=4)](https://github.com/VincentChalnot "VincentChalnot (2 commits)")

---

Tags

databasemysqldoctrinemaintenance

### Embed Badge

![Health badge](/badges/sidus-database-maintenance-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sidus-database-maintenance-bundle/health.svg)](https://phpackages.com/packages/sidus-database-maintenance-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[jawira/doctrine-diagram-bundle

📐 Symfony Bundle to generate database diagrams

81104.9k9](/packages/jawira-doctrine-diagram-bundle)

PHPackages © 2026

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