PHPackages                             nobledsmarts/db-sentry - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. nobledsmarts/db-sentry

ActiveLibrary[File &amp; Storage](/categories/file-storage)

nobledsmarts/db-sentry
======================

Laravel Helper package for backing up Mysql database specified in env file and saving it to a folder

1.0.0(2y ago)2101[1 PRs](https://github.com/Nobledsmarts/db-sentry/pulls)MITPHPPHP ^8.1

Since Jun 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Nobledsmarts/db-sentry)[ Packagist](https://packagist.org/packages/nobledsmarts/db-sentry)[ Docs](https://github.com/nobledsmarts/db-sentry)[ RSS](/packages/nobledsmarts-db-sentry/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

Laravel Helper package that backs up the Mysql database specified in env file and returns it
============================================================================================

[](#laravel-helper-package-that-backs-up-the-mysql-database-specified-in-env-file-and-returns-it)

[![Latest Version on Packagist](https://camo.githubusercontent.com/86ff79fafab750ebdf4bdca214df25cca496f877dbc05ccbe5b82e555d92bb40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f626c6564736d617274732f64622d73656e7472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nobledsmarts/db-sentry)[![GitHub Tests Action Status](https://camo.githubusercontent.com/58dcde220fbe25fcc8a585d1482e162fd8dde63be90c19e087f29348ac2f6cb6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6f626c6564736d617274732f64622d73656e7472792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/nobledsmarts/db-sentry/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f6c8a9c8a33b841e615030d675205604cef5496e6500ce53abfdd794c7af4e1f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e6f626c6564736d617274732f64622d73656e7472792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/nobledsmarts/db-sentry/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/49b43e91e3daf230538115f7f310c6d53879051928d855169cfd34bb047df4bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f626c6564736d617274732f64622d73656e7472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nobledsmarts/db-sentry)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/c7341affceb2c774c0c61e9e5d750b7d4a7ed04ef8461426783e8762b98f6044/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f64622d73656e7472792e6a70673f743d31)](https://spatie.be/github-ad-click/db-sentry)

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

[](#installation)

You can install the package via composer:

```
composer require nobledsmarts/db-sentry
```

Usage
-----

[](#usage)

```
use Illuminate\Support\Facades\Storage

$dbSentry = new Nobledsmarts\DBSentry\DBSentry();
$backupContent = $dbSentry->getBackUp();
$backupFileName = 'backup'. date('Y-m-d=H-i-s') . '.sql';

Storage::put($backupFileName, $backupContent);
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Richard Franklin](https://github.com/Nobledsmarts)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.6% 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

1092d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/157ceb5806870e1264a3a50422075d9a0299a923fa86589946fbdd63b38b2334?d=identicon)[Nobledsmarts](/maintainers/Nobledsmarts)

---

Top Contributors

[![Nobledsmarts](https://avatars.githubusercontent.com/u/35113848?v=4)](https://github.com/Nobledsmarts "Nobledsmarts (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

db-sentrydbbackupdbsentrylaravel-packagelaravelNobledsmartsdb-sentry

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nobledsmarts-db-sentry/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k9.9M89](/packages/dedoc-scramble)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M152](/packages/spatie-laravel-health)[spatie/laravel-passkeys

Use passkeys in your Laravel app

470755.5k32](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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