Download the PHP package thezahedi/telegram-bot-api without Composer
On this page you can find all versions of the php package thezahedi/telegram-bot-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thezahedi/telegram-bot-api
More information about thezahedi/telegram-bot-api
Files in thezahedi/telegram-bot-api
Download thezahedi/telegram-bot-api
More information about thezahedi/telegram-bot-api
Files in thezahedi/telegram-bot-api
Vendor thezahedi
Package telegram-bot-api
Short Description A very simple PHP Telegram Bot API
License MIT
Package telegram-bot-api
Short Description A very simple PHP Telegram Bot API
License MIT
Please rate this library. Is it a good library?
Informations about the package telegram-bot-api
telegram-bot-api
A very simple PHP Telegram Bot API.
Requirements
- PHP >= 5.3
- Curl extension for PHP5 must be enabled.
- Telegram API key, you can get one simply with @BotFather with simple commands right after creating your bot.
For the WebHook:
- An VALID SSL certificate (Telegram API requires this). You can use Cloudflare's Free Flexible SSL which crypts the web traffic from end user to their proxies if you're using CloudFlare DNS.
Since the August 29 update you can use a self-signed ssl certificate.
For the getUpdates(Long Polling):
- Some way to execute the script in order to serve messages (for example cronjob)
Download
Using Composer
From your project directory, run:
or
Note: If you don't have Composer you can download it HERE.
All versions of telegram-bot-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0
The package thezahedi/telegram-bot-api contains the following files
Loading the files please wait ....