kisphp / symfony-database
Database import/export command
Installs: 4 321
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/kisphp/symfony-database
Requires
- php: >=7.4
- symfony/console: ~3.4
Requires (Dev)
- phpunit/phpunit: ~9.5
- symfony/framework-bundle: ^3.4
- symfony/var-dumper: ~3.4|~5.0
This package is auto-updated.
Last update: 2025-09-14 18:08:52 UTC
README
Installation
composer require kisphp/symfony-database:~2.0
Register new bundle in AppKernel.php file in your symfony2 project
$bundles = array(
...
new Kisphp\DatabaseBundle\KisphpDatabaseBundle(),
);
Usage:
Import database_name.sql
file
php app/console zed:database --import
Export current database to database_name.sql
file
php app/console zed:database --export
Changelog
2.0.0
- support symfony >= 3.x
- support php 7.1+
1.1.0
- support symfony >= 2.8, 3.x