PHPackages                             maatify/cron-telegram-bot - 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. maatify/cron-telegram-bot

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

maatify/cron-telegram-bot
=========================

PHP library for Cron Telegram Bot handler, known by our team

5.0.1(10mo ago)01801proprietaryPHP

Since Jan 29Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/Maatify/CronTelegramBot)[ Packagist](https://packagist.org/packages/maatify/cron-telegram-bot)[ Docs](https://github.com/Maatify/)[ RSS](/packages/maatify-cron-telegram-bot/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (6)Versions (6)Used By (1)

[![Current version](https://camo.githubusercontent.com/756029e55244a6ba6d9cb6d416972321869dc1f214ce0e4060ae15d107d5e8e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6161746966792f63726f6e2d656d61696c)](https://packagist.org/packages/maatify/cron-email)[![Packagist PHP Version Support](https://camo.githubusercontent.com/125d5328218358775351b8c4931c8d7b3d517e22c476a5554ddda6b48270069e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6161746966792f63726f6e2d656d61696c)](https://packagist.org/packages/maatify/cron-email)[![Monthly Downloads](https://camo.githubusercontent.com/b25247f8d893391dc3167568ba7207304bd63cecae88b12af7e6998e34d1facf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6d6161746966792f63726f6e2d656d61696c)](https://packagist.org/packages/maatify/routee/cron-email)[![Total Downloads](https://camo.githubusercontent.com/02e81501ce43aaa47eaf047811dd29c8cd47bbdec4c3f21493bde838f39cc9cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6161746966792f63726f6e2d656d61696c)](https://packagist.org/packages/maatify/routee/cron-email)[![Stars](https://camo.githubusercontent.com/38e057431f3fdb0e0d5a1877121f0e30baa2fc2cb3f40bf0373ed11b1d595142/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6d6161746966792f63726f6e2d656d61696c)](https://github.com/maatify/CronEmail/stargazers)

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

[](#installation)

```
composer require maatify/cron-email
```

Database Structure
------------------

[](#database-structure)

```
--
-- Database: `maatify`
--

-- --------------------------------------------------------

--
-- Table structure for table `cron_telegram_bot`
--

CREATE TABLE `cron_telegram_bot` (
     `cron_id` int(11) NOT NULL,
     `type_id` int(11) NOT NULL DEFAULT '1' COMMENT '1=OTP; 2=Temp Password; 3=message',
     `recipient_id` int(11) NOT NULL DEFAULT '0',
     `recipient_type` varchar(64) NOT NULL DEFAULT '',
     `chat_id` int(11) NOT NULL DEFAULT '0',
     `message` text,
     `record_time` datetime NOT NULL DEFAULT '1900-01-01 00:00:00',
     `status` tinyint(1) NOT NULL DEFAULT '0',
     `sent_time` datetime NOT NULL DEFAULT '1900-01-01 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------

--
-- Indexes for dumped tables
--

--
-- Indexes for table `cron_telegram_bot`
--
ALTER TABLE `cron_telegram_bot`
    ADD PRIMARY KEY (`cron_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `cron_telegram_bot`
--
ALTER TABLE `cron_telegram_bot`
    MODIFY `cron_id` int(11) NOT NULL AUTO_INCREMENT;
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance53

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~48 days

Total

5

Last Release

327d ago

Major Versions

1.3.0001 → 2.0.00012025-02-08

2.0.0002 → 5.0.12025-08-10

PHP version history (2 changes)1.0.038PHP &gt;=8.0

1.3.0001PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a885a0810f2762586520ab284c9019aaf0b650b53cdf2a6c13ea10931bb7795?d=identicon)[Maatify](/maintainers/Maatify)

---

Top Contributors

[![megyptm](https://avatars.githubusercontent.com/u/33574895?v=4)](https://github.com/megyptm "megyptm (71 commits)")[![Maatify](https://avatars.githubusercontent.com/u/130119162?v=4)](https://github.com/Maatify "Maatify (2 commits)")

---

Tags

phpcronhandlerbottelegrammaatify.devCron Telegram Bot handler

### Embed Badge

![Health badge](/badges/maatify-cron-telegram-bot/health.svg)

```
[![Health](https://phpackages.com/badges/maatify-cron-telegram-bot/health.svg)](https://phpackages.com/packages/maatify-cron-telegram-bot)
```

###  Alternatives

[php-telegram-bot/inline-keyboard-pagination

PHP Telegram Bot InlineKeyboard Pagination

299.7k1](/packages/php-telegram-bot-inline-keyboard-pagination)

PHPackages © 2026

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