Welcome to the SMS Application Walk-through and tour of a fully functional SMS application powered by RingCentral. In this walk through you will learn:
- How to send an SMS message
- How to send an MMS message
- How to track delivery status of messages
- How to modify the message's read status.
- How to delete a message.
- How to receive and reply to SMS messages
$ git clone https://github.com/ringcentral-tutorials/sms-api-php-demo
$ cd sms-api-php-demo
$ cp .env.sample .env
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
Specify your app client id and client secret as well as account login credentials to the .env file.
$ php send-sms.php
$ php send-mms.php
$ php retrieve-modify.php
$ php retrieve-delete.php
$ php receive-reply.php
The SDK is available at https://github.com/ringcentral/ringcentral-php