2017 © Pedro Peláez
 

library dbsync

Command DB package for your app

image

buuum/dbsync

Command DB package for your app

  • Friday, March 10, 2017
  • by buuum
  • Repository
  • 2 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

Buuum - DBSync package for your app

Packagist license, (*1)

Simple and extremely flexible PHP event class

Getting started

You need PHP >= 5.5 to use Buuum., (*2)

Install

System Requirements

You need PHP >= 5.5.0 to use Buuum\DBSync but the latest stable version of PHP is recommended., (*3)

Composer

Buuum is available on Packagist and can be installed using Composer:, (*4)

composer require buuum/dbsync

Manually

You may use your own autoloader as long as it follows PSR-0 or PSR-4 standards. Just put src directory contents in your vendor directory., (*5)

Initialize Config

php vendor/bin/dbsync init

file generated dbsync.yml, (*6)

paths:
  backup: backup
  migrations: migrations
environments:
  local.dev:
    database: databasename
    host: localhost
    username: root
    password:
    adapter: mysql
    port: 3306
    charset: utf8
  dev.local.com:
    database: databasename
    host: localhost
    username: root
    password:
    adapter: mysql
    port: 3306
    charset: utf8

Generate Backup

php vendor/bin/dbsync backup

Get diff between databases

php vendor/bin/dbsync diff

LICENSE

The MIT License (MIT), (*7)

Copyright (c) 2017 alfonsmartinez, (*8)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*9)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*10)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*11)

The Versions

10/03 2017

dev-master

9999999-dev https://github.com/buuum/DBSync

Command DB package for your app

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alfons Martinez

command db

10/03 2017

v1.0.1

1.0.1.0 https://github.com/buuum/DBSync

Command DB package for your app

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alfons Martinez

command db

10/03 2017

v1.0.0

1.0.0.0 https://github.com/buuum/DBSync

Command DB package for your app

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alfons Martinez

command db