ammarfaizi2 / bot-telegram
Bot Telegram
0.0.1
2017-06-11 09:15 UTC
This package is not auto-updated.
Last update: 2025-03-30 06:19:42 UTC
README
unofficial telegram api wrapper php
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.
Contributing
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request