Download the PHP package kolirt/laravel-telegram without Composer
On this page you can find all versions of the php package kolirt/laravel-telegram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-telegram
Laravel Telegram
Structure
- Getting started
- Requirements
- Installation
- Setup
- Console commands
- Define bot commands
- Define keyboard
- Telegram API implementation status
- Getting updates
- Types
- Methods
- Available types
- Available methods
- Getting updates
- FAQ
- License
- Other packages

Getting started
Requirements
- PHP >= 8
- Laravel >= 10
Installation
Setup
Console commands
telegram:bot-create {bot_name}
- Create a new bottelegram:bot-delete-commands {bot_name}
- Delete bot commandstelegram:bot-update-commands {bot_name}
- Update bot commandstelegram:bot-set-webhook {bot_name}
- Set webhook for bottelegram:install
- Installation the packagetelegram:meta
- Generate metadatatelegram:publish-commands
- Publish example commandstelegram:publish-config
- Publish the config filetelegram:publish-migrations
- Publish migration filestelegram:publish-routes
- Publish the route filetelegram:serve {bot_name}
- Serve the bot without webhook
Define bot commands
You can configure bot commands in routes/telegram.php
, which will be published after the installation, and then you can update the commands in bot using the php aritsan telegram:bot-update-commands {bot_name}
command
Define keyboard
Telegram API implementation status
Getting updates
Types
- [X] Update - [source code]
- [X] WebhookInfo - [source code]
Methods
- [X] getUpdates - [source code]
- [X] setWebhook - [source code]
- [X] deleteWebhook - [source code]
- [X] getWebhookInfo - [source code]
Available types
- [x] User - [source code]
- [X] Chat - [source code]
- [X] Message - [source code]
- [ ] MessageId
- [ ] InaccessibleMessage
- [ ] MaybeInaccessibleMessage
- [ ] MessageEntity
- [ ] TextQuote
- [ ] ExternalReplyInfo
- [ ] ReplyParameters
- [ ] MessageOrigin
- [ ] MessageOriginUser
- [ ] MessageOriginHiddenUser
- [ ] MessageOriginChat
- [ ] MessageOriginChannel
- [ ] PhotoSize
- [ ] Animation
- [ ] Audio
- [ ] Document
- [ ] Story
- [ ] Video
- [ ] VideoNote
- [ ] Voice
- [ ] Contact
- [ ] Dice
- [ ] PollOption
- [ ] PollAnswer
- [ ] Poll
- [ ] Location
- [ ] Venue
- [ ] WebAppData
- [ ] ProximityAlertTriggered
- [ ] MessageAutoDeleteTimerChanged
- [ ] ChatBoostAdded
- [ ] ForumTopicCreated
- [ ] ForumTopicClosed
- [ ] ForumTopicEdited
- [ ] ForumTopicReopened
- [ ] GeneralForumTopicHidden
- [ ] GeneralForumTopicUnhidden
- [ ] SharedUser
- [ ] UsersShared
- [ ] ChatShared
- [ ] WriteAccessAllowed
- [ ] VideoChatScheduled
- [ ] VideoChatStarted
- [ ] VideoChatEnded
- [ ] VideoChatParticipantsInvited
- [ ] GiveawayCreated
- [ ] Giveaway
- [ ] GiveawayWinners
- [ ] GiveawayCompleted
- [ ] LinkPreviewOptions
- [ ] UserProfilePhotos
- [ ] File
- [ ] WebAppInfo
- [ ] ReplyKeyboardMarkup
- [ ] KeyboardButton
- [ ] KeyboardButtonRequestUsers
- [ ] KeyboardButtonRequestChat
- [ ] KeyboardButtonPollType
- [ ] ReplyKeyboardRemove
- [ ] InlineKeyboardMarkup
- [ ] InlineKeyboardButton
- [ ] LoginUrl
- [ ] SwitchInlineQueryChosenChat
- [ ] CallbackQuery
- [ ] ForceReply
- [ ] ChatPhoto
- [ ] ChatInviteLink
- [ ] ChatAdministratorRights
- [ ] ChatMemberUpdated
- [X] ChatMember - [source code]
- [X] ChatMemberOwner - [source code]
- [X] ChatMemberAdministrator - [source code]
- [X] ChatMemberMember - [source code]
- [X] ChatMemberRestricted - [source code]
- [X] ChatMemberLeft - [source code]
- [X] ChatMemberBanned - [source code]
- [ ] ChatJoinRequest
- [ ] ChatPermissions
- [ ] Birthdate
- [ ] BusinessIntro
- [ ] BusinessLocation
- [ ] BusinessOpeningHoursInterval
- [ ] BusinessOpeningHours
- [ ] ChatLocation
- [ ] ReactionType
- [ ] ReactionTypeEmoji
- [ ] ReactionTypeCustomEmoji
- [ ] ReactionCount
- [ ] MessageReactionUpdated
- [ ] MessageReactionCountUpdated
- [ ] ForumTopic
- [ ] BotCommand
- [ ] BotCommandScope
- [ ] Determining list of commands
- [ ] BotCommandScopeDefault
- [ ] BotCommandScopeAllPrivateChats
- [ ] BotCommandScopeAllGroupChats
- [ ] BotCommandScopeAllChatAdministrators
- [ ] BotCommandScopeChat
- [ ] BotCommandScopeChatAdministrators
- [ ] BotCommandScopeChatMember
- [ ] BotName
- [ ] BotDescription
- [ ] BotShortDescription
- [ ] MenuButton
- [ ] MenuButtonCommands
- [ ] MenuButtonWebApp
- [ ] MenuButtonDefault
- [ ] ChatBoostSource
- [ ] ChatBoostSourcePremium
- [ ] ChatBoostSourceGiftCode
- [ ] ChatBoostSourceGiveaway
- [ ] ChatBoost
- [ ] ChatBoostUpdated
- [ ] ChatBoostRemoved
- [ ] UserChatBoosts
- [ ] BusinessConnection
- [ ] BusinessMessagesDeleted
- [ ] ResponseParameters
- [ ] InputMedia
- [ ] InputMediaPhoto
- [ ] InputMediaVideo
- [ ] InputMediaAnimation
- [ ] InputMediaAudio
- [ ] InputMediaDocument
- [ ] InputFile
- [ ] Sending files
- [ ] Accent colors
- [ ] Profile accent colors
- [ ] Inline mode objects
Available methods
- [X] getMe [source code]
- [ ] logOut
- [ ] close
- [X] sendMessage [source code]
- [ ] Formatting options
- [ ] forwardMessage
- [ ] forwardMessages
- [ ] copyMessage
- [ ] copyMessages
- [X] sendPhoto [source code]
- [ ] sendAudio
- [X] sendDocument [source code]
- [X] sendVideo
- [X] sendAnimation
- [ ] sendVoice
- [ ] sendVideoNote
- [ ] sendMediaGroup
- [ ] sendLocation
- [ ] sendVenue
- [ ] sendContact
- [ ] sendPoll
- [ ] sendDice
- [ ] sendChatAction
- [ ] setMessageReaction
- [ ] getUserProfilePhotos
- [ ] getFile
- [ ] banChatMember
- [ ] unbanChatMember
- [ ] restrictChatMember
- [ ] promoteChatMember
- [ ] setChatAdministratorCustomTitle
- [ ] banChatSenderChat
- [ ] unbanChatSenderChat
- [ ] setChatPermissions
- [ ] exportChatInviteLink
- [ ] createChatInviteLink
- [ ] editChatInviteLink
- [ ] revokeChatInviteLink
- [ ] approveChatJoinRequest
- [ ] declineChatJoinRequest
- [ ] setChatPhoto
- [ ] deleteChatPhoto
- [ ] setChatTitle
- [ ] setChatDescription
- [ ] pinChatMessage
- [ ] unpinChatMessage
- [ ] unpinAllChatMessages
- [ ] leaveChat
- [ ] getChat
- [ ] getChatAdministrators
- [ ] getChatMemberCount
- [X] getChatMember - [source code]
- [ ] setChatStickerSet
- [ ] deleteChatStickerSet
- [ ] getForumTopicIconStickers
- [ ] createForumTopic
- [ ] editForumTopic
- [ ] closeForumTopic
- [ ] reopenForumTopic
- [ ] deleteForumTopic
- [ ] unpinAllForumTopicMessages
- [ ] editGeneralForumTopic
- [ ] closeGeneralForumTopic
- [ ] reopenGeneralForumTopic
- [ ] hideGeneralForumTopic
- [ ] unhideGeneralForumTopic
- [ ] unpinAllGeneralForumTopicMessages
- [ ] answerCallbackQuery
- [ ] getUserChatBoosts
- [ ] getBusinessConnection
- [X] setMyCommands [source code]
- [X] deleteMyCommands [source code]
- [X] getMyCommands [source code]
- [ ] setMyName
- [ ] getMyName
- [ ] setMyDescription
- [ ] getMyDescription
- [ ] setMyShortDescription
- [ ] getMyShortDescription
- [ ] setChatMenuButton
- [ ] getChatMenuButton
- [ ] setMyDefaultAdministratorRights
- [ ] getMyDefaultAdministratorRights
- [ ] Inline mode methods
FAQ
Check closed issues to get answers for most asked questions
License
MIT
Other packages
Check out my other packages on my GitHub profile
All versions of laravel-telegram with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
laravel/framework Version >=10.0
kolirt/laravel-master-model Version ^4.0
laravel/framework Version >=10.0
kolirt/laravel-master-model Version ^4.0
The package kolirt/laravel-telegram contains the following files
Loading the files please wait ....