Package Data | |
---|---|
Maintainer Username: | cminor |
Maintainer Contact: | dpsarrou@gmail.com (Dimitrios Psarrou) |
Package Create Date: | 2016-01-31 |
Package Last Update: | 2016-01-31 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:09:25 |
Package Statistics | |
---|---|
Total Downloads: | 27 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.
The component is part of the cminor.io/laravel-on-broadway package.
Use composer.
composer require cminor.io/laravel-on-broadway-eventstore
The LaravelStore has 3 dependencies:
Examples of instantiation will come in the future. For now check the tests to see how the store is instantiated.
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.
The implementation uses the exact same tests as the rest of the Broadway's event store implementations to ensure compatibility.
Run the tests by issuing ./bin/phpunit
.