zf2-phinx-module | Phinx database migration tool into a ZF2 application

 by   valorin PHP Version: Current License: Non-SPDX

kandi X-RAY | zf2-phinx-module Summary

kandi X-RAY | zf2-phinx-module Summary

zf2-phinx-module is a PHP library. zf2-phinx-module has no bugs, it has no vulnerabilities and it has low support. However zf2-phinx-module has a Non-SPDX License. You can download it from GitHub.

[ZF2][zf] module to integrate the [Phinx database migration tool][phinx] into a ZF2 application console. It provides a way to sync the application DB connections with Phinx, and run each of the Phinx commands easily.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              zf2-phinx-module has a low active ecosystem.
              It has 21 star(s) with 2 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 1 have been closed. On average issues are closed in 6 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of zf2-phinx-module is current.

            kandi-Quality Quality

              zf2-phinx-module has no bugs reported.

            kandi-Security Security

              zf2-phinx-module has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              zf2-phinx-module has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              zf2-phinx-module releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of zf2-phinx-module
            Get all kandi verified functions for this library.

            zf2-phinx-module Key Features

            No Key Features are available at this moment for zf2-phinx-module.

            zf2-phinx-module Examples and Code Snippets

            No Code Snippets are available at this moment for zf2-phinx-module.

            Community Discussions

            No Community Discussions are available at this moment for zf2-phinx-module.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install zf2-phinx-module

            The easiest way to install the module is using [Composer][composer].
            Install composer: ``` curl -s https://getcomposer.org/installer | php ```
            Add Phinx as a dependency to your composer.json file: ``` ./composer.phar require "valorin/zf2-phinx-module":"0.*" ```
            Update ./config/application.config.php and add enable the PhinxModule: ```php <?php return array( 'modules' => array( 'Application', // ... 'PhinxModule', ), ); ```
            Run the application console to see usage information: ``` valorin@gandalf ~/workspace/project $ php ./public/index.php ======================== = Your ZF2 Application = ======================== => Phinx v0.2.0 => Phinx module v0.1.1 Phinx module commands index.php phinx setup [--overwrite] Interactive Phinx setup wizard - will create both config files for you. index.php phinx sync Sync application database credentials with Phinx. index.php phinx List the Phinx console usage information. index.php phinx <phinx commands> Run the specified Phinx command (run 'phinx' for the commands list). --overwrite Will force the setup tool to run and overwrite any existing configuration. <phinx commands> Any support Phinx commands - will be passed through to Phinx as-is. ```

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/valorin/zf2-phinx-module.git

          • CLI

            gh repo clone valorin/zf2-phinx-module

          • sshUrl

            git@github.com:valorin/zf2-phinx-module.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link