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
Requires
- doctrine/orm: >=2.2.0
Requires (Dev)
- atoum/atoum: dev-master
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.
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/