PHPackages                             goszowski/lifecell-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. goszowski/lifecell-notification-channel

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

goszowski/lifecell-notification-channel
=======================================

Lifecell Notification Channel

02PHP

Since May 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/goszowski/lifecell-notification-channel)[ Packagist](https://packagist.org/packages/goszowski/lifecell-notification-channel)[ RSS](/packages/goszowski-lifecell-notification-channel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Lifecell Notification Channel
=============================

[](#lifecell-notification-channel)

Потрібно додати в конфіг services блок:
---------------------------------------

[](#потрібно-додати-в-конфіг-services-блок)

```
'lifecell' => [
    'endpoint' => env('LIFECELL_ENDPOINT', 'https://api.omnicell.com.ua/ip2sms/'),
    'username' => env('LIFECELL_USERNAME'),
    'password' => env('LIFECELL_PASSWORD'),
],

```

В модель User додати:
---------------------

[](#в-модель-user-додати)

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

```

Приклад Notification:
---------------------

[](#приклад-notification)

```
public function via($notifiable)
{
    return ['lifecell'];
}

public function toLifecell($notifiable)
{
    return (new LifecellMessage('Have a nice day!'));
}

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10208931?v=4)[Jarosław Goszowski](/maintainers/goszowski)[@goszowski](https://github.com/goszowski)

---

Top Contributors

[![goszowski](https://avatars.githubusercontent.com/u/10208931?v=4)](https://github.com/goszowski "goszowski (3 commits)")

### Embed Badge

![Health badge](/badges/goszowski-lifecell-notification-channel/health.svg)

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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