kkchaulagain/php-queue

v2.0.1 2023-02-05 06:23 UTC

This package is auto-updated.

Last update: 2024-09-05 09:39:33 UTC


README

您可以通过 composer 安装此包

composer require kkchaulagain/php-queue

用法(类似)

class MainQueue extends kkchaulagain\phpQueue\BaseQueue{

}
$data = [
    'test'=>true
];
MainQueue::dispatch($data)->onQueue('mainQueue');
use kkchaulagain\phpQueue\Consumer;
Consumer::consume('test','vhost');

测试

composer test

变更日志

请参阅变更日志以获取有关最近更改的更多信息。

贡献

请参阅贡献指南以获取详细信息。

许可证

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