https://github.com/mgp25/telegram-bot-api
Telegram Bot API PHP
https://github.com/mgp25/telegram-bot-api
api php telegram
Last synced: 25 days ago
JSON representation
Telegram Bot API PHP
- Host: GitHub
- URL: https://github.com/mgp25/telegram-bot-api
- Owner: mgp25
- License: mit
- Created: 2015-07-13T23:48:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T14:36:35.000Z (almost 8 years ago)
- Last Synced: 2024-08-09T08:58:14.564Z (over 1 year ago)
- Topics: api, php, telegram
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 145
- Watchers: 37
- Forks: 90
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  Telegram Bot API PHP
A PHP wrapper for the Telegram Bot API.
[](https://packagist.org/packages/mgp25/telegram-bot-api) [](https://packagist.org/packages/mgp25/telegram-bot-api) [](https://packagist.org/packages/mgp25/telegram-bot-api)
> [Composer](https://github.com/mgp25/Telegram-Bot-API#installation) package available.
## Requirements
- PHP 5.5 or higher
- cURL
- Telegram app (mobile or desktop)
## Get started
You will find everything you need to know to use this API in the [wiki](https://github.com/mgp25/Telegram-Bot-API/wiki)
## Installation
```sh
$ composer require mgp25/telegram-bot-api
```
### My Bots :)
[@life_quotes_bot](https://telegram.me/life_quotes_bot) - Receive a life quote daily at 12pm (Central European Time Zone)
### What is Telegram?
According to [Telegram](https://www.telegram.org/):
>
Telegram is a messaging app with a focus on speed and security, itβs super fast, simple and free. You can use Telegram on all your devices at the same time β your messages sync seamlessly across any of your phones, tablets or computers.
With Telegram, you can send messages, photos, videos and files of any type (doc, zip, mp3, etc), as well as create groups for up to 200 people. You can write to your phone contacts and find people by their usernames. As a result, Telegram is like SMS and email combined β and can take care of all your personal or business messaging needs.
May. 2015: 2 billion messages daily, ~62 million Monthly Active Users.
## License
MIT