Sign up!
Create a user account and send your SMS messages in seconds. You will have all the functionalities and benefits in the same platform.
Send from API and manage your account with our online application WebSMS.
Send SMS messages through the LabsMobile platform and the Yii Framework. Install the LabsMobile module for Yii and in a few seconds you will be able to send SMS messages.
1. Copy the LabsMobileSMS folder into /protected/extensions
2. Add the following lines into your configuration file (ex. /config/main.php)
<?php ... 'components' => array( ... 'sms' => array( 'class'=>'ext.LabsMobileSms.LabsMobileSms', 'LMaccount_username'=>'{YOUR USERNAME}', 'LMaccount_password'=>'{YOUR PASSWORD}', 'LMaccount_clientapi'=>'{YOUR API CLIENT}', ),
3. Now you can send messages with the following code:
<?php ... Yii::app()->sms->send(array('to'=>'34609033161', 'message'=>'Hello world!'));
Or check the number of credits available in your account LabsMobile:
<?php ... Yii::app()->sms->get_balance();
Create a user account and send your SMS messages in seconds. You will have all the functionalities and benefits in the same platform.
Send from API and manage your account with our online application WebSMS.
Event confirmation messaging service. SMS messages include a link confirming attendance to an event.
At LabsMobile we only offer direct routes of maximum reliability and quality. Enjoy our platform and all our services for the price of an SMS.
Pay ONLY for sent messages.
Our technical department has professionals with years of experience and we have made multiple integrations.
We guide and help you through the process.
This tutorial will explain how to initiate the integration of any application or software with the LabsMobile platform for SMS communication.