PHPackages                             nmirceac/sms-tools - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nmirceac/sms-tools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nmirceac/sms-tools
==================

SMS Tools for Laravel

0.0.6(2y ago)0105proprietaryPHPPHP &gt;=5.4.0

Since May 22Pushed 2y ago2 watchersCompare

[ Source](https://github.com/nmirceac/smsTools)[ Packagist](https://packagist.org/packages/nmirceac/sms-tools)[ Docs](https://github.com/nmirceac/smsTools)[ RSS](/packages/nmirceac-sms-tools/feed)WikiDiscussions master Synced 3d ago

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

smsTools
========

[](#smstools)

Sms Tools

Contents
--------

[](#contents)

1. Intro
2. Examples

1. Intro
========

[](#1-intro)

How to install?
---------------

[](#how-to-install)

- composer require nmirceac/sms-tools
- php artisan vendor:publish
- php artisan migrate
- check config/sms.php (just in case)
- add your API details to .env
- php artisan smstools:setup
- check the examples below
- enjoy!

Samples
-------

[](#samples)

### .env sample config

[](#env-sample-config)

SMS\_API\_ENDPOINT="" SMS\_API\_KEY="AAAAAAAAA" SMS\_API\_SECRET="ZZZZZZZZZZZZZZZZZZZ"

Examples
--------

[](#examples)

### Sending a text message

[](#sending-a-text-message)

\\App\\SmsMessage::queue('27794770189', 'Hello text world!');

### Checking your actual SMS content (allowed 8bit chars only)

[](#checking-your-actual-sms-content-allowed-8bit-chars-only)

dd(\\App\\SmsMessage::cleanContent('Enter your desired content');

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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 ~303 days

Recently: every ~379 days

Total

6

Last Release

1031d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f33db7410a199079d0bf367c8e79987d3fe424840844d415293c14a4cf9e369a?d=identicon)[nmirceac](/maintainers/nmirceac)

---

Tags

laravelsmstext messagelaravel-smssmsTools

### Embed Badge

![Health badge](/badges/nmirceac-sms-tools/health.svg)

```
[![Health](https://phpackages.com/badges/nmirceac-sms-tools/health.svg)](https://phpackages.com/packages/nmirceac-sms-tools)
```

PHPackages © 2026

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