Download the PHP package pinnacle/doctrine-queue-worker without Composer
On this page you can find all versions of the php package pinnacle/doctrine-queue-worker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pinnacle/doctrine-queue-worker
More information about pinnacle/doctrine-queue-worker
Files in pinnacle/doctrine-queue-worker
Download pinnacle/doctrine-queue-worker
More information about pinnacle/doctrine-queue-worker
Files in pinnacle/doctrine-queue-worker
Vendor pinnacle
Package doctrine-queue-worker
Short Description A worker for Laravel applications that interact with Doctrine
License MIT
Package doctrine-queue-worker
Short Description A worker for Laravel applications that interact with Doctrine
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-queue-worker
doctrine-queue-worker
doctrine-queue-worker is a package intended to address common issues with running Laravel 11.x queue worker processes with an application that interacts with the Doctrine ORM.
Features
- Re-queues jobs and kills the worker process when the
EntityManager
closes due to an exception. - Ensures the
EntityManager
's database connection remains open between jobs. - Clears the
EntityManager
between job executions.
Installation
- Require the library via Composer:
composer require pinnacle/doctrine-queue-worker
Usage
- Setup worker processes to invoke the
doctine:queue:work
artisan command. Options for the command are the same as the built-in Laravelqueue:work
command. - Use a process manager like supervisor to ensure your queue workers will be restarted after they die.
All versions of doctrine-queue-worker with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
doctrine/orm Version ^3.1
illuminate/contracts Version ^12.0
illuminate/queue Version ^v12.0
illuminate/support Version ^v12.0
doctrine/orm Version ^3.1
illuminate/contracts Version ^12.0
illuminate/queue Version ^v12.0
illuminate/support Version ^v12.0
The package pinnacle/doctrine-queue-worker contains the following files
Loading the files please wait ....