PHPackages                             rahulreghunath/textlocal - 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. rahulreghunath/textlocal

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

rahulreghunath/textlocal
========================

Textlocal sms gateway wrapper for Laravel

v1.0.2(5y ago)221.9k↓26.7%8[1 issues](https://github.com/rahulreghunath/Textlocal/issues)MITPHPPHP &gt;=5.5.9

Since Dec 25Pushed 3y agoCompare

[ Source](https://github.com/rahulreghunath/Textlocal)[ Packagist](https://packagist.org/packages/rahulreghunath/textlocal)[ RSS](/packages/rahulreghunath-textlocal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (6)Used By (0)

Textlocal
=========

[](#textlocal)

A simple PHP API extension for Textlocal(textlocal.in) sms gateway integration in Laravel

Require this package in your composer.json and update composer. This will download the package.

```
composer require rahulreghunath/textlocal

```

Installation
------------

[](#installation)

### Laravel

[](#laravel)

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Rahulreghunath\Textlocal\ServiceProvider::class,

```

packege auto discovery available for laravel version 5.5 or later

After adding ServiceProvider, Run the command

```
    php artisan vendor:publish

```

After that set your textlocal authentication key inside textlocal.php file inside config folder and you are good to go

```
$sms = new Textlocal();
$sms->send('message', 'mobile number','sender'); //sender is optional

```

### Documentation

[](#documentation)

You can check  for more available methods and complete Documentation can be found [here](https://rahulreghunath.github.io/Textlocal/)

### Using it in your projects

[](#using-it-in-your-projects)

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/rahulreghunath)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~242 days

Total

5

Last Release

2098d ago

Major Versions

v0.2 → v1.0.02019-01-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28650610?v=4)[Rahul Reghunath](/maintainers/rahulreghunath)[@rahulreghunath](https://github.com/rahulreghunath)

---

Top Contributors

[![rahulreghunath](https://avatars.githubusercontent.com/u/28650610?v=4)](https://github.com/rahulreghunath "rahulreghunath (33 commits)")

---

Tags

laravelsms-apitextlocallaravelsms-gatewaytextlocal

### Embed Badge

![Health badge](/badges/rahulreghunath-textlocal/health.svg)

```
[![Health](https://phpackages.com/badges/rahulreghunath-textlocal/health.svg)](https://phpackages.com/packages/rahulreghunath-textlocal)
```

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[matthewbdaly/laravel-sms

A Laravel and Lumen integration for matthewbdaly/sms-client to enable sending SMS messages

3529.8k](/packages/matthewbdaly-laravel-sms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
