2017 © Pedro Peláez
 

library silex-db-migrations-bundle

Silex bundle that provides DB migrations (powered by Phinx)

image

devture/silex-db-migrations-bundle

Silex bundle that provides DB migrations (powered by Phinx)

  • Saturday, January 13, 2018
  • by spantaleev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 367 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

DB Migrations Bundle

Silex bundle that provides DB migrations (powered by Phinx)., (*1)

Configuration

"DbMigrationsBundle": {
    "environments": {
        "default_database"  :   "development",
        "development": {
            "adapter"   :   "%DATABASE_ADAPTER%",
            "charset"   :   "%DATABASE_CHARSET%",
            "collation" :   "%DATABASE_COLLATION%",
            "uri"       :   "%DATABASE_URI%"
        }
    },
    "paths": {
        "migrations": "migrations"
    },
    "migrations_base_path": "%app_base_path%"
}

Example parameters:, (*2)

{
    "DATABASE_ADAPTER": "mysql",
    "DATABASE_CHARSET": "utf8",
    "DATABASE_COLLATION": "utf8_general_ci",
    "DATABASE_URI": "username:password@localhost/db_name",
}

Initializing

$app->register(new \Devture\Bundle\DbMigrationsBundle\ServicesProvider($app['config']['DbMigrationsBundle']));

Usage

As configured above, a migrations/ directory needs to exist in the main project directory (%app_base_path%)., (*3)

The bundle would attach some additional console commands to the $app['console'] service., (*4)

The Versions

13/01 2018

dev-master

9999999-dev

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

BSD

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

database migrations silex bundle phinx

13/01 2018

2.0.2

2.0.2.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

BSD

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

database migrations silex bundle phinx

20/04 2017

dev-1-stable

dev-1-stable

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

BSD

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

database migrations silex bundle phinx

20/04 2017

1.0.6

1.0.6.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

BSD

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

database migrations silex bundle phinx

20/04 2017

2.0.1

2.0.1.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

BSD

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

database migrations silex bundle phinx

17/03 2017

2.0

2.0.0.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

BSD

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

database migrations silex bundle phinx

21/12 2016

1.0.5

1.0.5.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

BSD

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

database migrations silex bundle phinx

15/11 2016

1.0.4

1.0.4.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

31/01 2016

1.0.3

1.0.3.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

25/01 2016

1.0.2

1.0.2.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

13/01 2016

1.0.1

1.0.1.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov

03/11 2015

1.0

1.0.0.0

Silex bundle that provides DB migrations (powered by Phinx)

  Sources   Download

The Requires

 

by Slavi Pantaleev
by Lyubomir Popov