PHPackages                             kurbanov-developer/eskiz-notification-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. kurbanov-developer/eskiz-notification-channel

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

kurbanov-developer/eskiz-notification-channel
=============================================

Eskiz SMS Notification Channel for Laravel

v2.1.2(1y ago)024MITPHPPHP ^8.0

Since Oct 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kurbanov-developer/eskiz-notification-channel)[ Packagist](https://packagist.org/packages/kurbanov-developer/eskiz-notification-channel)[ RSS](/packages/kurbanov-developer-eskiz-notification-channel/feed)WikiDiscussions main Synced 1mo ago

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

 [![Eskiz Logo](https://camo.githubusercontent.com/b23d7266af29114ddce0fada494ced93760a67f045f92104e22d0568e7598fa7/68747470733a2f2f65736b697a2e757a2f6c6f676f2e737667)](https://camo.githubusercontent.com/b23d7266af29114ddce0fada494ced93760a67f045f92104e22d0568e7598fa7/68747470733a2f2f65736b697a2e757a2f6c6f676f2e737667)

Eskiz Notifications Channel for Laravel
=======================================

[](#eskiz-notifications-channel-for-laravel)

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

[](#installation)

To integrate the Eskiz notifications channel with your Laravel application, you can use Composer. Run the following command in your terminal:

```
composer require kurbanov-developer/eskiz-notification-channel
```

After successful installation, update your .env file with the following configuration:

```
ESKIZ_EMAIL=your@email.com
ESKIZ_PASSWORD=your_secret_code_from_dashboard
```

Additionally, make changes in your services.php file to include Eskiz configuration:

Copy code

```
'eskiz' => [
    'email' => env('ESKIZ_EMAIL', ''),
    'password' => env('ESKIZ_PASSWORD', ''),
],
```

Official Documentation Explore the detailed documentation at Eskiz Postman Documentation for comprehensive information.

Usage
-----

[](#usage)

To utilize the Eskiz notification channel, add the following method to your User model:

Copy code

```
public function routeNotificationForEskiz()
{
    return $this->mobile;
}
```

Additionally, employ the provided example to send notifications using Eskiz in your notification class:

Copy code

```
public function toEskiz($notifiable)
{
    return (new EskizMessage())
        ->content("Your notification content goes here");
}
```

About the Author
----------------

[](#about-the-author)

This Laravel package is developed and maintained by Kurbonov Ismoil.

Website: [kurbonov.ru](kurbonov.ru)

Feel free to contact the author for any inquiries or support related to this package.

Changelog
---------

[](#changelog)

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

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

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

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

[](#contributing)

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

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance38

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

Every ~10 days

Total

2

Last Release

559d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d958c2ef78a22bef5b820c74d150d69d31a07e0dad1e7a916ccbc1a52d9e3557?d=identicon)[kurbanov-developer](/maintainers/kurbanov-developer)

---

Top Contributors

[![kurbanov-developer](https://avatars.githubusercontent.com/u/102392354?v=4)](https://github.com/kurbanov-developer "kurbanov-developer (11 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kurbanov-developer-eskiz-notification-channel/health.svg)

```
[![Health](https://phpackages.com/badges/kurbanov-developer-eskiz-notification-channel/health.svg)](https://phpackages.com/packages/kurbanov-developer-eskiz-notification-channel)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

7984.5M16](/packages/laravel-notification-channels-webpush)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)

PHPackages © 2026

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