https://github.com/php-enqueue/snsqs
[READ-ONLY] This is a Amazon SNS\SQS transport that supports Publish-Subscribe. It allows you to send to SNS and consume message from SQS service.
https://github.com/php-enqueue/snsqs
Last synced: 2 months ago
JSON representation
[READ-ONLY] This is a Amazon SNS\SQS transport that supports Publish-Subscribe. It allows you to send to SNS and consume message from SQS service.
- Host: GitHub
- URL: https://github.com/php-enqueue/snsqs
- Owner: php-enqueue
- License: mit
- Created: 2019-02-21T19:04:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T09:00:38.000Z (5 months ago)
- Last Synced: 2025-03-28T23:11:12.445Z (3 months ago)
- Language: PHP
- Size: 42 KB
- Stars: 1
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Supporting Enqueue
Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
- [Become a sponsor](https://www.patreon.com/makasim)
- [Become our client](http://forma-pro.com/)---
# Amazon SNS-SQS Transport
[](https://gitter.im/php-enqueue/Lobby)
[](https://github.com/php-enqueue/snsqs/actions?query=workflow%3ACI)
[](https://packagist.org/packages/enqueue/snsqs)
[](https://packagist.org/packages/enqueue/snsqs)This is an implementation of Queue Interop specification. It allows you to send and consume message using [Amazon SNS-SQS](https://aws.amazon.com/snsqs/) service.
## Resources
* [Site](https://enqueue.forma-pro.com/)
* [Documentation](https://php-enqueue.github.io/transport/snsqs/)
* [Questions](https://gitter.im/php-enqueue/Lobby)
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)## License
It is released under the [MIT License](LICENSE).