Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

coredevsolutions/laravel-smartconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

laravel-smartconnect

Overview

A Laravel wrapper for sending SMS through Smart Connect SMS API.

Requirements

  • Laravel 5.5+
  • PHP 7+
  • Guzzle 6+
  • Carbon 1.0+

Installation

You can install laravel-smartconnect package via composer.

composer require coredevsolutions/laravel-smartconnect

Configuration

Register provider and aliases on your config/app.php file.

'providers' => [
    CoreDev\LaravelSmartConnect\SmartServiceProvider::class,
],

'aliases' => [
    'Smart' => CoreDev\LaravelSmartConnect\Smart::class,
],

Usage

You can use it like this:

use Smart;

Smart::send('phone_number', 'message', 'username', 'password');

About

A Laravel wrapper for sending SMS through Smart Connect SMS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages