Author: Manuel Lemos
Updated on: 2021-01-02
Posted on: 2021-01-02
Viewers: 292 (January 2021 until February 2021)
Last month viewers: 20 (February 2021)
Package: PHP Queue Jobs Piping
For instance, this can be the case of a newsletter mailing list processing task that can be split in smaller tasks like 1) pull the list of recipients from a database, 2) merge the recipient information in the newsletter message contents, 3) send the newsletter messages to each recipient.
This package allows implementing a queue of tasks to be run by the same script.
Applications just need to define objects of classes that will run the different tasks and pass them to this package, so the task objects are queued.
Later, this package can run all the tasks one after the other by calling the objects that were queued.
This way this package can simplify the division of complex tasks in smaller tasks that execute simpler steps.
About the PHP Queue Jobs Piping Package
The package PHP Queue Jobs Piping is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Send jobs to a pipeline to be executed later
Here follows in more detail what it does:
This package can send jobs to a pipeline to be executed later.
It creates a queue of jobs to be executed later by storing objects implement those jobs.
The package can also process the queued jobs by calling the job objects stored in the pipeline queue.
Conclusion
The PHP Queue Jobs Piping can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
1,573,517 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.