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

093PHP

Since Jan 16Pushed 3mo ago1 watchersCompare

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

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

22

—

LowBetter than 23% of packages

Maintenance56

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% 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 (7 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

[doctrine/orm

Object-Relational-Mapper for PHP

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

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M542](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M209](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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