定制 dotkernel/queue 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

dotkernel/queue

最新稳定版本:1.0.0

Composer 安装命令:

composer create-project dotkernel/queue

包简介

Dotkernel queue system

README 文档

README

Important

Dotkernel component used to queue tasks to be processed asynchronously based on netglue/laminas-messenger

A queue system is a vital part in modern web applications that enables the decoupling of certain tasks from the regular request-response cycle.

This is especially useful for time-consuming and resource-intensive operations which are thus handled asynchronously by background workers on a separate system.

The greatest benefit is to application responsiveness, which allows faster execution, while the heavy lifting is scheduled in the queue based on available resources.

The queue system uses logs to ensure maintainability and implements retry features for reliability and stability.

Queue process

Badges

OSS Lifecycle Packagist Dependency Version

GitHub issues GitHub forks GitHub stars GitHub license

Build Status codecov Qodana PHPStan

Documentation

Documentation is available at: https://docs.dotkernel.org/queue-documentation

统计信息

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

GitHub 信息

  • Stars: 10
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-25