2017 © Pedro Peláez
 

library laratext

Developer friendly library to send SMS using msg91 sms gateway.

image

santhoshkorukonda/laratext

Developer friendly library to send SMS using msg91 sms gateway.

  • Tuesday, March 21, 2017
  • by santhoshkorukonda
  • Repository
  • 0 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LaraText

Developer friendly Laravel package to text using msg91 sms gateway., (*1)

Getting Started

Install the latest version of the package with composer require santhoshkorukonda/laratext, (*2)

Prerequisites

  1. requires php >= 5.6.4
  2. requires php ext-curl
  3. requires monolog/log

Installation

Detailed installation and configuration procedure of the package., (*3)

Add santhoshkorukonda/laratext package to your composer.json file, (*4)

{
    "require": {
        "santoshkorukonda/laratext": "0.1",
    },
}

Update composer with, (*5)

composer update, (*6)

Add LaraTextServiceProvider to config/app.php, (*7)

<?php

return [
    'providers' => [
        SantoshKorukonda\LaraText\LaraTextServiceProvider::class,
    ],
];

Add LaraTextFacade to config/app.php, (*8)

<?php

return [
    'aliases' => [
        SantoshKorukonda\LaraText\LaraTextFacade::class,
    ],
];

Publish LaraText configuration file, (*9)

php artisan vendor:publish, (*10)

Quick Start

Sending an SMS is simple and easy. Call sms($phone, $message) function from anywhere of your application to text the message., (*11)

License

This package is licensed under the MIT License - see the LICENSE.md file for details., (*12)

The Versions

21/03 2017

dev-dev

dev-dev https://github.com/santhoshkorukonda/laratext

Developer friendly library to send SMS using msg91 sms gateway.

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Santhosh Korukonda

msg91 laravel msg91 laravel package laravel sms package laratext santosh korukonda laravel package

09/03 2017

dev-master

9999999-dev https://github.com/santhoshkorukonda/laratext

Developer friendly library to send SMS using msg91 sms gateway.

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Santhosh Korukonda

msg91 laravel msg91 laravel package laravel sms package laratext santosh korukonda laravel package