https://github.com/lornajane/incoming-sms-beanstalkd-php
Sample code to accompany a talk about webhooks / async APIs
https://github.com/lornajane/incoming-sms-beanstalkd-php
beanstalkd nexmo queue slim-framework vonage webhooks
Last synced: 7 months ago
JSON representation
Sample code to accompany a talk about webhooks / async APIs
- Host: GitHub
- URL: https://github.com/lornajane/incoming-sms-beanstalkd-php
- Owner: lornajane
- Created: 2019-01-23T12:24:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:21:22.000Z (over 2 years ago)
- Last Synced: 2024-10-11T23:10:33.422Z (12 months ago)
- Topics: beanstalkd, nexmo, queue, slim-framework, vonage, webhooks
- Language: PHP
- Size: 27.3 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nexmo Incoming SMS Example in PHP with Beanstalkd
Despite the long-winded title, this is a very simple application to demonstrate simple receiving of an incoming SMS from [Nexmo](https://nexmo.com). When the message arrives, a simple SlimPHP application adds the data to a queue and acknowledges the incoming webhook. A separate worker process then takes each item from the queue, optionally checks the message signature, and writes it to a file.
To get started with Nexmo and for more information about any element of this application, refer to the [Nexmo Developer Portal](https://developer.nexmo.com) where you will find API reference documentation and code examples in multiple languages.