authkey/authkey-php-sdk

This library will enable users to send messages using authkey APIs

1.0 2021-02-16 06:49 UTC

This package is auto-updated.

Last update: 2024-09-16 14:33:14 UTC


README

PHP SDK for sending messages using Authkey APIs

To send message using this sdk follow below steps:

  1. Install Authkey PHP SDK using composer: composer require authkey/authkey-php-sdk
  2. Require vendor/autoload.php in your application code.
  3. Create an object of authkeyphpsdk class in your application code.
  4. Call the setter methods to set the values of authkey, mobile, email, sms content, country code etc.
  5. Call the send message method to send the message.

Refer the test.php file for sample example.