authkey / authkey-php-sdk
This library will enable users to send messages using authkey APIs
1.0
2021-02-16 06:49 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
PHP SDK for sending messages using Authkey APIs
To send message using this sdk follow below steps:
- Install Authkey PHP SDK using composer: composer require authkey/authkey-php-sdk
- Require vendor/autoload.php in your application code.
- Create an object of authkeyphpsdk class in your application code.
- Call the setter methods to set the values of authkey, mobile, email, sms content, country code etc.
- Call the send message method to send the message.
Refer the test.php file for sample example.