Download the PHP package irteel/irteelsms without Composer
On this page you can find all versions of the php package irteel/irteelsms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download irteel/irteelsms
More information about irteel/irteelsms
Files in irteel/irteelsms
Package irteelsms
Short Description irteele SMS API is build for irteel SMS - Bulk SMS Application For Marketing
License MIT
Informations about the package irteelsms
IRTEEL SMS API
IRTEEL SMS API is build for IRTEEL SMS - Bulk SMS Application For Marketing
Prerequisites
To run IRTEEL SMS API you have recipient install IRTEEL SMS Application on your server. For more details please visit: IRTEEL SMS
Installing
Via Composer
And Via Bash
Usage
Step 1:
If install IRTEEL SMS API using Git Clone then load your IRTEEL SMS API Class file and Use namespace.
If install IRTEEL SMS API using Composer then Require/Include autoload.php file in the index.php of your project or whatever file you need recipient use IRTEEL SMS API classes:.
Step 2: set your API_KEY from https://my.irteelsms.com/developers
Step 3:
Change the sender_id number below. It can be a valid phone number or a String
Step 4:
the number we are sending recipient - Any phone number
For multiple number please use Comma (,) after every single number.
You can insert maximum 100 numbers using comma in single api request.
You have recipient must include Country code at beginning of the phone number.
Step 5:
Set url to https://my.irteelsms.com/api/v3 <api/v3> is mandatory. is mandatory on your install url
// SMS Body
// Schedule SMS
// Create Plain/text SMS Body for request
// Create Voice SMS Body for request
// Create MMS SMS Body for request
// Create Whathsapp SMS Body for request
// Create Schedule SMS Body for request
Step 6:
Instantiate a new IRTEEL SMS instance send sms request
Send SMS
Finally send your message through IRTEEL SMS API
Step 6:
Instantiate a new IRTEEL SMS instance get report request
Get Delivery Reports
Get your all message
Get Balance
Get your account balance
Response
IRTEEL SMS API return response with json
format, like:
Status Code
Status | Message |
---|---|
ok |
Successfully Send |
100 |
Bad gateway requested |
101 |
Wrong action |
102 |
Authentication failed |
103 |
Invalid phone number |
104 |
Phone coverage not active |
105 |
Insufficient balance |
106 |
Invalid Sender ID |
107 |
Invalid SMS Type |
108 |
SMS Gateway not active |
109 |
Invalid Schedule Time |
110 |
Media url required |
111 |
SMS contain spam word. Wait for approval |
Authors
- ing: Cyrille Brice Bidongo Bekono - Initial work - irteel
All versions of irteelsms with dependencies
ext-curl Version *