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
- Host: GitHub
- URL: https://github.com/aliterm/phptgbot
- Owner: aliterm
- License: mit
- Created: 2017-02-12T18:04:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T09:21:08.000Z (about 9 years ago)
- Last Synced: 2025-10-09T16:23:38.922Z (9 months ago)
- Topics: php, telegram, telegram-bot
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!');
}
}
```