aboutcoders/job-bundle
最新稳定版本:1.0.6
Composer 安装命令:
composer require aboutcoders/job-bundle
包简介
A symfony bundle for asynchronous job processing.
关键字:
README 文档
README
A symfony bundle to process jobs asynchronously by simply annotating a method and registering the class within the service container.
Features
This bundle provides the following features:
- Asynchronous execution of jobs
- Status information about jobs
- Functionality to cancel, update, restart a job
- Repeated execution of jobs with schedules (cron based expressions)
- JSON REST-Api
- Support for multiple message queue systems:
- Doctrine DBAL
- PhpAmqp / RabbitMQ
- InMemory
- Predis / PhpRedis
- Amazon SQS
- Iron MQ
- Pheanstalk
Documentation
- Installation
- Configuration
- Basic Usage
- Message Consuming
- Job Management
- Scheduled Jobs
- Cancel Jobs
- Runtime Parameters
- Serialization
- Validation
- Logging
- Lifecycle Events
- Unit Testing
- REST-API
- Process Control
- Clustered Environment
- Configuration Reference
Demo Project
Please take a look at aboutcoders/job-bundle-skeleton-app to see how the AbcJobBundle can be used within Symfony project.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 17.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 26
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-04