Download the PHP package objective-php/phinx-package without Composer
On this page you can find all versions of the php package objective-php/phinx-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download objective-php/phinx-package
More information about objective-php/phinx-package
Files in objective-php/phinx-package
Package phinx-package
Short Description Phinx integration for Objective PHP
License GPL-3.0
Homepage https://github.com/objective-php/phinx-package
Informations about the package phinx-package
Objective PHP / Phinx Package
Project introduction
This package allow to easily make use of the Phinx migration tool with Objective PHP
Installation
Manual
You can clone our Github repository by running:
If you're to proceed this way, you probably don't need more explanation about how to use the library :)
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:
How to test the work in progress?
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:
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:
After that you just need to plug the PhinxPackage
class into any Objective PHP application:
All versions of phinx-package with dependencies
objective-php/application Version ^1.0.6
objective-php/cli Version ^1.0.4
objective-php/router Version ~1.0.0
robmorgan/phinx Version ^0.8.1