mdserver-web/plugins/php-apt/info.json

19 lines
489 B
JSON
Raw Permalink Normal View History

2022-07-07 11:37:57 -04:00
{
"sort": 7,
2022-11-06 23:39:27 -05:00
"ps": "PHP是世界上最好的编程语言(极速安装)",
2022-07-07 11:37:57 -04:00
"shell": "install.sh",
"name": "php-apt",
"title": "PHP[APT]",
"coexist": true,
2025-07-19 23:20:11 -04:00
"versions": ["56","70","71","72","73","74","80","81","82","83","84", "85"],
2022-07-07 11:37:57 -04:00
"install_pre_inspection":true,
"tip": "soft",
"checks": "server/php-apt/VERSION",
"path": "server/php-apt/VERSION",
"display": 1,
"author": "Zend",
"date": "2022-07-07",
"home": "https://www.php.net",
"type": "PHP语言解释器",
2022-07-07 12:09:10 -04:00
"pid": "6"
2022-07-07 11:37:57 -04:00
}