PHPackages                             valorin/version - 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. [Database &amp; ORM](/categories/database)
4. /
5. valorin/version

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

valorin/version
===============

A simple database versioning system for ZF2 applications.

2.0.0-alpha3(13y ago)220BSD-3-ClausePHPPHP &gt;=5.3.3

Since Oct 29Pushed 13y ago1 watchersCompare

[ Source](https://github.com/valorin/valversion)[ Packagist](https://packagist.org/packages/valorin/version)[ Docs](https://github.com/valorin/valversion)[ RSS](/packages/valorin-version/feed)WikiDiscussions master Synced 1mo ago

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

ZF2 Version Module v2
=====================

[](#zf2-version-module-v2)

**I've stopped working on this module because I found [Phinx](https://github.com/robmorgan/phinx), a fantastic DB Migration tool. I recommend you use it!**

*I'm working on ZF2 Module to integrate it into a ZF2 application: [zf2-phinx-module](https://github.com/valorin/zf2-phinx-module/).*

Legacy information
------------------

[](#legacy-information)

A simple versioning system for ZF2 applications using the `Zend\Console` package to provide a secure way to manage versions. It currently supports the `Zend\Db\Adapter` class for database management, although it has been built to handle other adapter modules if required. *(Feel free to implement your own and make a Pull Request.)*

**IMPORTANT: This module is still very much in development.**

Installation Instructions
-------------------------

[](#installation-instructions)

1. Install [compser](http://getcomposer.org/doc/00-intro.md), and add `"valorin/version": "dev-master"` to your `./composer.json`:

    ```
    {
        "require": {
            "valorin/version": "dev-master"
        }
    }
    ```
2. Run `./composer.phar install` to download the module into your application.
3. Add the module (`ValVersion`) `config/application.config.php`:

    ```
