PHPackages                             nayjest/db-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. nayjest/db-dump

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

nayjest/db-dump
===============

Database Dump Tool for Laravel

v1.3.6(11y ago)1714PHPPHP &gt;=5.4.0

Since Sep 22Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Nayjest/db-dump)[ Packagist](https://packagist.org/packages/nayjest/db-dump)[ RSS](/packages/nayjest-db-dump/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Database Dump Tool for Laravel
==============================

[](#database-dump-tool-for-laravel)

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

[](#installation)

#### Installation with composer

[](#installation-with-composer)

- Step 1: Add git url to composer.json file in your project:

```
"repositories": [
    {
        "url": "git@github.com:Nayjest/db-dump.git",
        "type": "git"
    }
],

```

- Step 2: Add dependency to "require" section

```
"require": {
    "nayjest/db-dump": "~1"
},

```

- Step 3: run "composer update" command
-

Usage
-----

[](#usage)

Create dump:

> php artisan db:dump make

Create dump with specific tags:

> php artisan db:dump make --tags my\_dump,some\_other\_tag

Create dump using scenario:

> php artisan db:dump make --scenario scenario\_name

Apply dump (interactive)

> php artisan db:dump apply

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Recently: every ~13 days

Total

12

Last Release

4203d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f774898eb3341eff33d07e1b05bccfb69d084831b7ac151d3079e322d0ff6155?d=identicon)[nayjest](/maintainers/nayjest)

---

Top Contributors

[![Nayjest](https://avatars.githubusercontent.com/u/153999?v=4)](https://github.com/Nayjest "Nayjest (34 commits)")

### Embed Badge

![Health badge](/badges/nayjest-db-dump/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

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

423715.4k1](/packages/clickbar-laravel-magellan)[genealabs/laravel-pivot-events

This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

1404.9M8](/packages/genealabs-laravel-pivot-events)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)

PHPackages © 2026

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