PHPackages                             zoparga/simple-telegram - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. zoparga/simple-telegram

ActiveLibrary[HTTP &amp; Networking](/categories/http)

zoparga/simple-telegram
=======================

Simple package to send message to Telegram

0.85(4y ago)052MITPHP

Since Jun 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zoparga/simple-telegram)[ Packagist](https://packagist.org/packages/zoparga/simple-telegram)[ RSS](/packages/zoparga-simple-telegram/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

About the package
=================

[](#about-the-package)

This is a simple wrapper to Telegram. You can easily send text messages to the desired channel in case you have the webhook.

Installation
============

[](#installation)

You can install the package via composer:

`composer require zoparga/simple-telegram`

Publish config file

`php artisan vendor:publish --provider="zoparga\SimpleTelegram\SimpleTelegramServiceProvider" --tag="config"`

Add the following 2 lines to your .env file:

```
TELEGRAM_BOT_ID=""
TELEGRAM_BASIC_ROOM=""
```

You can call it with the following:

```
$text = 'Your text';
zoparga\SimpleTelegram\SimpleTelegram::prepare()->text($text)->send();

```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

1510d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22a5be5fde39a2a8b568a6b58f19db59352605afe5ba0c7ae42deeb5990d1fb4?d=identicon)[zoparga](/maintainers/zoparga)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zoparga-simple-telegram/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k130](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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