PHPackages                             ilbronza/demodbreplicator - 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. ilbronza/demodbreplicator

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

ilbronza/demodbreplicator
=========================

Replicate a db inside another

0101PHP

Since Jun 23Pushed 3w ago1 watchersCompare

[ Source](https://github.com/ilBronza/demoDBReplicator)[ Packagist](https://packagist.org/packages/ilbronza/demodbreplicator)[ RSS](/packages/ilbronza-demodbreplicator/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

demoDBReplicator
================

[](#demodbreplicator)

this package is a simple database replicator for Laravel 5.5+ that allows you to replicate a database from a source to a destination. It is useful to replicate a production database to a development environment to have a real data set to work with.

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

[](#installation)

run `composer require ilbronza/demodbreplicator`

publish the configuration file with `php artisan vendor:publish --provider="IlBronza\DemoDBReplicator\DemoDBReplicatorServiceProvider"`

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

[](#configuration)

edit the `config/demodbreplicator.php` file with the source and destination database connections

create the .\[whatever\_you\_used\_in\_config\] file (or files if you want to split them) to store the database credentials for the two commands

to stick to base configuration you could create

.dbReplicatorConf ` \[mysqldump\] user = "root" password = ""

\[mysql\] user = "root" password = ""

`

Usage
-----

[](#usage)

run `php artisan dbreplicator:replicate` to replicate the source database to the destination database

or call `your_website.something/dbreplicator/replicate-db` with a superadmin role user

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance62

Regular maintenance activity

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/33c65523e8a1cdfe8ed5f5fb8d90101b28eceb8c2ef7acb50a24cf6c42b8e639?d=identicon)[ilBronza](/maintainers/ilBronza)

---

Top Contributors

[![bronza](https://avatars.githubusercontent.com/u/3426331?v=4)](https://github.com/bronza "bronza (8 commits)")[![ilBronza](https://avatars.githubusercontent.com/u/68387610?v=4)](https://github.com/ilBronza "ilBronza (1 commits)")

### Embed Badge

![Health badge](/badges/ilbronza-demodbreplicator/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198741.5k12](/packages/pgvector-pgvector)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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