An open API service indexing awesome lists of open source software.

https://github.com/aliterm/phptgbot

PHP Telegram Bot
https://github.com/aliterm/phptgbot

php telegram telegram-bot

Last synced: about 2 months ago
JSON representation

PHP Telegram Bot

Awesome Lists containing this project

README

          

# PHP Telegram Bot

PHP Telegram Bot

## Installation

### Using [Composer](https://getcomposer.org)

`composer.json` :

```json
{
"require": {
"alisoftware/phptgbot": "*"
}
}
```

`index.php`:

```php
PONG!');
}
}
```