定制 icomefromthenet/laterjob 二次开发

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

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

icomefromthenet/laterjob

最新稳定版本:v1.1.0

Composer 安装命令:

composer require icomefromthenet/laterjob

包简介

Database job queue library

关键字:

README 文档

README

Build Status

I have in the past needed a simple queue for applications hosted on 'sharded host' or other limited php environments.

  1. no access to the cli,
  2. no persistent processes
  3. no chmod - physically set write permissions in cpanel or equivlent.
  4. Small scale single node installations.

I developed LaterJob to power jobs such as

  1. Mail Queues.
  2. Sms Queues.
  3. Thumbnail Generation.
  4. PDF Generation.

Its a simple queue, simlar to Zend\DB\Queue but comes packaged with metrics.

  1. Written for php 5.3.
  2. Written with Symfony2 components and Doctrine DBAL.
  3. Uses Cron scripts for workers and metric generation.
  4. Can Run many workers.
  5. Multiple queues per script if needed.
  6. Records state transitions into the database as activity which drive Metrics.
  7. Installed via composer.

Getting Started

Install via composer

 "require" : {
        "icomefromthenet/laterjob" :"dev-master"
 }

Learn More

I would start at the docs.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-12-20