PHPackages                             objective-php/phinx-package - 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. objective-php/phinx-package

ActiveLibrary

objective-php/phinx-package
===========================

Phinx integration for Objective PHP

v1.0.1(8y ago)03.3kGPL-3.0PHPPHP &gt;=7.0

Since Nov 3Pushed 8y ago3 watchersCompare

[ Source](https://github.com/objective-php/phinx-package)[ Packagist](https://packagist.org/packages/objective-php/phinx-package)[ Docs](https://github.com/objective-php/phinx-package)[ RSS](/packages/objective-php-phinx-package/feed)WikiDiscussions master Synced 2mo ago

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

Objective PHP / Phinx Package
=============================

[](#objective-php--phinx-package)

Project introduction
--------------------

[](#project-introduction)

This package allow to easily make use of the Phinx migration tool with Objective PHP

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

[](#installation)

### Manual

[](#manual)

You can clone our Github repository by running:

```
git clone http://github.com/objective-php/phinx-package

```

If you're to proceed this way, you probably don't need more explanation about how to use the library :)

### Composer

[](#composer)

The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in an empty folder you just created:

```
composer require objective-php/phinx-package

```

How to test the work in progress?
---------------------------------

[](#how-to-test-the-work-in-progress)

### Run unit tests

[](#run-unit-tests)

First of all, please always run the unit tests suite. Our tests are written using PHPUnit, and can be run as follow:

```
vendor/bin/phpunit -c tests/phpunit.xml tests

```

### Configure the package

[](#configure-the-package)

This package provide a configuration class that allows you to define the file where the package can find the Phinx configuration.

You can use it as follow:

```
