Author: Manuel Lemos
Updated on: 2021-04-26
Posted on: 2021-04-26
Package: MesQ PHP Queue Management System
There are many message queuing solution types. Some rely on having a specific message queuing server software.
This package provides a simple solution that relies only local files to store messages in a queue.
About the MesQ PHP Queue Management System Package
The package MesQ PHP Queue Management System 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: Queue and pull messages store in directory files
Here follows in more detail what it does:
This package can queue and pull messages store in directory files.
It can take messages that can be pushed to a queue that is stored in files in queue directory.
The package can also pull the queue messages by retrieving them from queue directory.
The messages can queued and pulled from the queue by a configurable sorting methods. Currently it supports several types of sorting methods: FIFO (First In, First Out), LIFO (Last In, Last Out), assigned priority to each message.
Conclusion
The MesQ PHP Queue Management System 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
Login Immediately with your account on:
Comments:
No comments were submitted yet.