Nexmo PHP lib master Receipt

I am using the nexmo api for send text message.all the function work just fine except the Receipt function it a bool function but till now i dont know how to use it?

this is the link of the lib https://github.com/prawnsalad/Nexmo-PHP-lib


Not sure on that specific library, but if you set the status-report-req parameter to 1 when sending a message, you'll get a delivery receipt when the message is delivered, is queued, etc.

A quick look at the library seems to show that it supports creating a receipt object from an inbound request.

链接地址: http://www.djcxy.com/p/33084.html

上一篇: Grails中插入Nexmo插件的错误

下一篇: Nexmo PHP lib主收据