PHPackages                             phpawcom/ismartsms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. phpawcom/ismartsms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

phpawcom/ismartsms
==================

Send SMS via iSmartSMS gateway (Oman)

1.0.0(2y ago)014MITPHPPHP &gt;=8.1

Since Mar 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/phpawcom/phpawcom-ismartsms)[ Packagist](https://packagist.org/packages/phpawcom/ismartsms)[ RSS](/packages/phpawcom-ismartsms/feed)WikiDiscussions main Synced 1mo ago

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

IsmartSMS Library for Laravel
-----------------------------

[](#ismartsms-library-for-laravel)

This basic library help you to send SMS via ismartsms.net (Oman)

Installation:
-------------

[](#installation)

```
composer require phpawcom/ismartsms
```

In your .env, add the following:

```
ISMARTSMS_USER_ID="Your ismartsms API username"
ISMARTSMS_PASSWORD="Your Password"
```

### publish config:

[](#publish-config)

This is an optional step, not really needed if you are using .env for configuration

```
php artisan vendor:publish --provider "S4D\Laravel\IsmartSMS\IsmartSMSProvider"
```

The S4D\\Laravel\\IsmartSMS\\IsmartSMSProvider is auto-discovered and registered by default. If you want to register it yourself, add the ServiceProvider in config/app.php:

```
'providers' => [
    S4D\Laravel\IsmartSMS\IsmartSMSProvider::class,
]
```

For alias:

```
'aliases' => [
    S4D\Laravel\IsmartSMS\IsmartSMS::class,
]
```

Usage:
------

[](#usage)

Example code:

```
if(IsmartSMS::SendSMS('{8 digits phone number}', '{SMS Content}')){
    // TODO: SMS has been sent, some action here
}else{
    // TODO: SMS couldn't be sent, some action here
}
```

If you want to see the result of SMS gateway:

```
print_r(IsmartSMS::getRawResults());
```

You can add setFlashSMS() if you want the SMS to disappear after reading:

```
IsmartSMS::setFlashSMS()->SendSMS('{8 digits phone number}', '{SMS Content}')
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

785d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/999ec08cdb0e9da4b7702cb5162cd9626e05a73f0d70e54b1dd47a36f9b123ca?d=identicon)[s4d](/maintainers/s4d)

---

Top Contributors

[![phpawcom-shared](https://avatars.githubusercontent.com/u/184776161?v=4)](https://github.com/phpawcom-shared "phpawcom-shared (2 commits)")

### Embed Badge

![Health badge](/badges/phpawcom-ismartsms/health.svg)

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

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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