PHPackages                             underwear/laravel-myteam-logging - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. underwear/laravel-myteam-logging

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

underwear/laravel-myteam-logging
================================

Send logs to MyTeam chat via MyTeam bot

v1.1(5y ago)051[4 PRs](https://github.com/underwear/laravel-myteam-logging/pulls)MITPHPPHP ^7.1.3

Since Jul 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/underwear/laravel-myteam-logging)[ Packagist](https://packagist.org/packages/underwear/laravel-myteam-logging)[ RSS](/packages/underwear-laravel-myteam-logging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (7)Used By (0)

Laravel Myteam logger
=====================

[](#laravel-myteam-logger)

Send logs to [Myteam](https://biz.mail.ru/myteam/) chat via Myteam bot

Install
-------

[](#install)

```
composer require underwear/laravel-myteam-logging
```

Define Myteam Bot Token and chat id (users myteam id) and set as environment parameters. Add to **.env**

```
MYTEAM_LOGGER_BOT_TOKEN=id:token
MYTEAM_LOGGER_CHAT_ID=chat_id
MYTEAM_LOGGER_API_HOST=https://myteam.mail.ru/

```

Add to **config/logging.php** file new channel:

```
'myteam' => [
    'driver' => 'custom',
    'via'    => MyteamLogger\MyteamLogger::class,
    'level'  => 'debug',
]
```

If your default log channel is a stack, you can add it to the **stack** channel like this

```
'stack' => [
    'driver' => 'stack',
    'channels' => ['single', 'myteam'],
]
```

Or you can simply change the default log channel in the .env

```
LOG_CHANNEL=myteam

```

Publish config file

```
php artisan vendor:publish --provider "MyteamLogger\MyteamLoggerServiceProvider"

```

Create bot
----------

[](#create-bot)

For using this package you need to create Myteam bot

See the official docs [Myteam BOT API Docs](https://myteam.mail.ru/botapi/)

Credits
-------

[](#credits)

- [Igor Filippov](https://github.com/underwear) (maintainer)
- [Kamil Mukhametzyanov](https://github.com/GrKamil) (used his telegram logger as foundation)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

2122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/48b5d9ece0bfb01bcfdc274b7fd27cacd3233c9cde71a2ddd4e1d4fcdc024d9a?d=identicon)[underwear](/maintainers/underwear)

---

Top Contributors

[![underwear](https://avatars.githubusercontent.com/u/4825406?v=4)](https://github.com/underwear "underwear (5 commits)")

### Embed Badge

![Health badge](/badges/underwear-laravel-myteam-logging/health.svg)

```
[![Health](https://phpackages.com/badges/underwear-laravel-myteam-logging/health.svg)](https://phpackages.com/packages/underwear-laravel-myteam-logging)
```

###  Alternatives

[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、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).

14642.7k1](/packages/guanguans-laravel-exception-notify)[rafaellaurindo/laravel-telegram-logging

Send Laravel logs to a Telegram chat via Telegram Bot.

3326.8k](/packages/rafaellaurindo-laravel-telegram-logging)

PHPackages © 2026

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