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

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

rudolphp/laravel-textlocal
==========================

This is a Wrapper for SMS Service of TextLocal.in

01PHP

Since Nov 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rudolphp/laravel-textlocal)[ Packagist](https://packagist.org/packages/rudolphp/laravel-textlocal)[ RSS](/packages/rudolphp-laravel-textlocal/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

This is a Wrapper for SMS Service of TextLocal.in
=================================================

[](#this-is-a-wrapper-for-sms-service-of-textlocalin)

Laravel Package to Integrate TextLocal.in SMS.

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

[](#installation)

You can install the package via composer:

```
composer require rudolphp/laravel-textlocal
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="textlocal-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="textlocal-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="textlocal-views"
```

Usage
-----

[](#usage)

```
$sms = new LaravelTextlocal();

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

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Documentation

[](#documentation)

### If you liked this package!

[](#if-you-liked-this-package)

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

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15538?v=4)[Rudolph Pereira](/maintainers/rudolphp)[@rudolphp](https://github.com/rudolphp)

---

Top Contributors

[![rudolphp](https://avatars.githubusercontent.com/u/15538?v=4)](https://github.com/rudolphp "rudolphp (5 commits)")

---

Tags

laraveltextlocal

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)

PHPackages © 2026

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