Download the PHP package com.suhayl/message_queueing without Composer
On this page you can find all versions of the php package com.suhayl/message_queueing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download com.suhayl/message_queueing
More information about com.suhayl/message_queueing
Files in com.suhayl/message_queueing
Download com.suhayl/message_queueing
More information about com.suhayl/message_queueing
Files in com.suhayl/message_queueing
Vendor com.suhayl
Package message_queueing
Short Description Message Queueing system to store messages in SQLite DB.
License
Package message_queueing
Short Description Message Queueing system to store messages in SQLite DB.
License
Please rate this library. Is it a good library?
Informations about the package message_queueing
Message Queueing
Brief
System to queue messages.
Objectives:
- HTTP POST endpoint OR CLI command to input an SMS message into the queue
- HTTP GET endpoint OR CLI command to consume an SMS message from the queue in JSON format. With consuming I mean: read SMS from queue and delete it, so that it won't be consumed by the next reader.
- HTTP GET endpoint OR CLI command to view all messages in the queue in JSON format
- HTML page to view all messages in the queue
Requirements
- Composer
- pdosqlite extension
Setup
- Clone files in web server directory and run
composer install
- Create folder 'db' in root directory and load setup.php to initialize db file (Optionally add parameter
dummy_data=1
to load dummy data into database) - Load index.php for HTML view of all messages with HTML form to queue new messages
- Load consume-message.php to load next message in queue and display in JSON, deleting the message
- Load read-messages.php to display all messages in JSON
- Submit POST data to queue-message.php to queue up message in DB.
All versions of message_queueing with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package com.suhayl/message_queueing contains the following files
Loading the files please wait ....