mapado / version-control-bundle
Objects Version Controller
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 0
Open Issues: 0
pkg:composer/mapado/version-control-bundle
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/