PHPackages                             froozeify/sqlite-backup-bundle - 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. froozeify/sqlite-backup-bundle

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

froozeify/sqlite-backup-bundle
==============================

Easy way to backup/restore an SQLite file in a symfony project

1.0.0(7y ago)09MITPHPPHP ^7.2

Since Apr 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/froozeify/sqlite-backup-bundle)[ Packagist](https://packagist.org/packages/froozeify/sqlite-backup-bundle)[ RSS](/packages/froozeify-sqlite-backup-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Status
======

[](#status)

This package is currently under active development.

Installation
============

[](#installation)

You can install this package with composer: `composer require froozeify/sqlite-backup-bundle --dev`

For the moment, no symfony recipes has been created.

You must create a `froozeify_sqlite_backup.yml` in your package config directory (`/config/packages`)

Here is a reference configuration file:

```
froozeify_sqlite_backup:

  # Full path to your original sqlite file
  original_file: '%kernel.project_dir%/var/data.db'

  # Full path where the backup of your original file must be saved
  backup_file: '%kernel.project_dir%/var/bk-data.db'
```

Commands
========

[](#commands)

Backup your SQLite file
-----------------------

[](#backup-your-sqlite-file)

`php bin/console froozeify:sqlite:backup []`

- `output`: *Optional* allow you to change your copied file location and name

Restore your SQLite file
------------------------

[](#restore-your-sqlite-file)

`php bin/console froozeify:sqlite:restore []`

- `input`: *Optional* allow you to change your source backup file path

License
=======

[](#license)

See the [LICENSE](LICENSE) file for license rights and limitations (MIT).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

2631d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2380113?v=4)[Benoît VIGNAL](/maintainers/Froozeify)[@froozeify](https://github.com/froozeify)

---

Top Contributors

[![froozeify](https://avatars.githubusercontent.com/u/2380113?v=4)](https://github.com/froozeify "froozeify (6 commits)")

---

Tags

symfony-bundlesymfony4

### Embed Badge

![Health badge](/badges/froozeify-sqlite-backup-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/froozeify-sqlite-backup-bundle/health.svg)](https://phpackages.com/packages/froozeify-sqlite-backup-bundle)
```

PHPackages © 2026

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