PHPackages                             umuttaymaz/laravel-notification-verimor - 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. umuttaymaz/laravel-notification-verimor

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

umuttaymaz/laravel-notification-verimor
=======================================

Verimor SMS for Laravel Notifications

1.0.1(8y ago)010MITPHPPHP &gt;=5.6.4

Since Feb 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/umuttaymaz/laravel-notification-verimor)[ Packagist](https://packagist.org/packages/umuttaymaz/laravel-notification-verimor)[ Docs](https://github.com/umuttaymaz/laravel-notification-verimor)[ RSS](/packages/umuttaymaz-laravel-notification-verimor/feed)WikiDiscussions master Synced yesterday

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

Verimor notifications channel for Laravel 5.3+
==============================================

[](#verimor-notifications-channel-for-laravel-53)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/3fc98d7ddeb5b4c041fe0049955a4cdc92f271f5ff97f2a68955c17618721a49/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f756d75747461796d617a2f6c61726176656c2d6e6f74696669636174696f6e2d766572696d6f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/umuttaymaz/laravel-notification-verimor)[![StyleCI](https://camo.githubusercontent.com/6272129c8cb933e1e0c9614ecd3458c71aedc8f4f5c4baa7b31712d94cc8874e/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132333135333632302f736869656c64)](https://styleci.io/repos/123153620)[![Total Downloads](https://camo.githubusercontent.com/3a3275b882f82454f5030ce96e82a73252c7352295b2e3eac7e5bb70bcf94a67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756d75747461796d617a2f6c61726176656c2d6e6f74696669636174696f6e2d766572696d6f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/umuttaymaz/laravel-notification-verimor)

This package makes it easy to send notifications using [VerimorSMS](https://verimor.com.tr) with Laravel 5.3+.

Contents
--------

[](#contents)

- [Installation](#installation)
    - [Setting up the VerimorSMS service](#setting-up-the-VerimorSMS-service)
- [Usage](#usage)
- [Changelog](#changelog)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

You can install the package via composer:

```
composer require umuttaymaz/laravel-notification-verimor
```

Then you must install the service provider:

```
// config/app.php
'providers' => [
    ...
    UmutTaymaz\VerimorSMS\VerimorSMSServiceProvider::class,
],
```

### Setting up the VerimorSMS service

[](#setting-up-the-verimorsms-service)

Add your Verimor username, password and default sender name to your `.env`:

```
VERIMOR_USERNAME=username
VERIMOR_PASSWORD=apiPassword
VERIMOR_HEADER=verifiedHeader

```

Usage
-----

[](#usage)

You can use the channel in your `via()` method inside the notification:

```
use Illuminate\Notifications\Notification;
use NotificationChannels\SmscRu\SmscRuMessage;
use NotificationChannels\SmscRu\SmscRuChannel;

class AccountApproved extends Notification
{
    public function via($notifiable)
    {
        return [VerimorSMSChannel::class];
    }

    public function toVerimor($notifiable)
    {
        return VerimorSMSMessage::create('This is notification message');
    }
}
```

In your notifiable model, make sure to include a routeNotificationForVerimor() method, which return the phone number.

```
public function routeNotificationForVerimor()
{
    return $this->phone;
}
```

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.

Credits
-------

[](#credits)

- [Umut Taymaz](https://github.com/umuttaymaz)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2995d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/288a7efad68880655b07165be30323c2b58b73f624242aae13527f832bc1b046?d=identicon)[umuttaymaz](/maintainers/umuttaymaz)

---

Top Contributors

[![umuttaymaz](https://avatars.githubusercontent.com/u/7460205?v=4)](https://github.com/umuttaymaz "umuttaymaz (9 commits)")

---

Tags

laravellaravel-notificationsnotificationssmsverimor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/umuttaymaz-laravel-notification-verimor/health.svg)

```
[![Health](https://phpackages.com/badges/umuttaymaz-laravel-notification-verimor/health.svg)](https://phpackages.com/packages/umuttaymaz-laravel-notification-verimor)
```

###  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)
