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 2d 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

25

—

LowBetter than 35% of packages

Maintenance35

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

610d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/102392354?v=4)[kurbanov-developer](/maintainers/kurbanov-developer)[@kurbanov-developer](https://github.com/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/webpush

Web Push Notifications driver for Laravel.

9005.5M27](/packages/laravel-notification-channels-webpush)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.2M8](/packages/laravel-notification-channels-apn)[illuminate/mail

The Illuminate Mail package.

5910.6M500](/packages/illuminate-mail)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

67628.6k1](/packages/laravel-notification-channels-expo)

PHPackages © 2026

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