smoothphp/cqrs-es-framework-laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

smoothphp/cqrs-es-framework-laravel

最新稳定版本:v7.0.0

Composer 安装命令:

composer require smoothphp/cqrs-es-framework-laravel

包简介

Laravel adapter for the SmoothPhp CQRS-ES-Framework

README 文档

README

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 simon@pixelatedcrow.com 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 smoothphp@pixelatedcrow.com

统计信息

  • 总下载量: 46.15k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 2
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-16