2017 © Pedro Peláez
 

symfony-bundle darvin-databaser-bundle

This bundle integrates 'darvinstudio/databaser' with Symfony.

image

darvinstudio/darvin-databaser-bundle

This bundle integrates 'darvinstudio/databaser' with Symfony.

  • Wednesday, October 18, 2017
  • by darvinstudio
  • Repository
  • 2 Watchers
  • 0 Stars
  • 132 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 43 % Grown

The README.md

DarvinDatabaserBundle

This bundle integrates "darvinstudio/databaser" with Symfony. It allows to easily pull remote database into the local one or push local database into the remote one., (*1)

Installation

  1. Install package using Composer:
$ composer require darvinstudio/darvin-databaser-bundle
  1. Register bundle in your AppKernel class:
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Darvin\DatabaserBundle\DarvinDatabaserBundle(),
        // ...
    ];
}

Usage

Pull database

$ /usr/bin/env php bin/console databaser:pull [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]] <user@host> <project_path_remote> [<project_path_local>]

Examples:, (*2)

$ /usr/bin/env php bin/console databaser:pull root@example.com www/example.com
$ /usr/bin/env php bin/console databaser:pull -P 123 root@example.com /var/www/example.com

Push database

$ /usr/bin/env php bin/console databaser:push [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]] <user@host> <project_path_remote> [<project_path_local>]

Examples:, (*3)

$ /usr/bin/env php bin/console databaser:push root@example.com www/example.com
$ /usr/bin/env php bin/console databaser:push -P 123 root@example.com /var/www/example.com

The Versions

18/10 2017

dev-master

9999999-dev

This bundle integrates 'darvinstudio/databaser' with Symfony.

  Sources   Download

MIT

The Requires

 

database

18/10 2017

1.0.1

1.0.1.0

This bundle integrates 'darvinstudio/databaser' with Symfony.

  Sources   Download

MIT

The Requires

 

database

18/10 2017

1.0.0

1.0.0.0

This bundle integrates 'darvinstudio/databaser' with Symfony.

  Sources   Download

MIT

The Requires

  • darvinstudio/darvin-databaser *

 

database