PHPackages                             keboola/kbc-project-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. keboola/kbc-project-backup

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

keboola/kbc-project-backup
==========================

Backup KBC project

1.19.0(1y ago)0555[1 PRs](https://github.com/keboola/php-kbc-project-backup/pulls)MITPHPPHP ^8.2CI failing

Since May 9Pushed 4w ago15 watchersCompare

[ Source](https://github.com/keboola/php-kbc-project-backup)[ Packagist](https://packagist.org/packages/keboola/kbc-project-backup)[ RSS](/packages/keboola-kbc-project-backup/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (13)Versions (27)Used By (0)

Keboola Connection Project Backup PHP
=====================================

[](#keboola-connection-project-backup-php)

PHP library for easy backup of KBC project into Amazon Simple Cloud Storage Service‎ (S3)

Usage
-----

[](#usage)

Library is available as composer package.

### Installation

[](#installation)

```
composer require keboola/php-storage-api-backup
```

Development
-----------

[](#development)

Clone github repository and build Docker container

```
git clone https://github.com/keboola/php-storage-api-backup.git
cd php-storage-api-backup
docker-compose build

```

Create `.env` file from this template

```
TEST_AWS_STORAGE_API_URL=
TEST_AWS_STORAGE_API_TOKEN=
TEST_AWS_ACCESS_KEY_ID=
TEST_AWS_SECRET_ACCESS_KEY=
TEST_AWS_REGION=
TEST_AWS_S3_BUCKET=
TEST_AZURE_STORAGE_API_URL=
TEST_AZURE_STORAGE_API_TOKEN=
TEST_AZURE_ACCOUNT_NAME=
TEST_AZURE_ACCOUNT_KEY=
TEST_AZURE_CONTAINER_NAME=
TEST_GCP_STORAGE_API_URL=
TEST_GCP_STORAGE_API_TOKEN=
TEST_GCP_BUCKET=
TEST_GCP_SERVICE_ACCOUNT=
```

- `TEST_AWS_STORAGE_API_*` variables are from the project with AWS S3 backend which you want to backup
- `TEST_AWS_*` variables are from the S3 bucket the backup will be stored to *(Use [aws-cf-template.json](./aws-cf-template.json) CloudFormation stack template to create all required AWS resources)*
- `TEST_AZURE_STORAGE_API_*` variables are from the project with Azure Blob storage backend which you want to backup
- `TEST_AZURE_ACCOUNT_` create new Storage Account in your Azure Subscription
- `TEST_AZURE_CONTAINER_NAME` container which will be created in your Storage Account
- `TEST_GCP_STORAGE_API_*` variables are from the project with GCP Storage backend which you want to backup
- `TEST_GCP_BUCKET` bucket in your Google Storage
- `TEST_GCP_SERVICE_ACCOUNT` Service account with permissions to write to the bucket

```
docker-compose run --rm tests
```

License
-------

[](#license)

MIT licensed, see [LICENSE](./LICENSE) file.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance74

Regular maintenance activity

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 76.9% 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 ~105 days

Recently: every ~12 days

Total

25

Last Release

391d ago

Major Versions

0.1.0 → 1.0.02021-05-28

PHP version history (3 changes)0.0.1PHP ^7.1

1.0.0PHP ^7.4

1.10.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/101dbf2551a0709ddab522f97669f13a2c4cc2d0a1e8d009f3af6ba80accb1a9?d=identicon)[Keboola](/maintainers/Keboola)

---

Top Contributors

[![ondrajodas](https://avatars.githubusercontent.com/u/12143866?v=4)](https://github.com/ondrajodas "ondrajodas (113 commits)")[![ErikZigo](https://avatars.githubusercontent.com/u/1726727?v=4)](https://github.com/ErikZigo "ErikZigo (28 commits)")[![pepamartinec](https://avatars.githubusercontent.com/u/271753?v=4)](https://github.com/pepamartinec "pepamartinec (2 commits)")[![romanbracinik](https://avatars.githubusercontent.com/u/6448364?v=4)](https://github.com/romanbracinik "romanbracinik (2 commits)")[![ujovlado](https://avatars.githubusercontent.com/u/419849?v=4)](https://github.com/ujovlado "ujovlado (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/keboola-kbc-project-backup/health.svg)

```
[![Health](https://phpackages.com/badges/keboola-kbc-project-backup/health.svg)](https://phpackages.com/packages/keboola-kbc-project-backup)
```

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)[uspdev/replicado

Classes PHP que consome dados do Replicado USP

136.2k7](/packages/uspdev-replicado)

PHPackages © 2026

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