ona/li3_phinx

There is no license information available for the latest version (v0.1.1) of this package.

Phinx wrapper for li3

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

bitbucket.org/ona/li3_phinx

Issues

pkg:composer/ona/li3_phinx

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

v0.1.1 2018-02-23 20:51 UTC

This package is auto-updated.

Last update: 2026-04-24 17:42:16 UTC


README

li3_phinx is a [li3]0 command plugin that acts as a simple wrapper for phinx by making the commands available as part of the li3 command set.

Installation/Configuration

  1. `composer require ona/li3_phinx`

  2. Add the plugin in your `libraries.php (/path/to/li3_app/config/bootstrap/libraries.php)`:

     Libraries::add('li3_phinx');
    

Usage

    /path/to/li3_app$ ./li3 phinx [command]

Note refer to the original phinx documentation for detailed usage instructions.