Skip to content

labsmobile/sms-laravel

 
 

Repository files navigation

LabsMobile-Laravel

Send SMS text messages through the LabsMobile platform and the plugin for Laravel. Install the "sms-laravel" plugin and in a few seconds you'll be able to send SMS messages.

Documentation

  • Labsmobile API documentation can be found here.
  • Documentation for Simple SMS can be found on our website.

Features

  • Send SMS messages.

Requirements

Installation

  1. Install the sms plugin into your Laravel installation.

  2. Configure the plugin with the parameters of your LabsMobile account.

    return [
        'driver' => 'labsmobile',
        'from' => 'Sender',
        'labsmobile' => [
            'client' => 'Your Client Key',
            'username' => 'Your Username',
            'password' => 'Your Password',
            'test' => '1 for simulate mode; 0 for real sendings'
        ]
    ];
  1. Now you can use all the features of the plugin.

Help

If you have questions, you can contact us through the support chat or through the support email [email protected].

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%