PHPackages                             henrotaym/laravel-mysql-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. henrotaym/laravel-mysql-dump

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

henrotaym/laravel-mysql-dump
============================

laravel-mysql-dump

v1.0.1(4mo ago)01.7k↓69.5%[1 PRs](https://github.com/henrotaymcorp/laravel-mysql-dump/pulls)MITPHPPHP ^8.2CI passing

Since Jun 13Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/henrotaymcorp/laravel-mysql-dump)[ Packagist](https://packagist.org/packages/henrotaym/laravel-mysql-dump)[ Docs](https://github.com/henrotaym/laravel-mysql-dump)[ RSS](/packages/henrotaym-laravel-mysql-dump/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (9)Dependencies (14)Versions (12)Used By (0)

laravel-mysql-dump
==================

[](#laravel-mysql-dump)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8c926b0311d3d433941951dd5089c1873289c618dd5b8b3453027d07bebddddc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68656e726f7461796d2f6c61726176656c2d6d7973716c2d64756d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/henrotaym/laravel-mysql-dump)[![Total Downloads](https://camo.githubusercontent.com/873502cd979e67ffc469dbf316fdf4d60d39dc7e4b7827bdd54e9947da1a3ab8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68656e726f7461796d2f6c61726176656c2d6d7973716c2d64756d702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/henrotaym/laravel-mysql-dump)

Compatibility
-------------

[](#compatibility)

LaravelPackage9.x / 10.x / 11.x0.x12.x1.xInstallation
------------

[](#installation)

You can install the package via composer:

```
composer require henrotaym/laravel-mysql-dump
```

You can install package with:

```
php artisan laravel-mysql-dump:install
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
// EXPORT
$factory = app()->make(ExportStrategyFactory::class);
$strategy = $factory->database(
    env('DB_HOST'),
    env('DB_PORT'),
    env('DB_USERNAME'),
    env('DB_PASSWORD'),
    'tenant_4ab79e07-40ca-4c72-833e-a3f9354b4c3c',
);
$path = $strategy->export();

// IMPORT
$path = '/absolute-path/to/my-file.sql';
$importFactory = app()->make(ImportStrategyFactory::class);
$importStrategy = $importFactory->database(
    env('DB_HOST'),
    env('DB_PORT'),
    env('DB_USERNAME'),
    env('DB_PASSWORD'),
    $path
);
$importStrategy->import();
```

Testing
-------

[](#testing)

```
./cli test
```

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)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance76

Regular maintenance activity

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 76.5% 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 ~69 days

Recently: every ~141 days

Total

10

Last Release

131d ago

Major Versions

v0.0.8 → v1.0.02026-02-23

PHP version history (2 changes)v0.0.1PHP ^8.2

v0.0.2PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24230736?v=4)[Mathieu Henrotay](/maintainers/henrotaym)[@henrotaym](https://github.com/henrotaym)

---

Top Contributors

[![henrotaym](https://avatars.githubusercontent.com/u/24230736?v=4)](https://github.com/henrotaym "henrotaym (26 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

laravelhenrotaymlaravel-mysql-dump

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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