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 6d 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 32% 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

2586d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1cfddab2a94fcf2afa0e576a6311a911b29fee06dfd36ee6fe2d26b0094cac5?d=identicon)[Froozeify](/maintainers/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)
```

###  Alternatives

[vich/uploader-bundle

Ease file uploads attached to entities

1.9k25.9M116](/packages/vich-uploader-bundle)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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