PHPackages                             siteset/laravel-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. siteset/laravel-dump

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

siteset/laravel-dump
====================

Dump database tables with records as JSON for Laravel Framework

1.0.x-dev(1y ago)036MITPHPPHP ^7.2 || ^8.0

Since Dec 31Pushed 1y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Dump Database Tables With Records as JSON
=========================================

[](#dump-database-tables-with-records-as-json)

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

[](#installation)

Add the package record to the 'require' section of the composer.json file.

```
    "require": {
    	...,
        "siteset/laravel-dump": "^1.0@dev"
    },
```

Update the package with Composer:

```
composer update siteset/laravel-dump
```

Setup
-----

[](#setup)

Bind command to application kernel **/app/Console/Kernel.php**

```
protected $commands = [
    \Siteset\Dump\Console\DumpCommand::class,
];
```

Add DumpServiceProvider into **/config/app.php**

```
'providers' => [
    ...,
    Siteset\Dump\DumpServiceProvider::class,
    ...,
],
```

Refresh Composer Autoload

```
composer dump-autoload
```

Renew or create configuration file (you can delete old file)

```
php artisan vendor:publish --provider="Siteset\Dump\DumpServiceProvider"

```

Usage
-----

[](#usage)

Execute command **db:json** to make dump:

```
php artisan db:json

```

**JSON** dump will be created at directory **/database/dumps/dump\_YYYY-MM-DD\_HH-II-SS**

You can change it by options --path and --folder

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance40

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

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

###  Release Activity

Cadence

Unknown

Total

1

Last Release

503d ago

### Community

Maintainers

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

---

Top Contributors

[![roodz](https://avatars.githubusercontent.com/u/3536514?v=4)](https://github.com/roodz "roodz (13 commits)")[![siteset](https://avatars.githubusercontent.com/u/156968642?v=4)](https://github.com/siteset "siteset (1 commits)")

---

Tags

phpjsonlaraveldatabasedump

### Embed Badge

![Health badge](/badges/siteset-laravel-dump/health.svg)

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

###  Alternatives

[codezero/laravel-unique-translation

Check if a translated value in a JSON column is unique in the database.

186965.1k7](/packages/codezero-laravel-unique-translation)[renoki-co/l1

Laravel integration for Cloudflare Workers services.

16113.1k](/packages/renoki-co-l1)[wayofdev/laravel-cycle-orm-adapter

🔥 A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.

3516.7k3](/packages/wayofdev-laravel-cycle-orm-adapter)[tomatophp/filament-locations

Database Seeds for Countries / Cities / Areas / Languages / Currancy with ready to use resources for FilamentPHP

2320.8k6](/packages/tomatophp-filament-locations)

PHPackages © 2026

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