PHPackages                             mikoweb/db-first-helper-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. mikoweb/db-first-helper-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

mikoweb/db-first-helper-bundle
==============================

Database First Helper Bundle

v1.2.4(4y ago)0121LGPL-3.0-or-laterPHPPHP ^7.1.3

Since Apr 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mikoweb/db-first-helper-bundle)[ Packagist](https://packagist.org/packages/mikoweb/db-first-helper-bundle)[ Docs](https://rmweb.pl)[ RSS](/packages/mikoweb-db-first-helper-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (10)Used By (0)

Database First Helper Bundle
============================

[](#database-first-helper-bundle)

Instalation
-----------

[](#instalation)

Requires composer, install as follows:

```
composer req mikoweb/db-first-helper-bundle

```

Usage
-----

[](#usage)

Create command class inside your bundle, eg.

```
namespace App\Command;

use Mikoweb\Bundle\DbFirstHelperBundle\Command\AbstractImportDatabaseCommand;

class DatabaseImportCommand extends AbstractImportDatabaseCommand
{
    protected static $defaultName = 'app:database:import';
}
```

If you want to lock doctrine:schema:update, add follows service:

```
services:
    app_database.ignore_tables_listener:
        class: Mikoweb\Bundle\DbFirstHelperBundle\EventListener\IgnoreTablesListener
        tags:
            - {name: doctrine.event_listener, event: postGenerateSchema }
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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 ~252 days

Recently: every ~0 days

Total

8

Last Release

1551d ago

Major Versions

v0.1.0 → v1.0.02018-10-18

PHP version history (2 changes)v0.1.0PHP &gt;=5.5.9

v1.0.0PHP ^7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/68263721584210e6cd329a0025d50c48be25fc6cfedb9d9f514af2f9f87b0cc6?d=identicon)[mikoweb](/maintainers/mikoweb)

---

Top Contributors

[![mikoweb](https://avatars.githubusercontent.com/u/4729995?v=4)](https://github.com/mikoweb "mikoweb (25 commits)")

---

Tags

bundledbfirstphpsymfony

### Embed Badge

![Health badge](/badges/mikoweb-db-first-helper-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mikoweb-db-first-helper-bundle/health.svg)](https://phpackages.com/packages/mikoweb-db-first-helper-bundle)
```

###  Alternatives

[ssch/typo3-rector

Instant fixes for your TYPO3 PHP code by using Rector.

2592.8M262](/packages/ssch-typo3-rector)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

134391.5k12](/packages/rector-rector-src)[guikingone/scheduler-bundle

A Symfony bundle that allows to schedule and create repetitive tasks

114217.4k](/packages/guikingone-scheduler-bundle)[jawira/doctrine-diagram-bundle

📐 Symfony Bundle to generate database diagrams

8187.1k2](/packages/jawira-doctrine-diagram-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)

PHPackages © 2026

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