PHPackages                             mohamadmurad/telegram-tool-kit - 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. mohamadmurad/telegram-tool-kit

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

mohamadmurad/telegram-tool-kit
==============================

send laravel log to telegram

v1.0.1(9mo ago)017MITPHPPHP &gt;=8.0

Since Jun 4Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/mohamadmurad/telegram-tool-kit)[ Packagist](https://packagist.org/packages/mohamadmurad/telegram-tool-kit)[ RSS](/packages/mohamadmurad-telegram-tool-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Telegram Logger
===============

[](#telegram-logger)

install via composer
--------------------

[](#install-via-composer)

```
composer require mohamadmurad/telegram-tool-kit

```

publish the config
------------------

[](#publish-the-config)

```
php artisan vendor:publish --provider="TelegramKit\TelegramKitServiceProvider"

```

add this channel to logging.php config file
-------------------------------------------

[](#add-this-channel-to-loggingphp-config-file)

```
   'telegram' => [
            'driver' => 'custom',
            'via' => \TelegramKit\TelegramLogger::class,
            'level' => 'debug',
        ],
```

if you want to send notification every composer load add this script to your composer.json

```
{
  "scripts": {
    "post-autoload-dump": [
      "@php artisan TelegramKit:sendTelegramAutoLoadNotification"
    ]
  }
}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance56

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

288d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e185b76de803bd8133ab14058647fa739c76c54bdac72cfc87eaba23ef175c4f?d=identicon)[mhdite7](/maintainers/mhdite7)

---

Top Contributors

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

---

Tags

laravelloggerreporttelegram

### Embed Badge

![Health badge](/badges/mohamadmurad-telegram-tool-kit/health.svg)

```
[![Health](https://phpackages.com/badges/mohamadmurad-telegram-tool-kit/health.svg)](https://phpackages.com/packages/mohamadmurad-telegram-tool-kit)
```

###  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)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8674.9k](/packages/illuminated-console-logger)[jackmartin/telegram-logger-errors

Telegram logger errors package laravel

1331.3k](/packages/jackmartin-telegram-logger-errors)[kabbouchi/laravel-logger-discord-channel

A Discord based Monolog driver for Laravel

149.5k](/packages/kabbouchi-laravel-logger-discord-channel)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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