PhpBotFramework:用PHP编写的Telegram Bot API框架

时间:2024-02-18 12:35:10
【文件属性】:

文件名称:PhpBotFramework:用PHP编写的Telegram Bot API框架

文件大小:115KB

文件格式:ZIP

更新时间:2024-02-18 12:35:10

bot php composer framework telegram

Php Bot框架 PhpBotFramework是的可靠,完整的框架,并支持Payments API 。 设计快速且易于使用,它提供了用户开始开发Telegram机器人所需的所有功能。 用法 <?php // Include the framework require './vendor/autoload.php' ; // Create a bot $ bot = new PhpBotFramework \ Bot ( "token" ); // Create a command that will be triggered everytime the user send `/start` $ start_command = new PhpBotFramework \ Commands \ MessageCommand ( "start" , function ( $ bot , $ message ) { // Reply with a message $ bot -> sendMessage ( "Hello, folks!" );


【文件预览】:
PhpBotFramework-master
----.scrutinizer.yml(90B)
----start_mock_server.sh(60B)
----src()
--------Bot.php(2KB)
--------Entities()
--------Localization()
--------BasicBot.php(9KB)
--------Test()
--------Utilities()
--------Core()
--------Exceptions()
--------Commands()
--------Database()
----Doxygen()
--------header.html(2KB)
--------logo.png(2KB)
--------stylesheet.css(4KB)
----examples()
--------user.sql(69B)
--------WhoAmIBot()
--------DonateBot()
--------localization.sql(184B)
--------EchoBot()
----.travis.yml(784B)
----LICENSE(7KB)
----Doxyfile(105KB)
----.formatter.yml(1KB)
----.editorconfig(477B)
----tests()
--------keyboardtest.php(781B)
--------bottest.php(6KB)
--------corebottest.php(7KB)
--------databasehandlertest.php(889B)
--------message_command.json(406B)
--------responses.yml(2KB)
--------message_1.json(300B)
--------message_2.json(294B)
----.overcommit.yml(1KB)
----phpcs.xml(373B)
----CHANGELOG.md(2KB)
----composer.json(828B)

网友评论