PHPackages                             kseven/telegrambotci4 - 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. [API Development](/categories/api)
4. /
5. kseven/telegrambotci4

ActiveLibrary[API Development](/categories/api)

kseven/telegrambotci4
=====================

Telegram Bot for CodeIgniter 4

20PHP

Since Nov 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/KBPanel/CodeIgniter4)[ Packagist](https://packagist.org/packages/kseven/telegrambotci4)[ RSS](/packages/kseven-telegrambotci4/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-telegrambotci4/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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