Download the PHP package ghasedaksms/php without Composer
On this page you can find all versions of the php package ghasedaksms/php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ghasedaksms/php
More information about ghasedaksms/php
Files in ghasedaksms/php
Package php
Short Description a package for use ghasedaksms api services in php programming
License MIT
Informations about the package php
Ghasedak PHP SDK
Easy-to-use SDK for implementing Ghasedak SMS API in your PHP projects.
Explore the docs »
Web Service Documents
·
REST API
.
Report Bug
·
Request Feature
English Document
Table of Contents
- Install
- Usage
- Send Single
- Send Bulk
- Send Pair To Pair
- Send OTP
- Send OTP With Params
- Check SMS Status
- Get Account Information
- Get Received SMSes
- Get Received SMSes Pagination
- Get OTP Template Parameters
- Licence
Install
The easiest way to install is by using Composer:
Composer is a dependency manager for PHP which allows you to declare the libraries your project depends on, and it will manage (install/update) them for you. If you are not familiar with Composer, you can read its documentations and download it via getcomposer.org.
Alternatively you can download Ghasedak SDK from here and extract it in your project and follow the rest of the instructions below. Also there is an Example
folder inside the package which you can use to understand the procedure.
Usage
To use the API, you need an API key. To get that you should have a Ghasedak account. Register and get your API key.
Then require the file autoload.php to get all classes and dependencies loaded.
Create an instance from Ghasedak class with your API key:
Don't forget to change your_api_key
with the key you have got from your Ghasedak account.
Send Single
Send Bulk
Send Pair To Pair
Send OTP
Send OTP With Params
Check SMS Status
Get Account Information
Get Received SMSes
Get Received SMSes Pagination
Get OTP Template Parameters
License
Freely distributable under the terms of the MIT license.
All versions of php with dependencies
ext-curl Version *
ext-json Version *