Download the PHP package labsmobile/sms-php without Composer
On this page you can find all versions of the php package labsmobile/sms-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download labsmobile/sms-php
More information about labsmobile/sms-php
Files in labsmobile/sms-php
Package sms-php
Short Description Send SMS messages through the LabsMobile platform and the PHP library.
License MIT
Informations about the package sms-php
LabsMobile-PHP
Send SMS messages through the LabsMobile platform and the PHP library.
Documentation
- Labsmobile API documentation can be found here.
Features
- Send SMS messages.
- Get account credits
- Get prices by country
- Manage scheduled sendings
- HLR Request (Check mobile)
Requirements
- A user account with LabsMobile. Click on the link to create an account here.
- This library supports php v5.4 and higher versions of php.
- From php v5.4 to php v7.1 it is recommended to use Composer 2.2.22.
Installation
To install the labsmobile/sms-php library, it is recommended to use composer.
Installation command
Installation by modifying the composer.json file
Examples of use cases
Send SMS
Here is an example of using the library to send a SMS:
Get account credits
Here is an example to learn credits for an existing account:
Manage scheduled sendings
Here is an example you can cancel or execute the scheduled sendings that are pending for execution:
Get prices by country
Here is an example to know the credits that a single sending will take depending on the country of delivery:
HLR Request
Here is an example queries the mobile phone status with the related information like current operator, format, active, ported information, subscription country, etc:
Help
If you have questions, you can contact us through the support chat or through the support email [email protected].
All versions of sms-php with dependencies
guzzlehttp/guzzle Version ^5.0 || ^6.0 || ^7.0 || ^7.2
ext-json Version *