PHPackages                             it-brains/hi-sms - 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. [API Development](/categories/api)
4. /
5. it-brains/hi-sms

ActiveLibrary[API Development](/categories/api)

it-brains/hi-sms
================

HiSMS Laravel integration

1.0.1(5y ago)137MITPHPPHP &gt;=7.3

Since Mar 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/it-brains/hi-sms)[ Packagist](https://packagist.org/packages/it-brains/hi-sms)[ RSS](/packages/it-brains-hi-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

HiSMS
=====

[](#hisms)

This is a package to integrate [HiSMS](https://www.hisms.ws) with Laravel.

Documentation is on [manual page](https://www.hisms.ws/manual.php) that send us to [API pdf](https://www.hisms.ws/uploads/api.pdf).

Installation
============

[](#installation)

Require this package with composer.

```
composer require it-brains/hi-sms
```

You have to fill in your credentials to environment variables:

```
HISMS_USERNAME=
HISMS_PASSWORD=
HISMS_SENDER_NAME=

```

Usage
-----

[](#usage)

You can now add messages using the Facade:

```
HiSMS::getBalance();
$smsId = HiSMS::send($number, $message);
$smsId = HiSMS::sendBulk([$number1, $number2], $message);
```

or use DI:

```
use ITBrains\HiSMS\HiSMSClient;

...

function sendSms(HiSMSClient $sms)
{
    $sms->getBalance();
    $smsId = $sms->send($number, $message);
    $smsId = $sms->sendBulk([$number1, $number2], $message);
}

...
```

Testing
-------

[](#testing)

If you need to mock SMSes on testing then you can just change your driver to anything not equal to 'hisms' on .env:

```
HISMS_DRIVER=hisms_faker

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

1865d ago

### Community

Maintainers

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

---

Top Contributors

[![dragg](https://avatars.githubusercontent.com/u/3448384?v=4)](https://github.com/dragg "dragg (2 commits)")

---

Tags

hismslaravellaravelhismshisms.wshi-sms

### Embed Badge

![Health badge](/badges/it-brains-hi-sms/health.svg)

```
[![Health](https://phpackages.com/badges/it-brains-hi-sms/health.svg)](https://phpackages.com/packages/it-brains-hi-sms)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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