Skip to content
On this page

Creating Nanasi Sms Adapter

We know that we can't support all SMS gateways on our own, thats why we let you create the adapter to cover your needs.

Just make sure that your adapter implements the JasiriLabs\NanasiSMS\NanasiSmsAdapter interface. This class has every method needed by NanasiSMS and necessary exceptions thrown incase of failures.

Testing your adapter

INFO

Currently we are exploring a convinient way to test your adapter. We shall document this ASAP.

Released under the MIT License.