PHPackages                             ibtdi/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. ibtdi/hisms

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

ibtdi/hisms
===========

send sms - using hisms.ws : an sms provider

1.0.0(4y ago)016MITPHPPHP &gt;=7.2

Since Oct 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Mohamed-Nasr-ALi/hisms)[ Packagist](https://packagist.org/packages/ibtdi/hisms)[ Docs](https://github.com/Mohamed-Nasr-ALi/hisms)[ RSS](/packages/ibtdi-hisms/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

HISMS
=====

[](#hisms)

The [`ibtdi/hisms`](https://github.com/Mohamed-Nasr-ALi/hisms) package provides a fluent interface to send sms using [HISMS](https://www.hisms.ws) in your php application.

HISMS Intro
-----------

[](#hisms-intro)

[![](https://camo.githubusercontent.com/ce417f5a28a615dea3d213cd0fc996586afa76969be5f40c4ab009a3e80ef4bd/68747470733a2f2f6869736d732e77732f74656d706c617465732f64656661756c742f696d672f6c6f676f2f626c75652d6269672e706e67)](https://www.hisms.ws)

### we can send sms using HISMS sms service provider that allow only saudi arabia phone numbers

[](#we-can-send-sms-using-hisms-sms-service-provider-that-allow-only-saudi-arabia-phone-numbers)

#### List Of Supported Numbers

[](#list-of-supported-numbers)

[`saudi arabia phones`](https://en.wikipedia.org/wiki/Telephone_numbers_in_Saudi_Arabia)

Install
-------

[](#install)

You can install the package via composer:

```
composer require ibtdi/hisms
```

Usage
-----

[](#usage)

- After install package run the installation command

```
php artisan hisms:install

```

or

```
vendor:publish --provider="Ibtdi\HiSms\HISmsServiceProvider" --tag="config"

```

- Set your env variables - take a look at `config/hisms.php`
- Send first sms:

```
HiSms::to(['9665 xxx xxxx','9665 xxx xxxx'])
        ->message('hello world')
        ->send();

```

and that's it...

- other ways you would like to get some response it can be done like so:

```
$response=HiSms::to(['9665 xxx xxxx','9665 xxx xxxx'])
        ->message('hello world')
        ->send()
        ->andGetMessage();

```

- there are other functions to get infos individual not chaining `andGetStatus` `andGetCode`

```
 $response=HiSms::to(['9665 xxx xxxx','9665 xxx xxxx'])
        ->message('hello world')
        ->send()
        ->andGetStatus();

```

```
 $response=HiSms::to(['9665 xxx xxxx','9665 xxx xxxx'])
        ->message('hello world')
        ->send()
        ->andGetCode();

```

- `andGetStatus : bool``andGetMessage : string``andGetCode : int`

Changelog
---------

[](#changelog)

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

Testing
-------

[](#testing)

```
phpunit
```

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

[](#contributing)

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

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1671d ago

### Community

Maintainers

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

---

Top Contributors

[![mohamed-nasr-ali](https://avatars.githubusercontent.com/u/52344324?v=4)](https://github.com/mohamed-nasr-ali "mohamed-nasr-ali (4 commits)")

---

Tags

hismsibtdi

### Embed Badge

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

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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