2017 © Pedro Peláez
 

library laravel-on-broadway-eventstore

A Broadway event store implementation using Laravel DB connector.

image

cminor-io/laravel-on-broadway-eventstore

A Broadway event store implementation using Laravel DB connector.

  • Sunday, January 31, 2016
  • by cminor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LaravelStore - LaravelOnBroadway Component

The LaravelStore Component provides an implementation of Broadway's EventStore using laravel's native database driver, in comparison with the default implementation that uses Doctrive/DBAL adapter., (*1)

The component is part of the cminor.io/laravel-on-broadway package., (*2)

Installation

Use composer., (*3)

composer require cminor.io/laravel-on-broadway-eventstore, (*4)

Usage

The LaravelStore has 3 dependencies: - A laravel database connection (ConnectionInterface) - A stream serializer (StreamSerializerInterface - included in the package) - A table name, (*5)

Examples of instantiation will come in the future. For now check the tests to see how the store is instantiated., (*6)

Disclaimer

This package is still under development. Use this with common sense and at your own risk. I will try my best to fix any possible bugs. :) Any help is always appreciated., (*7)

Testing

The implementation uses the exact same tests as the rest of the Broadway's event store implementations to ensure compatibility., (*8)

Run the tests by issuing ./bin/phpunit., (*9)

The Versions

31/01 2016

dev-master

9999999-dev

A Broadway event store implementation using Laravel DB connector.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ddd event sourcing aggregates event store broadway

31/01 2016

1.0.0

1.0.0.0

A Broadway event store implementation using Laravel DB connector.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel ddd event sourcing aggregates event store broadway