PHPackages                             yhshanto/itech-sms-channel - 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. yhshanto/itech-sms-channel

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

yhshanto/itech-sms-channel
==========================

Itech flexible sms Notification Channel for laravel.

v2.0.0(5y ago)0267MITPHP

Since Sep 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/yousuf-hossain-shanto/itech-sms)[ Packagist](https://packagist.org/packages/yhshanto/itech-sms-channel)[ RSS](/packages/yhshanto-itech-sms-channel/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

itech-sms
=========

[](#itech-sms)

### Installation

[](#installation)

`composer require yhshanto/itech-sms-channel`

### Configuration

[](#configuration)

You must add bellow code to your config/services.php

```
'itech' => [
    'sms' => [
        'endpoint' => 'https://api.infobip.com/api/v3/sendsms/plain?user=demo&password=demo&sender=Azzoa&SMSText=[message]&GSM=[to]&type=longSMS'
    ]
]
```

`[message]` will replaced by original message `[to]` will replaced by notifiable route

Add `itech` in via method of your notification class

```
/**
 * Get the notification's delivery channels.
 *
 * @param  mixed  $notifiable
 * @return array
 */
public function via($notifiable)
{
    return ['itech'];
}
```

also add this method in your notification class which will return a sms string

```
/**
 * Get the sms representation of the notification.
 *
 * @param  mixed  $notifiable
 * @return array|MailMessage|\NotificationChannels\Fcm\FcmMessage
 */
public function toItechSms($notifiable)
{
    return 'Write somthing here';
}
```

You must have `phone` attribute or `routeNotificationForItech` method (return a valid phone number) in your notifiable class like `App\User`

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

3

Last Release

2118d ago

Major Versions

v1.0.1 → v2.0.02020-09-15

### Community

Maintainers

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

---

Top Contributors

[![yousuf-hossain-shanto](https://avatars.githubusercontent.com/u/30166239?v=4)](https://github.com/yousuf-hossain-shanto "yousuf-hossain-shanto (4 commits)")

---

Tags

laravelnotificationsitech

### Embed Badge

![Health badge](/badges/yhshanto-itech-sms-channel/health.svg)

```
[![Health](https://phpackages.com/badges/yhshanto-itech-sms-channel/health.svg)](https://phpackages.com/packages/yhshanto-itech-sms-channel)
```

###  Alternatives

[laravel-notification-channels/pusher-push-notifications

Pusher native Push Notifications driver.

281788.6k1](/packages/laravel-notification-channels-pusher-push-notifications)[awssat/discord-notification-channel

Discord Notification Channel for laravel.

94131.9k](/packages/awssat-discord-notification-channel)[salamwaddah/laravel-mandrill-driver

Mandrill notification channel for Laravel 9, 10, 11, 12, 13

1177.4k](/packages/salamwaddah-laravel-mandrill-driver)

PHPackages © 2026

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