PHPackages                             darvinstudio/darvin-databaser-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. darvinstudio/darvin-databaser-bundle

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

darvinstudio/darvin-databaser-bundle
====================================

This bundle integrates 'darvinstudio/databaser' with Symfony.

5.0.1(6y ago)03.7kMITPHP

Since Oct 18Pushed 4y ago2 watchersCompare

[ Source](https://github.com/DarvinStudio/DarvinDatabaserBundle)[ Packagist](https://packagist.org/packages/darvinstudio/darvin-databaser-bundle)[ RSS](/packages/darvinstudio-darvin-databaser-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

DarvinDatabaserBundle
=====================

[](#darvindatabaserbundle)

This bundle integrates "darvinstudio/databaser" with Symfony. It allows to easily pull remote database into the local one or push local database into the remote one.

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

[](#installation)

1. Install package using Composer:

```
$ composer require darvinstudio/darvin-databaser-bundle
```

2. Register bundle in your AppKernel class:

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Darvin\DatabaserBundle\DarvinDatabaserBundle(),
        // ...
    ];
}
```

Usage
-----

[](#usage)

### Pull database

[](#pull-database)

```
$ /usr/bin/env php bin/console databaser:pull [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]]   []
```

Examples:

```
$ /usr/bin/env php bin/console databaser:pull root@example.com www/example.com
$ /usr/bin/env php bin/console databaser:pull -P 123 root@example.com /var/www/example.com
```

### Push database

[](#push-database)

```
$ /usr/bin/env php bin/console databaser:push [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]]   []
```

Examples:

```
$ /usr/bin/env php bin/console databaser:push root@example.com www/example.com
$ /usr/bin/env php bin/console databaser:push -P 123 root@example.com /var/www/example.com
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Total

5

Last Release

2357d ago

Major Versions

1.0.1 → 5.0.02017-10-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/7494101d87a9ef1b743764adadbf977914bffca325931201f7a46c6ab58b5283?d=identicon)[darvinstudio](/maintainers/darvinstudio)

---

Top Contributors

[![IgorNikolaev](https://avatars.githubusercontent.com/u/7303834?v=4)](https://github.com/IgorNikolaev "IgorNikolaev (1 commits)")

---

Tags

database

### Embed Badge

![Health badge](/badges/darvinstudio-darvin-databaser-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/darvinstudio-darvin-databaser-bundle/health.svg)](https://phpackages.com/packages/darvinstudio-darvin-databaser-bundle)
```

###  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)[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k241.3M3.3k](/packages/doctrine-doctrine-bundle)[doctrine/migrations

PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.

4.8k204.8M440](/packages/doctrine-migrations)[doctrine/data-fixtures

Data Fixtures for all Doctrine Object Managers

2.8k136.1M516](/packages/doctrine-data-fixtures)[robmorgan/phinx

Phinx makes it ridiculously easy to manage the database migrations for your PHP app.

4.5k46.2M405](/packages/robmorgan-phinx)

PHPackages © 2026

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