PHPackages                             sidigi/laravel-db-masked-dump - 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. sidigi/laravel-db-masked-dump

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

sidigi/laravel-db-masked-dump
=============================

Dump masked information from your database

2.0.0(3y ago)01.5k↓100%MITPHPPHP ^7.4|^8.0

Since Jan 11Pushed 3y agoCompare

[ Source](https://github.com/sidigi/laravel-db-masked-dump)[ Packagist](https://packagist.org/packages/sidigi/laravel-db-masked-dump)[ Docs](https://github.com/sidigi/laravel-db-masked-dump)[ RSS](/packages/sidigi-laravel-db-masked-dump/feed)WikiDiscussions main Synced 1mo ago

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

Laravel DB Masked Dump
======================

[](#laravel-db-masked-dump)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d6c2396ac3b6a1dee4816889ce3d89c0de1029ddabd500acaffa5c018d3212e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736572676566656e69782f6c61726176656c2d64622d6d61736b65642d64756d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergefenix/laravel-db-masked-dump)[![Total Downloads](https://camo.githubusercontent.com/40509586ecc84f55a26f05d8768085764ceccc4ff2861d9ca30f989da5e0407f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736572676566656e69782f6c61726176656c2d64622d6d61736b65642d64756d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergefenix/laravel-db-masked-dump)

A database dumping package that allows you to replace and mask columns while dumping your database.

You can :

- Replace

```
$table->replace();
```

- Ignore ids

```
$table->ignore();
$table->isIgnored();
```

- Mask

```
$table->mask();
```

- Create rule for replace

```
$table->replaceWhen();
```

- Get schema or full dump

```
$table->schemaOnly();
```

- Set priority tables for dump

```
$shema->priorityTables();
```

- Disable constrain for table

```
$table->disableConstrain();
$shema->disableAllConstrains();
```

- More

```
modifyQuery()
fullDump()
schemaOnly()
shouldDumpData()
```

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

[](#installation)

You can install the package via composer v2:

```
composer require sergefenix/laravel-db-masked-dump
```

Commands
--------

[](#commands)

```
php artisan vendor:publish --provider=FenixDumper\\LaravelMaskedDumper\\LaravelMaskedDumpServiceProvider
php artisan db:masked-dump output.sql
php artisan db:masked-dump output.sql --definition=sqlite
php artisan db:masked-dump output.sql --gzip
```

Credits
-------

[](#credits)

- [Serge Demidenko](https://github.com/sergefenix)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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 ~214 days

Total

3

Last Release

1154d ago

Major Versions

1.0.1 → 2.0.02023-03-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c697e16f8ed41fefc29c64f1a055e540886077b6d2e0b43daabb66f599ec9eb?d=identicon)[SidiGi](/maintainers/SidiGi)

---

Top Contributors

[![sergefenix](https://avatars.githubusercontent.com/u/35842841?v=4)](https://github.com/sergefenix "sergefenix (21 commits)")[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (5 commits)")[![sidigi](https://avatars.githubusercontent.com/u/1765748?v=4)](https://github.com/sidigi "sidigi (4 commits)")

---

Tags

sergefenixlaravel-db-masked-dump

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sidigi-laravel-db-masked-dump/health.svg)

```
[![Health](https://phpackages.com/badges/sidigi-laravel-db-masked-dump/health.svg)](https://phpackages.com/packages/sidigi-laravel-db-masked-dump)
```

###  Alternatives

[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[webfactory/slimdump

slimdump is a little tool to help you creating dumps of large MySQL-databases.

188124.8k1](/packages/webfactory-slimdump)[beyondcode/laravel-masked-db-dump

Dump masked information from your database

11341.2k](/packages/beyondcode-laravel-masked-db-dump)

PHPackages © 2026

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