Download the PHP package aboutcoders/job-bundle without Composer
On this page you can find all versions of the php package aboutcoders/job-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aboutcoders/job-bundle
More information about aboutcoders/job-bundle
Files in aboutcoders/job-bundle
Download aboutcoders/job-bundle
More information about aboutcoders/job-bundle
Files in aboutcoders/job-bundle
Vendor aboutcoders
Package job-bundle
Short Description A symfony bundle for asynchronous job processing.
License MIT
Homepage http://aboutcoders.com
Package job-bundle
Short Description A symfony bundle for asynchronous job processing.
License MIT
Homepage http://aboutcoders.com
Please rate this library. Is it a good library?
Informations about the package job-bundle
AbcJobBundle
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.
All versions of job-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
symfony/symfony Version ~2.6|~3.0|~4.0
myclabs/php-enum Version ~1.5
gedmo/doctrine-extensions Version ~2.0
jms/serializer-bundle Version *
nelmio/api-doc-bundle Version ~3
doctrine/annotations Version 1.*
aboutcoders/process-control Version ~1.3
aboutcoders/scheduler-bundle Version ~1.2
aboutcoders/resource-lock-bundle Version ~0.1
symfony/symfony Version ~2.6|~3.0|~4.0
myclabs/php-enum Version ~1.5
gedmo/doctrine-extensions Version ~2.0
jms/serializer-bundle Version *
nelmio/api-doc-bundle Version ~3
doctrine/annotations Version 1.*
aboutcoders/process-control Version ~1.3
aboutcoders/scheduler-bundle Version ~1.2
aboutcoders/resource-lock-bundle Version ~0.1
The package aboutcoders/job-bundle contains the following files
Loading the files please wait ....