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)051MITPHP

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 today

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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

1464d 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

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

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

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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