PHPackages                             miraliog/pelegram - 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. miraliog/pelegram

ActiveLibrary

miraliog/pelegram
=================

PHP Library for Telegtram, pelegram

v1.0.3(today)013↑2669.2%MITPHPPHP &gt;=8.1

Since Aug 28Pushed todayCompare

[ Source](https://github.com/miraliog/pelegram)[ Packagist](https://packagist.org/packages/miraliog/pelegram)[ RSS](/packages/miraliog-pelegram/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

pelegram
========

[](#pelegram)

A lightweight PHP wrapper for the [Telegram Bot API](https://core.telegram.org/bots/api).

pelegram provides a simple interface for building Telegram bots with PHP, including API methods, update handling, routing, and convenient access to update data.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Guzzle HTTP 8.x

Installation
------------

[](#installation)

Install pelegram with Composer:

```
composer require miraliog/pelegram
```

Quick Example
-------------

[](#quick-example)

```
