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

ActiveProject

kenwood/dbbackup
================

package to create database backup and send to email

00PHP

Since Apr 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mike1278/databaseBackup)[ Packagist](https://packagist.org/packages/kenwood/dbbackup)[ RSS](/packages/kenwood-dbbackup/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

kenwood backup database
=======================

[](#kenwood-backup-database)

- [Introduction](#introduction)
- [Installation](#installation)
- [Config](#config)
- [Documentation](#documentation)
- [Databases Supported](#databases-supportes)
- [Road map](#road-map)
- [License](#license)

Introduction
------------

[](#introduction)

A simple and light-weight sistem to backup your database.

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

[](#installation)

Simply install the package through Composer. From here the package will automatically register its service provider.

```
composer require kenwood/DBbackup

```

### Config

[](#config)

To publish the config file, run the following:

```
php artisan vendor:publish --provider="kenwood\DBbackup\DatabaseBackupServiceProvider" --tag="config"

```

Documentation
-------------

[](#documentation)

this paquetto was created to make backups from the laravel console, and send these backups by email. the commands for backing up are:

```
php artisan db:backup

```

to apply a backup:

```
php artisan db:applyBackup

```

and to send the email is:

```
php artisan db:sendBackup

```

or back up and send it:

```
php artisan db:backup --send

```

Databases supported
-------------------

[](#databases-supported)

- \[MYSQL\]
- \[Postgre SQL\]

Road map
--------

[](#road-map)

DBbackup is still under strong development, I decided to ship it at this early stage so that you can help me improve it, however I am already using it on many websites.

Here's the plan for what's coming:

- Support MYSQL
- Support PostgreSql
- Send mail with backup
- Support SQL Server
- Support SQL lite
- Can upload backup on cloud like s3 or others

Problems
--------

[](#problems)

If you discover any problem related issues, please email  directly instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/098d51c5ee480b3cc3755a8664f7c6d37690b4b42ac0582853762c15b6cd0766?d=identicon)[mike1278](/maintainers/mike1278)

---

Top Contributors

[![mike1278](https://avatars.githubusercontent.com/u/37571010?v=4)](https://github.com/mike1278 "mike1278 (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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