PHPackages                             mokbirdo/laravel-mysql-backup - 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. mokbirdo/laravel-mysql-backup

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

mokbirdo/laravel-mysql-backup
=============================

v1.0.2(5y ago)03.6k1proprietaryPHPPHP ^7.2

Since Jul 10Pushed 5y agoCompare

[ Source](https://github.com/mokbirdo/laravel-mysql-backup)[ Packagist](https://packagist.org/packages/mokbirdo/laravel-mysql-backup)[ RSS](/packages/mokbirdo-laravel-mysql-backup/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (5)Used By (1)

Laravel Package Template
========================

[](#laravel-package-template)

Configuration
-------------

[](#configuration)

This repository is template for building a new package. Some changes to the files are needed in order to represent a new package.

### composer.json

[](#composerjson)

Edit `composer.json` to reflect the package information. At a minimum, the package name and autoload lines should be changed so that "vendor/package" reflects the name and namespace of the new package.

```
{
    "name": "vendor/package",
    "autoload": {
        "psr-4": {
            "Vendor\\Package\\": "src/"
        }
    },
},
```

### config/packagename.php

[](#configpackagenamephp)

The file `config/packagename.php` should be renamed to to something more useful, like `config/my-package.php`. This is the configuration file that Laravel will publish into it's `config` directory.

### src/ServiceProvider.php

[](#srcserviceproviderphp)

Open up `src/ServiceProvider.php` as well. At a minimum the namespace has to be changed (it needs to match the PSR-4 namespace you set in `composer.json`).

In the `boot()` method, comment out or uncomment the components your package will need. For example, if the package only has a configuration, then everything can be commented out except the `handleConfigs()` call:

```
public function boot() {
    $this->handleConfigs();
    // $this->handleMigrations();
    // $this->handleViews();
    // $this->handleTranslations();
    // $this->handleRoutes();
}
```

In the `handleConfigs()` method, the "packagename" references should be changed to the name you chose up above (in the `config/packagename.php` instructions).

### Last Step

[](#last-step)

Update the `LICENSE` file as required (make sure it matches what you said your package's license is in `composer.json`).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

2071d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9dfc5a54feed8b4fc503860978df27a51c39724e00af2ca51c6cc861cdb368d2?d=identicon)[peresmishnyk](/maintainers/peresmishnyk)

---

Top Contributors

[![peresmishnyk](https://avatars.githubusercontent.com/u/1893866?v=4)](https://github.com/peresmishnyk "peresmishnyk (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mokbirdo-laravel-mysql-backup/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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