Tag Archives: http api

playSMS Gateway Plugin Twilio

playSMS is a web application for managing users, credits, features, routes and gateways, for sending and receiving SMS. playSMS is not an actual SMS gateway, it cannot send or receive SMS by itself. It needs another application or service, SMS gateway or gateway for short, to actually send and receive SMS. Twilio is one of those SMS gateway.

playSMS uses plugins for various functions and one of them is for handling those SMS gateways. Gateway Plugin in playSMS is referred to plugin that handles actions such as sending and receiving SMS for playSMS from/to actual SMS gateway.

In this article I will explain how to configure a Gateway Plugin Twilio to connect playSMS with SMS service in Twilio.

Continue reading

playSMS Webservices Class

Introducing, playSMS PHP class for accessing playSMS webservices. This class is based on the Webservices API document shared on playSMS Github repository.

Get it from here: https://github.com/antonraharja/playsms-webservices.

If you use composer, which is recommended, the package listed as playsms/webservices, here: https://packagist.org/packages/playsms/webservices.

Usage examples can be found in tests folder.

And last, please visit playSMS User Group forum to discuss this, here is the address: https://bit.ly/playsmsusergroup

Enjoy.