Download the PHP package valorin/version without Composer
On this page you can find all versions of the php package valorin/version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download valorin/version
More information about valorin/version
Files in valorin/version
Package version
Short Description A simple database versioning system for ZF2 applications.
License BSD-3-Clause
Homepage https://github.com/valorin/valversion
Informations about the package version
ZF2 Version Module v2
I've stopped working on this module because I found 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.
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
-
Install compser, and add
"valorin/version": "dev-master"
to your./composer.json
: -
Run
./composer.phar install
to download the module into your application. -
Add the module (
ValVersion
)config/application.config.php
: -
Add the configuration to
config/autoload/global.php
, updating paths as required: -
Create version scripts in your specified
class_dir
, following the template: - Version Management should now be available via the ZF Console interface.
Have fun :)
Licence
See LICENCE.txt.