PHPackages                             santhoshkorukonda/laratext - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. santhoshkorukonda/laratext

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

santhoshkorukonda/laratext
==========================

Developer friendly library to send SMS using msg91 sms gateway.

116[1 issues](https://github.com/santhoshkorukonda/laratext/issues)PHP

Since Mar 9Pushed 9y agoCompare

[ Source](https://github.com/santhoshkorukonda/laratext)[ Packagist](https://packagist.org/packages/santhoshkorukonda/laratext)[ RSS](/packages/santhoshkorukonda-laratext/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

LaraText
========

[](#laratext)

Developer friendly Laravel package to text using [msg91](https://msg91.com/) sms gateway.

Getting Started
---------------

[](#getting-started)

Install the latest version of the package with `composer require santhoshkorukonda/laratext`

### Prerequisites

[](#prerequisites)

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

### Installation

[](#installation)

Detailed installation and configuration procedure of the package.

Add `santhoshkorukonda/laratext` package to your `composer.json` file

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

Update **composer** with

`composer update`

Add **LaraTextServiceProvider** to `config/app.php`

```
