zored/telegram

PHP Telegram API

0.2.4.1 2018-03-26 12:33 UTC

This package is not auto-updated.

Last update: 2024-04-22 04:36:34 UTC


README

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.