Download the PHP package whitebock/telegramapi without Composer
On this page you can find all versions of the php package whitebock/telegramapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download whitebock/telegramapi
More information about whitebock/telegramapi
Files in whitebock/telegramapi
Download whitebock/telegramapi
More information about whitebock/telegramapi
Files in whitebock/telegramapi
Vendor whitebock
Package telegramapi
Short Description A PHP Wrapper for the Telegram Bot Api
License MIT
Package telegramapi
Short Description A PHP Wrapper for the Telegram Bot Api
License MIT
Please rate this library. Is it a good library?
Informations about the package telegramapi
Telegram BotApi
A PHP Wrapper for the Telegram Bot Api
Currently being refactored, see the latest releases for a stable version.
- Todo List
- Installation
- Composer
- Manual
- Usage / Demo Bot
- Changelog
- Unreleased
- Latest Version
- Download
Todo
- [ ] Bot Api 3.2
- [ ] Complete send functions
- [ ] Add group administration
- [ ] Inline mode
- [ ] Games
Installation
Composer
When using composer you can just require this library: composer require whitebock/telegramapi
Manual
Manual installation without composer is being worked on.
Demo
Set your token from @BotFather in the constructor.
Changelog
All notable changes to this project will be documented here.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased]
[1.3.0]
Added
- Composer files
- Namespaces
- Getters & Fluent Setters
- Method: callApi
- Method: getUpdate
- Method: sendMedia
- Typehinting
- Added StickerSet.php in new /Sticker/ Namespace
- Added MaskPosition.php in new /Sticker/ Namespace
- Added ApiException.php in new /exception/ Namespace
- Copyright Header, better documentation
Changed
- Switched from private to protected variables
- Changed deserialization from parseClass to symfony
Removed
- PhpDoc version annotation
- PhpDoc package annotation
- Method: sendPOSTRequest
- Replaced sendPhoto
- Replaced sendAudio
- Replaced sendDocument
- Replaced sendSticker
- Replaced sendVideo
- Replaced sendVoice
[1.2.0]
Added
- class.chatmember.php
- class.responseparameters.php
Changed
- full phpDoc comments
Removed
- closing php tag in pure php files
[1.1.0]
Added
- class.bot.php
- getUserProfilePhotos
- getFile
- class.file.php
- download
- downloadTo
[1.0.0]
Added
- support for api 2.0
- all send functions
[0.9.0]
Added
- universal constructor
- class.bot.php
- sendSticker
[0.8.0]
Added
- phpdoc comments
- class.bot.php
- serializePOSTData
- sendPhoto
- sendChatAction
Changed
- inc.init.php renamed to api.telegram.php
- class.bot.php
- sendMessage
[0.7.0]
Added
- class.bot.php
- setWebhook
- sendMessage
Changed
- inc.init.php
- parseClass
[0.6.0]
Added
- inc.init.php
- class.bot.php
- sendPostRequest
- getMe
- getUpdates
[0.5.0]
Added
- class.bot.php
- class.message.php
[0.4.0]
Added
- class.audio.php
- class.chat.php
- class.contact.php
- class.document.php
- class.file.php
- class.forcereply.php
- class.location.php
- class.message.php
- class.photosize.php
- class.replykeyboardhide.php
- class.replykeyboardmarkup.php
- class.sticker.php
- class.update.php
- class.user.php
- class.userprofilephotos.php
- class.video.php
- class.voice.php
All versions of telegramapi with dependencies
PHP Build Version
Package Version
The package whitebock/telegramapi contains the following files
Loading the files please wait ....