PHPackages                             shreifelagamy/hisms - 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. shreifelagamy/hisms

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

shreifelagamy/hisms
===================

SMS libaray using hisms

12012PHP

Since Mar 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shreifelagamy/Hisms)[ Packagist](https://packagist.org/packages/shreifelagamy/hisms)[ RSS](/packages/shreifelagamy-hisms/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Hisms
=====

[](#hisms)

Sending sms using [Hisms](https://www.hisms.ws/) provider for Laravel 5

Introduction
------------

[](#introduction)

Still Working on it, any feedbacks are appreciated.

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

[](#installation)

First, you'll need to require the package with Composer:

```
composer require shreifelagamy/hisms:"dev-master"
```

Then, update config/app.php by adding an entry for the service provider

```
'providers' => [
	// ...
	Shreifelagamy\Hisms\HiSmsServiceProvider::class
];
```

Then, register class alias by adding an entry in aliases section

```
'aliases' => [
	// ...
  'Hisms' => Shreifelagamy\Hisms\HismsFacade::class
];
```

Finally create config file named `hisms.php` in `config` directory or you can use

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

Configuration
-------------

[](#configuration)

You need to fill in `hisms.php` file with the proper credentials

```
return array(
    /*
    |--------------------------------------------------------------------------
    | hisms App Credentials
    |--------------------------------------------------------------------------
    |
    |
    */
    'Username' => 'USERNAME',
    'Password' => 'PASSWORD',
    'SenderName' => 'SENDERNAME',
);
```

Usage
-----

[](#usage)

You can send to specific number or multiple numbers in once using this function, but always remember to include the country code with the number EX: 9665xxxxxx

### Sending to specific number

[](#sending-to-specific-number)

```
\Hisms::sendSMS('message', '96653xxxxxxx');
```

### Sending to multiple numbers

[](#sending-to-multiple-numbers)

```
\Hisms::sendSMS('message', ['96653xxxxxxx', '96653xxxxxxx']);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![shreifelagamy](https://avatars.githubusercontent.com/u/13520828?v=4)](https://github.com/shreifelagamy "shreifelagamy (7 commits)")

---

Tags

hismslaravellaravel5sms

### Embed Badge

![Health badge](/badges/shreifelagamy-hisms/health.svg)

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

###  Alternatives

[cleaniquecoders/shrinkr

Shrinkr is a Laravel package for shortening URLs, with custom slugs, analytics, branded domains, and seamless API integration.

142.9k](/packages/cleaniquecoders-shrinkr)

PHPackages © 2026

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