mirror of
https://github.com/Daniyel-Vanguard/BaleBot.git
synced 2026-06-19 07:36:12 +00:00
33 lines
672 B
JSON
33 lines
672 B
JSON
{
|
|
"name": "Daniyel-Vanguard/bot-php-sdk",
|
|
"description": "Complete PHP SDK for Bale Bot API - A powerful library for developing Bale bots",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Bale Bot PHP SDK",
|
|
"email": "hadipishghadam13@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"ext-curl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"BaleBot.php",
|
|
"Models.php"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"bale",
|
|
"bot",
|
|
"api",
|
|
"sdk",
|
|
"php",
|
|
"messenger",
|
|
"telegram"
|
|
]
|
|
}
|