PHPackages                             hotifyru/hotify - 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. hotifyru/hotify

ActiveLibrary

hotifyru/hotify
===============

Hotify.ru

1641PHP

Since Jul 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hotifyru/hotify)[ Packagist](https://packagist.org/packages/hotifyru/hotify)[ RSS](/packages/hotifyru-hotify/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Library for Hotify.ru
=====================

[](#library-for-hotifyru)

Using
-----

[](#using)

Just a few lines of code:

```
$apiToken = YOUR_TOKEN_HERE;
$appId = YOUR_APP_ID_OR_TAG_HERE;

$hotify = new Hotify($apiToken);
$hotify
    ->title('First notification') //optional
    ->text('Hello World!')
    ->to($appId)
    ->send();
```

That's all!

Laravel
-------

[](#laravel)

You can use this package as a Laravel logger.

```
php artisan vendor:publish --provider="Hotify\Hotify\HotifyServiceProvider" --tag="config"
```

Create log config in *config/logging.php*

```
...
'hotify' => [
    'driver' => 'custom',
    'via'    => \Hotify\Hotify\HotifyLogger::class,
    'level'  => 'debug',
],
...
```

And use it!

```
Log::channel('hotify')->info('Hello world');
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

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://www.gravatar.com/avatar/b96356a9b9e82753f2e5b27d7d286396125830fd1191b5facd7f21ba4f49a12a?d=identicon)[hotifyru](/maintainers/hotifyru)

### Embed Badge

![Health badge](/badges/hotifyru-hotify/health.svg)

```
[![Health](https://phpackages.com/badges/hotifyru-hotify/health.svg)](https://phpackages.com/packages/hotifyru-hotify)
```

PHPackages © 2026

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