baks-dev/megamarket

Megamarket Api 模块

安装: 51

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v7.1.18 2024-09-15 22:24 UTC

README

Version php 8.3+

Megamarket Api 模块

安装

$ composer require baks-dev/megamarket

附加信息

安装配置和文件资源

$ php bin/console baks:assets:install

每个令牌添加自己的传输队列

$messenger
->transport('<UUID>')
->dsn('%env(MESSENGER_TRANSPORT_DSN)%')
->options(['queue_name' => 'profile_name'])
->retryStrategy()
->maxRetries(3)
->delay(1000)
->maxDelay(0)
->multiplier(2)
->service(null);

测试

$ php bin/phpunit --group=megamarket

许可协议License

MIT 许可协议 (MIT)。有关更多信息,请参阅许可文件