PHPackages                             rtxlabs/liquibase-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. rtxlabs/liquibase-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

rtxlabs/liquibase-bundle
========================

Add Liquibase-Support to Symfony2 projects.

81116[4 PRs](https://github.com/RtxLabs/LiquibaseBundle/pulls)PHP

Since Mar 8Pushed 9y ago3 watchersCompare

[ Source](https://github.com/RtxLabs/LiquibaseBundle)[ Packagist](https://packagist.org/packages/rtxlabs/liquibase-bundle)[ RSS](/packages/rtxlabs-liquibase-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

About
=====

[](#about)

Bundle that integrates the Liquibase Database migration tool in Symfony projects. The bundle comes with the latest LiquiBase-Version, different JDBC drivers and some Commandline tools

[![Build Status](https://camo.githubusercontent.com/f827ace3e766b225c4c7516529d2d270bf8f365f096f7e83ce80586159d5846b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f5274784c6162732f4c697175696261736542756e646c652e706e67)](http://travis-ci.org/RtxLabs/LiquibaseBundle)

Installation
============

[](#installation)

Installation
------------

[](#installation-1)

### Step 1) Get the bundle

[](#step-1-get-the-bundle)

First, grab the RtxLabsLiquibaseBundle. There are two different ways to do this:

#### Method a) Using the `deps` file

[](#method-a-using-the-deps-file)

Add the following lines to your `deps` file and then run `php bin/vendors install`:

```
[RtxLabsLiquibaseBundle]
    git=https://github.com/RtxLabs/LiquibaseBundle.git
    target=bundles/RtxLabs/LiquibaseBundle

```

#### Method b) Using submodules

[](#method-b-using-submodules)

Run the following commands to bring in the needed libraries as submodules.

```
git submodule add https://github.com/RtxLabs/LiquibaseBundle.git vendor/bundles/RtxLabs/LiquibaseBundle
```

### Step 2) Register the namespaces

[](#step-2-register-the-namespaces)

Add the following namespace entry to the `registerNamespaces` call in your autoloader:

```
