zored/telegram

PHP Telegram API


Keywords
cli, php, php-library, php7, php71, telegram-api
License
MIT

Documentation

PHP Telegram API

Latest Stable Version Build Status Coverage Status Code Quality Status AppVeyor Status

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.