An open API service indexing awesome lists of open source software.

https://github.com/zored/telegram

PHP Telegram API
https://github.com/zored/telegram

cli php php-library php7 php71 telegram-api

Last synced: 5 months ago
JSON representation

PHP Telegram API

Awesome Lists containing this project

README

          

# PHP Telegram API

[![Latest Stable Version](https://poser.pugx.org/zored/telegram/version.png)](https://packagist.org/packages/zored/telegram)
[![Build Status](https://travis-ci.org/zored/telegram.svg?branch=master)](https://travis-ci.org/zored/telegram)
[![Coverage Status](https://coveralls.io/repos/github/zored/telegram/badge.svg?branch=master)](https://coveralls.io/github/zored/telegram?branch=master)
[![Code Quality Status](https://scrutinizer-ci.com/g/zored/telegram/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/zored/telegram/?branch=master)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/ewh9cu52r2e5sukd?svg=true
)](https://ci.appveyor.com/project/zored/telegram)

Subset of Telegram API that you are free to extend.

## Install
```bash
composer require zored/telegram
```

## Features
- Create Telegram bot and client in OOP way.
- Based on PHP 7.1.
- Easy to use and extend.
- Based on great and the only [`danog/MadelineProto`](https://github.com/danog/MadelineProto).

## Example
See [`zored/telegram-bundle`](https://github.com/zored/telegram-bundle). You can:
- **Send Telegram messages from CLI**.
- Start your own bot in several clicks.
- Use Telegram as a service.