PHPackages                             wildphp/module-tgrelay - 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. wildphp/module-tgrelay

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

wildphp/module-tgrelay
======================

Telegram relay module for WildPHP

01911[2 issues](https://github.com/WildPHP/module-tgrelay/issues)PHP

Since Aug 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/WildPHP/module-tgrelay)[ Packagist](https://packagist.org/packages/wildphp/module-tgrelay)[ RSS](/packages/wildphp-module-tgrelay/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (4)Used By (0)

Telegram Relay Module
=====================

[](#telegram-relay-module)

[![Build Status](https://camo.githubusercontent.com/8192aa399ae6afb92bfc65e481c43358261725869c097ffc1c89d65ef39bcd9f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57696c645048502f6d6f64756c652d746772656c61792f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WildPHP/module-tgrelay/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/70621a16c76331b56937ff6f26d633ae33adb068b1ab885e976d52f2a662e241/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57696c645048502f6d6f64756c652d746772656c61792f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WildPHP/module-tgrelay/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/77deb0286c4ce3bf4f02bc51b12bf8b1b140f968a7cbbf6667e2d918481b6230/68747470733a2f2f706f7365722e707567782e6f72672f77696c647068702f6d6f64756c652d746772656c61792f762f737461626c65)](https://packagist.org/packages/wildphp/module-tgrelay)[![Latest Unstable Version](https://camo.githubusercontent.com/e575c43005d4636a258f69715476ddaa43f46b959f4f85b82c27e77c12dd4cbb/68747470733a2f2f706f7365722e707567782e6f72672f77696c647068702f6d6f64756c652d746772656c61792f762f756e737461626c65)](https://packagist.org/packages/wildphp/module-tgrelay)[![Total Downloads](https://camo.githubusercontent.com/6e2c01caff218c2fbe49a368bbebb5725b007bb8a67819190c63f18c25ba628d/68747470733a2f2f706f7365722e707567782e6f72672f77696c647068702f6d6f64756c652d746772656c61792f646f776e6c6f616473)](https://packagist.org/packages/wildphp/module-tgrelay)

Telegram relay module for WildPHP.

System Requirements
-------------------

[](#system-requirements)

If your setup can run the main bot, it can run this module as well. For the file server, a system is needed with sufficient disk space to host a very small webserver (will grow over time).

Installation
------------

[](#installation)

To install this module, we will use `composer`:

`composer require wildphp/module-tgrelay`

That will install all required files for the module. In order to activate the module, add the following line to your modules array in `config.neon`:

```
- WildPHP\Modules\TGRelay\TGRelay

```

The bot will run the module the next time it is started.

Configuration
-------------

[](#configuration)

First setup a Telegram bot. There are many guides on the internet for this. Add and adjust the following snipped in your `config.neon`:

```
telegram:
    port: 9093
    listenOn: '0.0.0.0'
    uri: 'http://localhost:9093'
    botID: 'your bot ID here'
    channels:
        'chat_id': 'irc_channel'
```

Usage
-----

[](#usage)

Link channels in the config. Use the `/command` command to send commands to the channel (to other bots e.g.).

Other modules can add commands to the bot.

License
-------

[](#license)

This module is licensed under the MIT license. Please see `LICENSE` to read it.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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://www.gravatar.com/avatar/64cbefa2b33116fa8d909bbeb6add16b949cd91864b693cd9c4797430ee7eb6d?d=identicon)[Yoshi2889](/maintainers/Yoshi2889)

---

Top Contributors

[![NanoSector](https://avatars.githubusercontent.com/u/1280380?v=4)](https://github.com/NanoSector "NanoSector (105 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (3 commits)")[![jcjordyn130](https://avatars.githubusercontent.com/u/11382762?v=4)](https://github.com/jcjordyn130 "jcjordyn130 (1 commits)")

### Embed Badge

![Health badge](/badges/wildphp-module-tgrelay/health.svg)

```
[![Health](https://phpackages.com/badges/wildphp-module-tgrelay/health.svg)](https://phpackages.com/packages/wildphp-module-tgrelay)
```

###  Alternatives

[motomedialab/laravel-vite-helper

A helper method to generate absolute asset URL's to Vite assets

30587.0k2](/packages/motomedialab-laravel-vite-helper)[lootils/uuid

A simple class for working with UUIDs.

3383.3k](/packages/lootils-uuid)

PHPackages © 2026

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