zored / telegram
PHP Telegram API
0.2.4.1
2018-03-26 12:33 UTC
Requires
- php: >=7.1
- danog/madelineproto: dev-master#a18cfa28efa4
- jms/serializer: ^1.0
- paillechat/php-enum: ^1.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.10
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^7.0
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2024-11-04 07:07:08 UTC
README
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.