mapado/version-control-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Objects Version Controller

v1.0.4 2013-03-01 13:53 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:23:51 UTC


README

Abstract Object Version Controller

The purpose of this project is to have a version history of an abstract object.

  1. Project principle
  2. Webservice implementation

Installation

Get the bundle

Add this in your composer.json

{
	"require": {
		"mapado/version-control-bundle": "v1.0.*"
	}
}

and then run

php composer.phar update

or

composer update

if you installed composer globally.

Add the classes to your Kernel

new Mapado\VersionControlBundle\MapadoVersionControlBundle(),

Webservice Configuration

Add this to your routing.yml :

mapado_version_control:
    resource: "@MapadoVersionControlBundle/Controller/"
    type:     annotation
    prefix:   /version_control/