Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagosampaio/telegram-bot-php
Create powerful app integrations with this Telegram Bot SDK. It's as easy as incredible!!
https://github.com/tiagosampaio/telegram-bot-php
integration php php-sdk sdk sdk-php telegram telegram-api telegram-bot telegram-bot-api telegram-bots telegram-php telegram-php-sdk telegram-sdk telegramphp
Last synced: 29 days ago
JSON representation
Create powerful app integrations with this Telegram Bot SDK. It's as easy as incredible!!
- Host: GitHub
- URL: https://github.com/tiagosampaio/telegram-bot-php
- Owner: tiagosampaio
- License: osl-3.0
- Created: 2018-12-05T11:53:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T19:36:19.000Z (over 5 years ago)
- Last Synced: 2024-10-28T22:05:34.364Z (3 months ago)
- Topics: integration, php, php-sdk, sdk, sdk-php, telegram, telegram-api, telegram-bot, telegram-bot-api, telegram-bots, telegram-php, telegram-php-sdk, telegram-sdk, telegramphp
- Language: PHP
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Telegram Bot PHP
#### The easiest way to integrate your PHP application with Telegram Bots.
Create powerful app integrations with this Telegram Bot SDK. It's as easy as incredible!!
See an example of how easy it is to use:
```php
sentence(20);/**
* Create and instance of the API by using the ApiFactory.
* @var \Telegram\ApiInterface $api
*/
$api = \Telegram\ApiFactory::create($token);
/**
* And call the proper method.
* @var \Telegram\Service\ResultInterface $response
*/
$response = $api->methods()->sendMessage($chatId, $text);
```## Telegram BotFather
This link to [BotFather](https://telegram.me/BotFather) will guide you to create your Telegram Bot.
## Authors
Tiago Sampaio - [[email protected]](mailto:[email protected])
## License
> Telegram Bot PHP is a personal project initiated in late 2018 by Tiago Sampaio. It's free for use.[The Open Software License 3.0 (OSL-3.0)](https://opensource.org/licenses/osl-3.0.php).
Pelase, see the file LICENSE.txt to a complete description of the OSL License.