Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rindow/rindow-messaging
Support messaging
https://github.com/rindow/rindow-messaging
framework messaging php queue-manager
Last synced: 8 days ago
JSON representation
Support messaging
- Host: GitHub
- URL: https://github.com/rindow/rindow-messaging
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-25T07:32:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T06:18:06.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T15:16:38.716Z (about 2 months ago)
- Topics: framework, messaging, php, queue-manager
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Messaging
=========Master: [![Build Status](https://travis-ci.com/rindow/rindow-messaging.png?branch=master)](https://travis-ci.com/rindow/rindow-messaging)
"Rindow messaging" abstracts methods of synchronous communication and asynchronous communication between programs, so that various messaging services can be operated in the same procedure.
In general, it supports Message operation template, but it can also be used as a standalone library.
Driver for messaging service is required separately, but it includes special emulation service of Queue using SQL databases.