Download the PHP package froozeify/sqlite-backup-bundle without Composer
On this page you can find all versions of the php package froozeify/sqlite-backup-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download froozeify/sqlite-backup-bundle
More information about froozeify/sqlite-backup-bundle
Files in froozeify/sqlite-backup-bundle
Download froozeify/sqlite-backup-bundle
More information about froozeify/sqlite-backup-bundle
Files in froozeify/sqlite-backup-bundle
Vendor froozeify
Package sqlite-backup-bundle
Short Description Easy way to backup/restore an SQLite file in a symfony project
License MIT
Package sqlite-backup-bundle
Short Description Easy way to backup/restore an SQLite file in a symfony project
License MIT
Please rate this library. Is it a good library?
Informations about the package sqlite-backup-bundle
Status
This package is currently under active development.
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:
Commands
Backup your SQLite file
php bin/console froozeify:sqlite:backup [<output>]
output
: Optional allow you to change your copied file location and name
Restore your SQLite file
php bin/console froozeify:sqlite:restore [<input>]
input
: Optional allow you to change your source backup file path
License
See the LICENSE file for license rights and limitations (MIT).
All versions of sqlite-backup-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
psr/container Version ^1.0
symfony/config Version ^4.2
symfony/console Version ^4.2
symfony/dependency-injection Version ^4.2
symfony/http-kernel Version ^4.2
psr/container Version ^1.0
symfony/config Version ^4.2
symfony/console Version ^4.2
symfony/dependency-injection Version ^4.2
symfony/http-kernel Version ^4.2
The package froozeify/sqlite-backup-bundle contains the following files
Loading the files please wait ....