2017 © Pedro Peláez
 

library cqrs-es-framework-laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

image

smoothphp/cqrs-es-framework-laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  • Tuesday, July 17, 2018
  • by mrsimonbennett
  • Repository
  • 3 Watchers
  • 10 Stars
  • 28,624 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 52 Versions
  • 2 % Grown

The README.md

cqrs-es-framework-laravel

Latest Version on Packagist ![Software License][ico-license] Quality Score ![Total Downloads][ico-downloads], (*1)

This is the Laravel Adapter for SmoothPHP CQRS Event Sourcing package, It contains everything you need to get started event souring in Laravel., (*2)

Install

Via Composer, (*3)

``` bash $ composer require smoothphp/cqrs-es-framework-laravel, (*4)

Add to `config/app.php`
``` php
SmoothPhp\LaravelAdapter\ServiceProvider::class,

Run Command, (*5)

$ php artisan vendor:publish

Supervisor

If you wish to run the smooth queue separately from other queue jobs you can config it to run on a different queue. If left it will run on default queue with rest of laravel., (*6)

see config/cqrses.php, (*7)

'queue_name' => 'default',

Change to smooth or other name. Then use the following supervisor config, (*8)

[program:smoothphp-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /var/www/artisan queue:listen --queue=smooth --sleep=1
autostart=true
autorestart=true
user=www-data
numprocs=1
redirect_stderr=true
stderr_logfile=/var/log/supervisor.log
stdout_logfile=/var/log/supervisor.log

Change log

Please see CHANGELOG for more information what has changed recently., (*9)

Testing

bash $ composer test, (*10)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*11)

Security

If you discover any security related issues, please email simon@pixelatedcrow.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

Support

https://i.imgur.com/iqFWqYD.png, (*14)

SmoothPHP is a Pixelated Crow Product., (*15)

For commercial support please contact smoothphp@pixelatedcrow.com, (*16)

The Versions

17/07 2018

dev-master

9999999-dev https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

17/07 2018

v4.2.0

4.2.0.0 https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

17/07 2018

dev-feature/delete_stream

dev-feature/delete_stream https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

06/07 2018

v4.1.1

4.1.1.0 https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

09/02 2018

v4.1.0

4.1.0.0 https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

09/02 2018

dev-develop

dev-develop https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

09/02 2018

dev-feature/use-logger-helper

dev-feature/use-logger-helper https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

13/12 2017

dev-feature/event_store_speed_improvments

dev-feature/event_store_speed_improvments https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

16/11 2017

dev-feature/auto-discovery

dev-feature/auto-discovery https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

05/09 2017

dev-feature/optional_tranactions

dev-feature/optional_tranactions https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

05/09 2017

dev-feature/rebuild-time

dev-feature/rebuild-time https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

16/06 2017

dev-feature/CopyRightChange

dev-feature/CopyRightChange https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

23/03 2017

dev-feature/QueueEventDispatcher

dev-feature/QueueEventDispatcher https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

26/01 2017
26/01 2017

dev-feature/Laravel54Patch

dev-feature/Laravel54Patch https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

18/01 2017

dev-fix/check-event-store-enabled

dev-fix/check-event-store-enabled https://github.com/SmoothPhp/CQRS-ES-Framework-Laravel

Laravel adapter for the SmoothPhp CQRS-ES-Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel cqrs event sourcing

13/12 2016
17/10 2016
17/10 2016
14/10 2016
13/07 2016
13/07 2016
14/04 2016
11/04 2016
07/04 2016
07/04 2016
28/03 2016
12/02 2016
29/01 2016
19/12 2015
19/12 2015
09/12 2015
09/12 2015
08/12 2015
08/12 2015
19/11 2015
18/11 2015
18/11 2015
17/11 2015
25/10 2015