PHPackages                             neosrulez/backup-googlecloudstorage - 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. neosrulez/backup-googlecloudstorage

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

neosrulez/backup-googlecloudstorage
===================================

Backup your persistent data and database in Google Cloud Storage

2.0.3(3y ago)09.7kPHP

Since Sep 4Pushed 3y ago2 watchersCompare

[ Source](https://github.com/patriceckhart/NeosRulez.Backup.GoogleCloudStorage)[ Packagist](https://packagist.org/packages/neosrulez/backup-googlecloudstorage)[ RSS](/packages/neosrulez-backup-googlecloudstorage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

Neos CMS and Neos Flow Google Cloud Storage Backup
==================================================

[](#neos-cms-and-neos-flow-google-cloud-storage-backup)

A package for Neos CMS and Neos Flow to create and restore backups on and from Google Cloud Storage.

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

[](#installation)

```
composer require neosrulez/backup-googlecloudstorage

```

Settings.yaml
-------------

[](#settingsyaml)

Define an individual identifier for your backups, a Google Cloud Storage Bucket and specify the storage location of the credential .json:

```
NeosRulez:
  Backup:
    GoogleCloudStorage:
      backup_identfier: 'backup' # your own backup identifier (extend filename on storage)
      storage_bucket_name: 'my_neos_backups'
      key_file_path: '/var/www/html/Packages/Sites/Acme.Site/Resources/Private/.credentials/credential.json'

```

CLI
---

[](#cli)

CLI commandAction./flow backup:createCreate backup on Google Cloud Storage./flow backup:create --name `name_of_the_backup`Create custom named backup in Google Cloud Storage (without file extension)./flow backup:restore `name_of_the_backup.zip`Restore backup from Google Cloud Storage (can't be undone!)./flow backup:restoredata `name_of_the_backup.zip`Restore persistent data backup from Google Cloud Storage (can't be undone!)./flow backup:restoredatabase `name_of_the_backup.zip`Restore persistent data backup from Google Cloud Storage (can't be undone!)./flow backup:deleteDelete backup on Google Cloud Storage (can't be undone!)Author
------

[](#author)

- E-Mail:
- URL:

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.4% 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 ~129 days

Recently: every ~193 days

Total

7

Last Release

1295d ago

Major Versions

1.0.2 → 2.0.02021-09-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/8604597e730303a1739fbb6a24bcf77019b22068e5d838ae4c12756e8121b488?d=identicon)[patriceckhart](/maintainers/patriceckhart)

---

Top Contributors

[![patriceckhart](https://avatars.githubusercontent.com/u/10776002?v=4)](https://github.com/patriceckhart "patriceckhart (27 commits)")[![martinlipp](https://avatars.githubusercontent.com/u/7592369?v=4)](https://github.com/martinlipp "martinlipp (1 commits)")

### Embed Badge

![Health badge](/badges/neosrulez-backup-googlecloudstorage/health.svg)

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

###  Alternatives

[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[league/flysystem-google-cloud-storage

Google Cloud Storage adapter for Flysystem.

2316.7M45](/packages/league-flysystem-google-cloud-storage)[spatie/flysystem-google-cloud-storage

Flysystem adapter for Google Cloud Storage

25549.6k](/packages/spatie-flysystem-google-cloud-storage)[flownative/aws-s3

This Flow package allows you to store assets (resources) in Amazon's S3

18182.3k](/packages/flownative-aws-s3)

PHPackages © 2026

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