https://github.com/rindow/rindow-messaging
Support messaging
https://github.com/rindow/rindow-messaging
framework messaging php queue-manager
Last synced: 11 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T06:18:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-17T02:25:52.408Z (about 1 year 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: [](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.