All Projects → SmoothPhp → CQRS-ES-Framework-Laravel

SmoothPhp / CQRS-ES-Framework-Laravel

Licence: MIT License
Laravel Adapter for CQRS-ES-Framework

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to CQRS-ES-Framework-Laravel

Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (+773.33%)
Mutual labels:  cqrs, eventsource
iam-ddd-cqrs-es-nestjs
Identity and Access Management
Stars: ✭ 34 (+126.67%)
Mutual labels:  cqrs
les
Go directly from an event storming to a working API: Event Markdown / Markup validation & NodeJS CQRS/ES application builder.
Stars: ✭ 48 (+220%)
Mutual labels:  cqrs
MediatR.Extensions.Autofac.DependencyInjection
Autofac plug-in for MediatR.
Stars: ✭ 30 (+100%)
Mutual labels:  cqrs
Distributed-eStore
Ecommerce SPA application with a microservices architecture implemented from scratch. Tech stack - Docker, Consul, Fabio, RabbitMQ, .Net Core, Mediatr, CQRS, React, Redux. .NET Core Microservices template, .NET React Redux, .NET RabbitMQ, .NET Distributed, Docker, .NET Core with Docker.
Stars: ✭ 99 (+560%)
Mutual labels:  cqrs
commanded-ecto-projections
Read model projections for Commanded using Ecto
Stars: ✭ 68 (+353.33%)
Mutual labels:  cqrs
sqrs
🚌SQRS is a JavaScript library for implementing CQRS pattern.
Stars: ✭ 23 (+53.33%)
Mutual labels:  cqrs
node-cqrs
CQRS backbone with event sourcing for Node.js
Stars: ✭ 63 (+320%)
Mutual labels:  cqrs
memo
A CQRS and Event Sourcing blogging playground to explore Axon Framework
Stars: ✭ 14 (-6.67%)
Mutual labels:  cqrs
cqrs-typescript
CQRS implementation in typescript
Stars: ✭ 29 (+93.33%)
Mutual labels:  cqrs
delta
DDD-centric event-sourcing library for the JVM
Stars: ✭ 15 (+0%)
Mutual labels:  cqrs
MediatrTutorial
CQRS implementation in ASP.NET Core using MediatR in .NET 5
Stars: ✭ 88 (+486.67%)
Mutual labels:  cqrs
coreddd
A set of open-source .NET libraries helping with domain-driven design (DDD) and CQRS
Stars: ✭ 68 (+353.33%)
Mutual labels:  cqrs
SplitetFramework
Splitet is a Java based Event Sourcing framework which can be benefited by the teams who are planning to make CQRS transitions with minimum learning curve and ease of adaptation.
Stars: ✭ 159 (+960%)
Mutual labels:  cqrs
user
A domain layer providing basic user management
Stars: ✭ 14 (-6.67%)
Mutual labels:  cqrs
dudulina
CQRS + Event Sourcing library for PHP
Stars: ✭ 53 (+253.33%)
Mutual labels:  cqrs
library-php
WIP: A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
Stars: ✭ 73 (+386.67%)
Mutual labels:  cqrs
implementing-cqrs-in-elixir
An introduction to implementing Command Query Responsibility Segregation (CQRS) in Elixir applications.
Stars: ✭ 17 (+13.33%)
Mutual labels:  cqrs
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (+93.33%)
Mutual labels:  cqrs
sample-axon-kafka
Sample CQRS and event sourced application developed on top of axon framework.(Kafka is used for distributing the events)
Stars: ✭ 31 (+106.67%)
Mutual labels:  cqrs

cqrs-es-framework-laravel

Latest Version on Packagist Software License Quality Score Total Downloads

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

Install

Via Composer

$ composer require smoothphp/cqrs-es-framework-laravel

Add to config/app.php

SmoothPhp\LaravelAdapter\ServiceProvider::class,

Run Command

$ 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.

see config/cqrses.php

'queue_name' => 'default',

Change to smooth or other name. Then use the following supervisor config

[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.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

Support

https://i.imgur.com/iqFWqYD.png

SmoothPHP is a Pixelated Crow Product.

For commercial support please contact [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].