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 3w 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 52% 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

1607d 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://avatars.githubusercontent.com/u/4729995?v=4)[Rafał Mikołajun](/maintainers/mikoweb)[@mikoweb](https://github.com/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

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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