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

ActiveLibrary

sergefenix/laravel-db-masked-dump
=================================

Dump masked information from your database

3.0.0(4y ago)42.7k1MITPHPPHP ^7.4|^8.0|^8.1

Since Sep 23Pushed 4y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (7)Versions (11)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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80.8% 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 ~18 days

Total

10

Last Release

1525d ago

Major Versions

1.3 → 3.0.02022-03-09

PHP version history (2 changes)1.1PHP ^7.4|^8.0

3.0.0PHP ^7.4|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/704ef3c4c3d267fc8fb78b0e927210e004d8c6c20126bed87c8970af4b1a4b52?d=identicon)[sergefenix](/maintainers/sergefenix)

---

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)")

---

Tags

sergefenixlaravel-db-masked-dump

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[beyondcode/laravel-masked-db-dump

Dump masked information from your database

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

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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