PHPackages                             krato/larasafe - 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. krato/larasafe

ActiveLibrary

krato/larasafe
==============

Larasafe: a simple way to make backup of your laravel app

1(10y ago)1241MITPHPPHP &gt;=5.3.0

Since Apr 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Krato/larasafe)[ Packagist](https://packagist.org/packages/krato/larasafe)[ RSS](/packages/krato-larasafe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Larasafe
--------

[](#larasafe)

An easy way to make backups of you laravel app.

[![Latest Stable Version](https://camo.githubusercontent.com/55d7cb3d6151035898c409051c1f5c6fb89fc69b0333c9ae52e381c25d098215/68747470733a2f2f706f7365722e707567782e6f72672f6b7261746f2f6c617261736166652f762f737461626c652e706e67)](https://packagist.org/packages/krato/larasafe) [![Total Downloads](https://camo.githubusercontent.com/a4f1390a667c672debf2ccae0bb7a0761512faed81ae5debe75a94f743a4608b/68747470733a2f2f706f7365722e707567782e6f72672f6b7261746f2f6c617261736166652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/krato/larasafe) [![Latest Unstable Version](https://camo.githubusercontent.com/9066395300f4edf31fdaec698984e5a102d79f94b0d46bbec61e70f7658c5ac2/68747470733a2f2f706f7365722e707567782e6f72672f6b7261746f2f6c617261736166652f762f756e737461626c652e706e67)](https://packagist.org/packages/krato/larasafe) [![License](https://camo.githubusercontent.com/d39ab9dc5556bb9ef8cf440e6f66bbc58ff9d55343d5baa2004e9c941d526798/68747470733a2f2f706f7365722e707567782e6f72672f6b7261746f2f6c617261736166652f6c6963656e73652e706e67)](https://packagist.org/packages/krato/larasafe)

[![php artisan backup](https://camo.githubusercontent.com/8cebda468610f67d8a3b84ddbbbe3f5ae8f8a80608d0e9371d7456c06469480e/687474703a2f2f676f682e636f6d2e62722f6c617261736166652e706e67)](https://camo.githubusercontent.com/8cebda468610f67d8a3b84ddbbbe3f5ae8f8a80608d0e9371d7456c06469480e/687474703a2f2f676f682e636f6d2e62722f6c617261736166652e706e67)

\###Install

- You need to require this package as a composer dependency, so, run:

    `composer require hernandes/larasafe:dev-master`
- After it, register the package on the `$providers` array on `app/config/app.php`

```
'providers' => array(

   'Illuminate\Foundation\Providers\ArtisanServiceProvider',
   'Illuminate\Auth\AuthServiceProvider',
   ...
   'Hernandes\Larasafe\LarasafeServiceProvider',
),

```

### Configuration

[](#configuration)

- First thing we need to use it, is publish the package config files, do it running:

`php artisan config:publish hernandes/larasafe`

- Now we have 3 files inside `app/config/packages/hernandes/larasafe`

    - `database.php`

        Where you need to setup your database connection to be used when backuping, you can also specify tables to ignore and aditional options to `mysqldump` command.
    - `files.php`

        On files.php, you can choose what folders and files of your project need to be backed up, and some fine tune options, like what compression use.
    - `targets.php`

        On targets.php, you will need to inform where you backups should be stored, supports local folders and remote servers, also, you can specify how much time backups should be preserved (rotation).

### Usage

[](#usage)

After all this work, just run

`php artisan backup`

and be happy!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

Total

2

Last Release

3953d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/krato-larasafe/health.svg)

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

PHPackages © 2026

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