0

I am using the Plivo API to send a message. I want to send a verification and check that code using the Plivo PHP API, similar to this example.

I have searched a lot but was unable to find sample code or an example in the Plivo PHP API.

rusty bit
  • 371
  • 2
  • 17
Ahmar Arshad
  • 477
  • 1
  • 10
  • 22
  • This one? https://github.com/plivo/plivo-examples-php/blob/1540b743ab344de327a492339aa4c5215f4ce480/sms/send_sms.php – kwarnke May 12 '16 at 13:53

1 Answers1

0

Here is the source code to that example: https://github.com/cachrisman/Plivo-2FA-App and here is an updated copy of that demo: https://plivo-2fa.herokuapp.com/. It is written in python, but the concepts are the same and you should be able to translate it into PHP fairly easily.

CharlieC
  • 502
  • 3
  • 8