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
- Host: GitHub
- URL: https://github.com/zored/telegram
- Owner: zored
- License: gpl-3.0
- Created: 2018-03-13T14:21:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T18:14:41.000Z (about 8 years ago)
- Last Synced: 2025-01-30T05:26:37.800Z (over 1 year ago)
- Topics: cli, php, php-library, php7, php71, telegram-api
- Language: PHP
- Size: 345 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Telegram API
[](https://packagist.org/packages/zored/telegram)
[](https://travis-ci.org/zored/telegram)
[](https://coveralls.io/github/zored/telegram?branch=master)
[](https://scrutinizer-ci.com/g/zored/telegram/?branch=master)
[](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.