PHPackages                             efureev/loogger-driver-php - 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. efureev/loogger-driver-php

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

efureev/loogger-driver-php
==========================

PHP Support Package for Laravel DB

v1.0.1(3y ago)0642MITPHPPHP ^8.0

Since Jun 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/efureev/loogger-driver-php)[ Packagist](https://packagist.org/packages/efureev/loogger-driver-php)[ RSS](/packages/efureev-loogger-driver-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Loogger Notification Driver
===========================

[](#loogger-notification-driver)

Description
-----------

[](#description)

PHP driver for `Loogger` service to send notifications to `Telegram`.

Install
-------

[](#install)

```
composer require efureev/loogger "^1.0"
```

Use
---

[](#use)

### In your code:

[](#in-your-code)

```
$looggerConfig = new Config($looggerConfigJson);
$loogger = new Loogger($looggerConfig);

$loogger->send($msg);
// ...
$loogger
    ->pattern("Gitlab: {{MSG}}")
    ->sendHTML("Hello from service");
```

A Message type format:

```
$loogger
->asPlain() // send message as plain
// ->send('Text')
->asHTML() // send message as HTML
// ->send('Bold code')
->asMD() // send message as Markdown.
// ->send('*Bold* text')
```

Allowed variables for patterns and message:

- `MSG` - The Message content
- `SERVICE_NAME` - The service name
- `SERVICE_DESCRIPTION` - The service description
- `NOW` - The datetime. Format: `RFC822`
- `CHAT_ID` - The TG-chat ID
- `BR` - Return a cursor to the next line. Like a `\n`.
- `TAB` - Return a cursor to the next line. Like a `\t`.

### from console-file:

[](#from-console-file)

```
php send2loogger.php --msg='Testing message!'
```

**Arguments:**

- `--cnf=` - A full path to config file. Config file should be a JSON typed.
- `--msg=''` - A sending message
- `--debug` - Enables `debug mode`

### from curl:

[](#from-curl)

```
curl --location --request POST 'https://loogger.mockery.dev/push' \
--header 'X-Token: $2a$10$du8TEzvOs6HTgrbkuuTl0JNnhGF2Ki3xLKuPG5LoGBcn4S91W' \
--data-raw 'Hello from service'
```

Use Loogger service
-------------------

[](#use-loogger-service)

Loogger is a service to send various notifications. Nowdays, it has only one driver: `Telegram`.

The service located at `https://loogger.mockery.dev`.

To use the Loogger service you should register there through Telegram:

- Add tg-bot `@Loogger` to your group or direct chat to it.
- To register into Loogger:
    *For person chat*: you should send auth data to it.
    *For group chat*: nothing.
- Create a service: `/add`

A full list of commands you receive on `/help`

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

1423d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/62a6e061d1ccab4d5de8dcba717b7634f91e4842b32ca26420b8261c66104bf7?d=identicon)[efureev](/maintainers/efureev)

---

Top Contributors

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

---

Tags

phpnotificationtelegramloogger

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/efureev-loogger-driver-php/health.svg)

```
[![Health](https://phpackages.com/badges/efureev-loogger-driver-php/health.svg)](https://phpackages.com/packages/efureev-loogger-driver-php)
```

###  Alternatives

[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[tomatophp/filament-twilio

Send Whatsapp messages using Twilio and native filament Notification Facade class

112.3k](/packages/tomatophp-filament-twilio)

PHPackages © 2026

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