zored/telegram

PHP Telegram API

Installs: 74

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/zored/telegram

0.2.4.1 2018-03-26 12:33 UTC

This package is not auto-updated.

Last update: 2025-10-06 11:21:01 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.