PHPackages                             pzkpde/t\_dump - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pzkpde/t\_dump

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pzkpde/t\_dump
==============

Dumping variables directly in Telegram

014.7k↓28.2%1PHP

Since Jul 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pzkpde/t_dump)[ Packagist](https://packagist.org/packages/pzkpde/t_dump)[ RSS](/packages/pzkpde-t-dump/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

t\_dump
=======

[](#t_dump)

Dumping variables directly in Telegram

**Installing:**

`composer require pzkpde/t_dump @dev`

**Configuring:**

You need to specify some variables in the environment (in any way):

- `T_DUMP_CHAT_ID` - Your telegram chat ID with your bot
- `T_DUMP_TOKEN` - Your telegram bot token
- `T_LOG_CHAT_ID` - Another telegram chat ID with your bot
- `T_LOG_TOKEN` - Another telegram bot token

or in Laravel's config file `app/plugins.php` like:

```
return [
    't_dump' => [
        'chat_id' => env('T_DUMP_CHAT_ID', 'PUT_CHAT_ID_HERE'),
        'token' => env('T_DUMP_TOKEN', 'PUT_TOKEN_HERE'),
    ],
    't_log' => [
        'chat_id' => env('T_LOG_CHAT_ID', 'PUT_CHAT_ID_HERE'),
        'token' => env('T_LOG_TOKEN', 'PUT_TOKEN_HERE'),
    ],
];

```

**Using:**

- `t_dump([1,2,3]);`
- `t_dump('some_text');`
- `t_log('some_text');`
- `t_dd('some_text');`

etc

**License:**

Licensed under the MIT License

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19385271?v=4)[Mikhail Volkov](/maintainers/pzkpde)[@pzkpde](https://github.com/pzkpde)

---

Top Contributors

[![pzkpde](https://avatars.githubusercontent.com/u/19385271?v=4)](https://github.com/pzkpde "pzkpde (2 commits)")[![StarkOne](https://avatars.githubusercontent.com/u/22250527?v=4)](https://github.com/StarkOne "StarkOne (1 commits)")

### Embed Badge

![Health badge](/badges/pzkpde-t-dump/health.svg)

```
[![Health](https://phpackages.com/badges/pzkpde-t-dump/health.svg)](https://phpackages.com/packages/pzkpde-t-dump)
```

###  Alternatives

[opanegro/nova-custom-controller

Make custom controller in Laravel Nova

144.4k](/packages/opanegro-nova-custom-controller)

PHPackages © 2026

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