5 Star 58 Fork 4

swoole / phpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rango 提交于 2023-12-12 16:31 . Added ide helper for py mod
{
"name": "swoole/phpy",
"type": "library",
"keywords": [
"php",
"python",
"ai"
],
"description": "Connecting the Python and PHP ecosystems together",
"license": "Apache-2.0",
"require": {
"php": ">=8.1",
"ext-phpy": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.4",
"friendsofphp/php-cs-fixer": "^3.40"
},
"autoload": {
"psr-4": {
"python\\": "./lib/python",
"PhpyTool\\": "tools/src"
}
},
"scripts": {
"test": "phpunit --bootstrap tests/bootstrap.php -c phpunit.xml --colors=always",
"cs-fix": "php-cs-fixer fix $1",
"analyse": "phpstan analyse --memory-limit 512M -l 5 -c phpstan.neon",
"rector": "rector process --clear-cache"
}
}
1
https://gitee.com/swoole/phpy.git
git@gitee.com:swoole/phpy.git
swoole
phpy
phpy
main

搜索帮助