PHPackages                             filippo-toso/dialogflow-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. [File &amp; Storage](/categories/file-storage)
4. /
5. filippo-toso/dialogflow-backup

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

filippo-toso/dialogflow-backup
==============================

Dialogflow agent backup and restore component

v1.1.5(4y ago)01121MITPHPPHP ^5.6 || ^7.0 || ^8.0 || ^9.0

Since Feb 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/filippotoso/dialogflow-backup)[ Packagist](https://packagist.org/packages/filippo-toso/dialogflow-backup)[ RSS](/packages/filippo-toso-dialogflow-backup/feed)WikiDiscussions master Synced 2d ago

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

Dialogflow agent backup, import and restore component
=====================================================

[](#dialogflow-agent-backup-import-and-restore-component)

A very simple component to backup, import and restore Dialogflow agents.

Requirements
------------

[](#requirements)

- PHP 5.6+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/dialogflow-backup

```

Using It
--------

[](#using-it)

```
use FilippoToso\DialogflowBackup\DialogflowBackup;

// Backup
$client = new DialogflowBackup([
    'credentials' => __DIR__ . '/source.json',
], 'your-project-id');

$client->backup(__DIR__ . '/backup.zip');

// Restoring
$client = new DialogflowBackup([
    'credentials' => __DIR__ . '/destination.json',
], 'your-project-id');

$client->restore(__DIR__ . '/backup.zip');

// Importing
$client = new DialogflowBackup([
    'credentials' => __DIR__ . '/destination.json',
], 'your-project-id');

$client->import(__DIR__ . '/backup.zip');

// If you host your agents on other regions (ie. europe-west1):

$client = new DialogflowBackup([
    'apiEndpoint' => 'europe-west1-dialogflow.googleapis.com',
    'credentials' => __DIR__ . '/source.json',
], 'your-project-id', 'europe-west1');

$client->backup(__DIR__ . '/backup.zip');

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

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

Recently: every ~138 days

Total

9

Last Release

1552d ago

PHP version history (2 changes)v1.0.0PHP ^5.6 || ^7.0

v1.1.4PHP ^5.6 || ^7.0 || ^8.0 || ^9.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/filippo-toso-dialogflow-backup/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-dialogflow-backup/health.svg)](https://phpackages.com/packages/filippo-toso-dialogflow-backup)
```

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

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