vldmrk/phpbu-symfony-bundle

Symfony bundles integrade phpbu into the app

Maintainers

Package info

github.com/vldmr-k/phpbu-symfony-bundle

Type:symfony-bundle

pkg:composer/vldmrk/phpbu-symfony-bundle

Statistics

Installs: 201

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

0.0.1 2021-03-01 09:19 UTC

This package is auto-updated.

Last update: 2026-03-01 00:34:36 UTC


README

Install bundle into symfony project

composer require vldmrk/phpbu-symfony-bundle

Add Bundle

Vldmrk\PhpbuBundle\PhpbuBundle::class => ['all' => true],

Place configuration file phpbu.xml into the root of project '%kernel.project_dir%/phpbu.xml'

Run backup scenario php bin/console phpbu:backup

Notice

You can rewrite default location of configuration file for phpbu, just change parameter phpbu.configuration.

After that, check new configuration path php bin/console debug:container --parameter=phpbu.configuration