PHPackages                             apichef/laravel-notify-lk - 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. apichef/laravel-notify-lk

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

apichef/laravel-notify-lk
=========================

NotifyLK Notification Channel for laravel.

v1.0.1(5y ago)1201MITPHPPHP ^7.4 || ^8.0

Since Sep 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/apichef/laravel-notify-lk)[ Packagist](https://packagist.org/packages/apichef/laravel-notify-lk)[ Docs](https://github.com/apichef/laravel-notify-lk)[ RSS](/packages/apichef-laravel-notify-lk/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

laravel-notify-lk
=================

[](#laravel-notify-lk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c9a0545f4c5fe21cdaed2792baee7da4f75402a8c31bca1708d9c5104f7885ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617069636865662f6c61726176656c2d6e6f746966792d6c6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/apichef/laravel-notify-lk)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://github.com/apichef/laravel-notify-lk/workflows/CI/badge.svg)](https://github.com/apichef/laravel-notify-lk/actions)[![Coverage Status](https://camo.githubusercontent.com/03cc906e6e7598a74c1f77c5ceab1d9b195c47e605d9b2393f3cfe7fdff81f94/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f617069636865662f6c61726176656c2d6e6f746966792d6c6b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/apichef/laravel-notify-lk/code-structure)[![Quality Score](https://camo.githubusercontent.com/bf3f2f63646e15e1b1d1765e744404459cd771b2e86f9486c1d44e8667142a6c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f617069636865662f6c61726176656c2d6e6f746966792d6c6b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/apichef/laravel-notify-lk)[![Total Downloads](https://camo.githubusercontent.com/c2273dbf1d12383bcd3fe65f424525eb22d244a96332e1058c503a36f5060d5e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617069636865662f6c61726176656c2d6e6f746966792d6c6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/apichef/laravel-notify-lk)

NotifyLK Notification Channel for laravel.

Install
-------

[](#install)

Via Composer

```
$ composer require apichef/laravel-notify-lk
```

Usage
-----

[](#usage)

```
namespace App\Notifications;

use ApiChef\NotifyLK\Contact;
use ApiChef\NotifyLK\NotifyLKChannel;
use ApiChef\NotifyLK\NotifyLKMessage;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Messages\MailMessage;
use Illuminate\Notifications\Notification;

class MyNotification extends Notification
{
    use Queueable;

    public function via($notifiable)
    {
        return [
            NotifyLKChannel::class,
        ];
    }

    public function toNotifyLK($notifiable): NotifyLKMessage
    {
        return (new NotifyLKMessage())
            ->content('This is a test message.')
            ->contact(new Contact('John', 'Doe', 'john.doe@example.com', 'No 1, Colombo, Sri Lanka', 'a_group'));
    }
}
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Milroy E. Fraser](https://github.com/milroyfraser)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

2

Last Release

1836d ago

Major Versions

0.1.1 → v1.0.12021-05-03

PHP version history (2 changes)0.1.1PHP ^7.2.5

v1.0.1PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f3ba1935044647e51c405868792beea05a76250a8f7ef408c9b706edf51fcb6?d=identicon)[milroy.me](/maintainers/milroy.me)

---

Top Contributors

[![milroyfraser](https://avatars.githubusercontent.com/u/3282475?v=4)](https://github.com/milroyfraser "milroyfraser (8 commits)")

---

Tags

apicheflaravel-notify-lk

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/apichef-laravel-notify-lk/health.svg)

```
[![Health](https://phpackages.com/badges/apichef-laravel-notify-lk/health.svg)](https://phpackages.com/packages/apichef-laravel-notify-lk)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[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/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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