Download the PHP package event-sourcery/laravel-event-sourcery-driver without Composer
On this page you can find all versions of the php package event-sourcery/laravel-event-sourcery-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download event-sourcery/laravel-event-sourcery-driver
More information about event-sourcery/laravel-event-sourcery-driver
Files in event-sourcery/laravel-event-sourcery-driver
Package laravel-event-sourcery-driver
Short Description Laravel Driver for a Minimalistic PHP Event Sourcing / CQRS Library with GDPR Support.
License MIT
Informations about the package laravel-event-sourcery-driver
Laravel Driver for the Event Sourcery PHP CQRS / ES Library
This is the Laravel driver for the Event Sourcery framework.
Library is under conceptual development. Do not use.
Table of Contents
- Todo List
- Documentation
- Installation
- Testing
- Other Framework Support
- Symfony
- Others?
Todo List
- documentation
- shrug
- tooling
This code is extremely proof-of-concepty. Once we work in production with it for a few months we'll have it cleaned up and documented.
Documentation
Documentation and more information about Event Sourcery can be found in the core event-sourcery/event-sourcery repository.
Installation
composer require event-sourcery/laravel-event-sourcery-driver
Laravel will auto-detect the package and the service provider will be installed automatically.
php artisan migrate
The migrations will create database tables for the Event Store, Personal Data Store and Personal Cryptography Store.
Testing
A vagrant virtualmachine is provided for testing.
- Clone with submodule initialization.
- Make sure vagrant, virtualbox, and ansible are installed.
- Run the following:
vagrant up
vagrant ssh
bin/phpunit
Other Framework Support
Symfony
Coming soon.
Others?
Please create an issue on the core event-sourcery/event-sourcery with the particular framework support request.
All versions of laravel-event-sourcery-driver with dependencies
event-sourcery/event-sourcery Version dev-master
heybigname/phpspec-laravel Version ^4.0
psr/container Version 1.0.0