PHPackages                             kseven/codeigniter4 - 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. kseven/codeigniter4

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

kseven/codeigniter4
===================

Telegram Bot for CodeIgniter 4

20PHP

Since Nov 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/KDevelopement/CodeIgniter4)[ Packagist](https://packagist.org/packages/kseven/codeigniter4)[ RSS](/packages/kseven-codeigniter4/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [![](https://github.com/k7brasil/TelegramBotCore/raw/main/logo.png?raw=true)](https://github.com/k7brasil/TelegramBotCore/blob/main/logo.png?raw=true)
 Bot PHP - Telegram

================================================================================================================================================================================

[](#------------bot-php---telegram----)

Telegram Bot
============

[](#telegram-bot)

> 🚧 Work In Progress 🚧

An A-Z example of Telegram bot using the \[PHP Telegram Bot\]\[core-github\] library.

This repository aims to demonstrate the usage of all the features offered by the PHP Telegram Bot library and as such contains all example commands. Also, it gives an example setup for both the standard usage and using the \[PHP Telegram Bot Manager\]\[bot-manager-github\]

**❗ Important!**

- Most of the commands found here are **not to be used exactly as they are**, they are mere demonstrations of features! They are provided as-is and any **extra security measures need to be added by you**, the developer.
- Before getting started with this project, make sure you have read the official \[readme\]\[core-readme-github\] to understand how the PHP Telegram Bot library works and what is required to run a Telegram bot.

Let's get started then! 😃

1. Install your project (or new)
--------------------------------

[](#1-install-your-project-or-new)

```
    composer require kseven/telegrambotci4
```

or change the `require` block in the `composer.json` file:

```
    "require": {
        "kseven/telegrambotci4": "*"
    }
```

Now you can install all dependencies using \[composer\]:

```
    $ composer install
```

2. Adding your own commands
---------------------------

[](#2-adding-your-own-commands)

To use Commands enable the [`CustomCommands`](CustomCommands) folder in the config.

You can find a few example commands in the [`Commands`](Commands) folder. Do **NOT** just copy all of them to your bot, but instead learn from them and only add to your bot what you need.

Adding any extra commands to your bot that you don't need can be a security risk!

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/370be5a4a8a82b20f3c9a77adc97316236c3473f87419f3595b5080bf5252bf0?d=identicon)[kseven](/maintainers/kseven)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kseven-codeigniter4/health.svg)

```
[![Health](https://phpackages.com/badges/kseven-codeigniter4/health.svg)](https://phpackages.com/packages/kseven-codeigniter4)
```

###  Alternatives

[skywarth/chaotic-schedule

Randomize scheduled command execution time and date intervals

12142.3k](/packages/skywarth-chaotic-schedule)[raoul2000/yii2-wizflow

The wizard UI pattern implemented using yii2-workfl

144.2k](/packages/raoul2000-yii2-wizflow)

PHPackages © 2026

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