yokai / versioning
Domain model versioning
dev-master / 0.1.x-dev
2018-03-29 12:45 UTC
Requires
- php: >=7.2
Requires (Dev)
- doctrine/orm: ^2.5
- infection/infection: ^0.8.1
- phpunit/phpunit: ^7.0
- symfony/console: ^3.4|^4.0
- symfony/event-dispatcher: ^3.4|^4.0
- symfony/framework-bundle: ^3.4|^4.0
- symfony/http-kernel: ^3.4|^4.0
- symfony/security: ^3.4|^4.0
- symfony/serializer: ^3.4|^4.0
Suggests
- doctrine/orm: Store version using an ORM entity / Take normalized snapshots of ORM entities (requires symfony/serializer)
- symfony/console: Commands to manipulate versions / Initialize versioning context using command event (requires symfony/event-dispatcher)
- symfony/event-dispatcher: Initialize versioning context using an event listener
- symfony/framework-bundle: Integration in Symfony framework
- symfony/http-kernel: Initialize versioning context using http event (requires symfony/event-dispatcher)
- symfony/security: Initialize versioning author using token storage (requires symfony/http & symfony/event-dispatcher)
- symfony/serializer: Take snapshot of domain models using normalization
This package is auto-updated.
Last update: 2024-10-22 01:16:45 UTC
README
todo badges
Introduction
This library aims to provide storage agnostic mechanics to add versioning capabilities to any PHP application.
Documentation
todo documentation
MIT License
License can be found here.
Authors
The library was originally created by Yann Eugoné. See the list of contributors.
Thank's to Prestaconcept for supporting this library.