PHPackages                             soy-php/phinx-task - 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. soy-php/phinx-task

ActiveLibrary

soy-php/phinx-task
==================

Phinx task for Soy

0.2.0(10y ago)0101MITPHP

Since Nov 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/soy-php/phinx-task)[ Packagist](https://packagist.org/packages/soy-php/phinx-task)[ RSS](/packages/soy-php-phinx-task/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Phinx Task
==========

[](#phinx-task)

[![Latest Stable Version](https://camo.githubusercontent.com/071d0b310c401f99a72b652a749a77c37bb5abc13883e29c7e2adc2c6c29b1b9/68747470733a2f2f706f7365722e707567782e6f72672f736f792d7068702f7068696e782d7461736b2f762f737461626c65)](https://packagist.org/packages/soy-php/phinx-task) [![Total Downloads](https://camo.githubusercontent.com/09a142348390827e6cb922b015e8421940f80da17695bae0cab81d1bd9795ce7/68747470733a2f2f706f7365722e707567782e6f72672f736f792d7068702f7068696e782d7461736b2f646f776e6c6f616473)](https://packagist.org/packages/soy-php/phinx-task) [![Latest Unstable Version](https://camo.githubusercontent.com/0631315fa671e819e3ad800a14d7bd8f2fa96bf96d04bd5d7080955d26b7cb71/68747470733a2f2f706f7365722e707567782e6f72672f736f792d7068702f7068696e782d7461736b2f762f756e737461626c65)](https://packagist.org/packages/soy-php/phinx-task) [![License](https://camo.githubusercontent.com/48463a7bc574886e0dd4c1c6a2c29eb88e3b1b66069312a42f1e3084897f74ab/68747470733a2f2f706f7365722e707567782e6f72672f736f792d7068702f7068696e782d7461736b2f6c6963656e7365)](https://packagist.org/packages/soy-php/phinx-task)

Introduction
------------

[](#introduction)

This is a [Phinx](https://phinx.org/) task for [Soy](https://github.com/soy-php/soy). This package is actually a collection of Phinx tasks to support each available command in the Phinx command line.

Usage
-----

[](#usage)

This package contains the following tasks:

- CreateTask
- MigrateTask

Include `soy-php/phinx-task` in your project with composer:

```
$ composer require soy-php/phinx-task
```

To prevent having to configure each Phinx task separately we've introduced a PhinxConfig. You can prepare PhinxConfig and it will be used by all phinx tasks. You can also call the same setters on a Phinx task itself, it will simply be proxied through to the global Phinx config.

```
