PHPackages                             pdewit/telegram-logger - 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. pdewit/telegram-logger

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

pdewit/telegram-logger
======================

Quick way to log events to Telegram

1.0.2(9y ago)21.0k1MITPHP

Since Jan 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pdewit/telegram-logger)[ Packagist](https://packagist.org/packages/pdewit/telegram-logger)[ RSS](/packages/pdewit-telegram-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Easy Telegram Logger for Laravel
================================

[](#easy-telegram-logger-for-laravel)

A very simple Telegram logger built for Laravel (but can be used without) that includes a helper function to make sending quick short messages easy.

Using it with Laravel
---------------------

[](#using-it-with-laravel)

### Installation

[](#installation)

Add the following properties to your .env file:

```
TELEGRAM_BOT_TOKEN=12345678
TELEGRAM_CHAT_ID=123456

```

And add the service provider to your `config/app.php`:

```
'providers' => [
    \Pdewit\TelegramLogger\TelegramLoggerServiceProvider::class
],
```

### Usage

[](#usage)

You should then be able to use it with the following simple function:

```
telegram('This is a test!');
```

### Testing

[](#testing)

If you want to use the tests, edit the configuration files in phpunit.xml:

```

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3379d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laraveltelegramtelegram-logger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pdewit-telegram-logger/health.svg)

```
[![Health](https://phpackages.com/badges/pdewit-telegram-logger/health.svg)](https://phpackages.com/packages/pdewit-telegram-logger)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[label84/laravel-auth-log

Log user authentication actions in Laravel.

3654.0k](/packages/label84-laravel-auth-log)

PHPackages © 2026

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