PHP Telegram API
Subset of Telegram API that you are free to extend.
Install
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
.
Example
See zored/telegram-bundle
. You can:
- Send Telegram messages from CLI.
- Start your own bot in several clicks.
- Use Telegram as a service.