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 today

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 26% 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

830d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9267170?v=4)[Максим](/maintainers/s4d)[@S4D](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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