PHPackages                             webelightdev/laravel-dbbackup - 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. webelightdev/laravel-dbbackup

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

webelightdev/laravel-dbbackup
=============================

Laravel Database backup package.

v1(9y ago)467MITPHPPHP &gt;=5.5.9

Since Feb 8Pushed 9y ago2 watchersCompare

[ Source](https://github.com/webelightdev/laravel-dbbackup)[ Packagist](https://packagist.org/packages/webelightdev/laravel-dbbackup)[ RSS](/packages/webelightdev-laravel-dbbackup/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Database backup plugin
==============================

[](#laravel-database-backup-plugin)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/2e5513d7ed82be94a8219198231265aaa66cffd77d5b038aae3a2767cf3d09ca/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776562656c696768746465762f6c61726176656c2d64626261636b75702f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/webelightdev/laravel-dbbackup/build-status/master)[![StyleCI](https://camo.githubusercontent.com/a70e3db0daf55a82f79e6cf9f23f6b5db26ee167e6f2e432b4738c148ca932ff/68747470733a2f2f7374796c6563692e696f2f7265706f732f36383337343730372f736869656c64)](https://styleci.io/repos/68374707/shield)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c4f49e00c8a0f8d0232fedcf295e78df0b1a967920fb7bf07197b744838a7b80/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776562656c696768746465762f6c61726176656c2d64626261636b75702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/webelightdev/laravel-dbbackup/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/da75f547c3ed009d008bdd586fdb14f1753891d09fcac57491d2ea462185cf37/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776562656c696768746465762f6c61726176656c2d64626261636b75702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/webelightdev/laravel-dbbackup/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/15a6284223dfc449f43397fe3d4c511fe54f00cc608a5497d64cd321fb0d555b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776562656c696768746465762f6c61726176656c2d64626261636b75702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webelightdev/laravel-dbbackup)

Take Database backup in Laravel using following command

```
php artisan run:dbbackup

```

Let's take backup of specific tables only using following command

```
php artisan run:dbbackup --tables=table1,table2,table3

```

Ahaa Supercool, You can use this command to backup your Log tables separatly.

Requirements
------------

[](#requirements)

- Laravel Filesystem
- Mysql Installed (`mysqldump`)

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

[](#installation)

To get the latest version of Laravel DbBackup, run following using Composer :

```
composer require webelightdev/laravel-dbbackup dev-master

```

Or, you may manually update require block and run `composer update`

```
	"require": {
	    "webelightdev/laravel-dbbackup": "dev-master"
	}

```

Once Laravel DbBackup is installed, You need to register the Service Provider in `config/app.php`, Add following in `providers` :

```
Webelightdev\LaravelDbBackup\DbBackupServiceProvider::class,

```

`composer dump-autoload` will be required.

To publish the config,

```
php artisan vendor:publish --provider="Webelightdev\LaravelDbBackup\DbBackupServiceProvider"

```

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3429d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6562115?v=4)[Yash Barot](/maintainers/yashbarot)[@yashbarot](https://github.com/yashbarot)

---

Top Contributors

[![yashbarot](https://avatars.githubusercontent.com/u/6562115?v=4)](https://github.com/yashbarot "yashbarot (36 commits)")

---

Tags

databasedbbackupwebelightdevlaravel-dbbackup

### Embed Badge

![Health badge](/badges/webelightdev-laravel-dbbackup/health.svg)

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k595.8M6.5k](/packages/doctrine-dbal)[doctrine/orm

Object-Relational-Mapper for PHP

10.2k295.3M7.2k](/packages/doctrine-orm)[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k249.9M3.9k](/packages/doctrine-doctrine-bundle)[doctrine/migrations

PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.

4.8k212.9M508](/packages/doctrine-migrations)[doctrine/data-fixtures

Data Fixtures for all Doctrine Object Managers

2.9k141.0M563](/packages/doctrine-data-fixtures)[robmorgan/phinx

Phinx makes it ridiculously easy to manage the database migrations for your PHP app.

4.5k47.9M443](/packages/robmorgan-phinx)

PHPackages © 2026

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