2017 © Pedro Peláez
 

library bot-telegram

Bot Telegram

image

ammarfaizi2/bot-telegram

Bot Telegram

  • Sunday, June 11, 2017
  • by ammarfaizi2
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Bot-telegram

unofficial telegram api wrapper php, (*1)

Swag logo, (*2)

Installation

composer install

Overviews

require __DIR__ . '/vendor/autoload.php';
use Telegram\Bot\Client;
$bot = new Client('BOT_TOKEN');
$bot->sendMessage('hello world','1234'); // message, to

Release History

  • 0.0.1
    • Work in progress

License

Distributed under the GPL license. See LICENSE for more information., (*3)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

The Versions

11/06 2017

dev-master

9999999-dev

Bot Telegram

  Sources   Download

MIT

by Ammar Faizi

11/06 2017

0.0.1

0.0.1.0

Bot Telegram

  Sources   Download

MIT

by Ammar Faizi