Download the PHP package soloapi/apisolo without Composer
On this page you can find all versions of the php package soloapi/apisolo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package apisolo
api-solo
api-solo gives you the opportunity to send multiple messages at once when you like or add multiple contact
Installation
$ composer require soloapi/apisolo
Usage
Sending an SMS
Result example:
Adding contact
Result example: {
"data":{
"contact":[
{
"phone_number": "+1XXXXXXXXXX", // international format
"first_name": "Doe",
"last_name": "Joe",
"adress": "contact adress"
"email": "[email protected]",
"result":"success"
},
{
"phone_number": "+1XXXXXXXXXX", // international format
"first_name": "Smith",
"last_name": "John",
"adress": "contact adress"
"email": "[email protected]",
"result":"success"
}
]
}
}
Urls Callback (You do not need to install api solo to use it)
To use urls callbacks in order to get incoming Sms ,Sms delivery status ...You just need to have in your callback url :
Case Message delivery status :
Case GET INCOMING MESSAGE :
Case GET Clicked link :
Case GET CALL LOGS :
Case GET CALL QUALIFICATION :
All versions of apisolo with dependencies
PHP Build Version
Package Version
No informations.
The package soloapi/apisolo contains the following files
Loading the files please wait ....