PHPackages                             to1/backupper - 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. [CLI &amp; Console](/categories/cli)
4. /
5. to1/backupper

ActiveLibrary[CLI &amp; Console](/categories/cli)

to1/backupper
=============

Simple command line based tool to help you back up your project

05PHP

Since Jul 3Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

backupper
=========

[](#backupper)

#### Backup tool

[](#backup-tool)

### Notice the database backup currently only works on mysql databases

[](#notice-the-database-backup-currently-only-works-on-mysql-databases)

Backupper is a command line based tool to back up you'r laravel project

```
composer require to1/backupper

```

will install the package to the project.

After the package was installed successfully you can use the these commands.

```
  php artisan to1:backup

```

This command will backup all the project folders/files except "vendor" which is a folder excluded by default.

There is a backupper config file with an array "exclude" it will not archive the folders that you specify on the array currently "vendor" folder is excluded by default, if you need to add folder that you do not want to backup just add them on the config array.

or you can specify a path to backup

```
 php artisan to1:backup storage

```

these commands will generate a zip file on the root of the project.

If you want to backup your database as well you have to add the database option

```
php artisan to1:backup --database=true

```

This will generate a .gz file with you sql inside.

But you can also backup only your database

```
php artisan to1:backup --database=only

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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/77b0d020f8023a1e72d7b4ac9f9fb50bbbe591f310c1d24f3719991de59d1331?d=identicon)[Jeton Ahmeta](/maintainers/Jeton%20Ahmeta)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/to1-backupper/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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