PHPackages                             pixney/backup-module - 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. pixney/backup-module

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

pixney/backup-module
====================

v0.0.12(7y ago)0557↓100%PHP

Since Jan 15Pushed 7y agoCompare

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

READMEChangelogDependencies (2)Versions (12)Used By (0)

backup-module
=============

[](#backup-module)

This module is heavily under construction.

It currently enables you to create backups of the database as well file backups of laravel helper paths. The backups are then uploaded to your digital ocean spaces (s3) for storage.

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

[](#installation)

### Composer

[](#composer)

Run the following composer command

```
composer require pixney/backup-module
php artisan addon:install pixney.module.backup

```

### .env

[](#env)

```
S3_KEY=""
S3_SECRET=""
S3_CLIENT=""
S3_ENDPOINT=""
S3_REGION=""

```

Then within the admin you add your backup job with a cron schedule. See [Cronjob Guru for reference](https://crontab.guru/)

### Add a cronjob :

[](#add-a-cronjob-)

```
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1

```

### Add a cronjob using runcloud

[](#add-a-cronjob-using-runcloud)

Within vendor binary, choose `write your own within command` the add your command as above. Example: `/bin/bash && cd /home/runcloud/webapps/pixney && php artisan schedule:run >> /dev/null 2>&1`

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Recently: every ~15 days

Total

11

Last Release

2608d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d9cf2ea94e73798225f86e4435f6e43efc94b34a30233e4e239d49afeec3822?d=identicon)[Pixney-William](/maintainers/Pixney-William)

---

Top Contributors

[![Pixney-William](https://avatars.githubusercontent.com/u/31292231?v=4)](https://github.com/Pixney-William "Pixney-William (12 commits)")

---

Tags

digitaloceanpyrocmss3spaces

### Embed Badge

![Health badge](/badges/pixney-backup-module/health.svg)

```
[![Health](https://phpackages.com/badges/pixney-backup-module/health.svg)](https://phpackages.com/packages/pixney-backup-module)
```

###  Alternatives

[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M26](/packages/craftcms-aws-s3)[tapp/laravel-uppy-s3-multipart-upload

Multipart Uploads using Laravel, AWS S3, and Uppy

84116.7k](/packages/tapp-laravel-uppy-s3-multipart-upload)[vaersaagod/dospaces

DigitalOcean Spaces integration for Craft CMS

36100.3k1](/packages/vaersaagod-dospaces)[silverstripe/s3

Adds SilverStripe support for using the S3 adapter for Flysystem

20297.0k1](/packages/silverstripe-s3)[sistemi-etime/flysystem-plugin-aws-s3-v3

AWS S3 plugin for Flysystem.

11154.2k1](/packages/sistemi-etime-flysystem-plugin-aws-s3-v3)[exula/laravel-storage-rados-s3

Extends League Flysystem S3 Adapter to easily point it to a Rados Gateway

1042.4k](/packages/exula-laravel-storage-rados-s3)

PHPackages © 2026

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