Download the PHP package prooph/pdo-snapshot-store without Composer
On this page you can find all versions of the php package prooph/pdo-snapshot-store. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/pdo-snapshot-store
More information about prooph/pdo-snapshot-store
Files in prooph/pdo-snapshot-store
Package pdo-snapshot-store
Short Description PDO Snapshot Store Implementation
License BSD-3-Clause
Homepage http://getprooph.org/
Informations about the package pdo-snapshot-store
Prooph PDO Snapshot Store
Important
This library will receive support until December 31, 2019 and will then be deprecated.
For further information see the official announcement here: https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html
Overview
PDO implementation of snapshot store
Installation
You can install prooph/pdo-snapshot-store via composer by adding "prooph/pdo-snapshot-store": "^1.0"
as requirement to your composer.json.
Upgrade
If you come from version 1.4.0 you are advised to manually update the table schema to fix an omitted primary key. You can issue the following statements or drop the snapshot table, recreate them from the provided scripts and restart projections.
MySql
Postgres
Support
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/pdo-snapshot-store/issues.
- Say hello in the prooph gitter chat.
Contribute
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
License
Released under the New BSD License.