PHPackages                             robertboloc/robo-phinx - 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. [CLI &amp; Console](/categories/cli)
4. /
5. robertboloc/robo-phinx

ActiveLibrary[CLI &amp; Console](/categories/cli)

robertboloc/robo-phinx
======================

Phinx integration with Robo task runner

1.2.0(7y ago)551.8k—4.2%1MITPHPPHP &gt;=5.6

Since Dec 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/robertboloc/robo-phinx)[ Packagist](https://packagist.org/packages/robertboloc/robo-phinx)[ RSS](/packages/robertboloc-robo-phinx/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (9)Used By (0)

Robo Phinx Extension
====================

[](#robo-phinx-extension)

[![Build Status](https://camo.githubusercontent.com/7ecc6f2ab3d1b3b17b2773ff47fe84f928e99392a651ad86446010f61b0252ac/68747470733a2f2f7472617669732d63692e6f72672f726f62657274626f6c6f632f726f626f2d7068696e782e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/robertboloc/robo-phinx)[![Packagist](https://camo.githubusercontent.com/a4a03c6fe82b5ca0cab692398c04d6c402fe32cb45bcd297ff5787c6491f023f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f62657274626f6c6f632f726f626f2d7068696e782e7376673f7374796c653d666c6174)](https://packagist.org/packages/robertboloc/robo-phinx)[![License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://github.com/robertboloc/robo-phinx/blob/master/LICENSE.md)

Integrates Phinx tool with the [Robo](http://robo.li/) task runner.

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)

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

[](#installation)

Add `"robertboloc/robo-phinx": "^1.2"` to your composer.json.

```
    {
        "require": {
            "robertboloc/robo-phinx": "^1.2"
        }
    }
```

Execute `composer update`

Usage
-----

[](#usage)

Use the `Phinx` trait in your `RoboFile.php`

```
