51Degrees / fiftyone.pipeline.cloudrequestengine
51Degrees Pipeline API 的云请求引擎。用于向 51Degrees 云服务发送请求。
4.5.3.0
2024-05-16 19:26 UTC
Requires
- php: >=7.4
- 51degrees/fiftyone.pipeline.core: 4.*
- 51degrees/fiftyone.pipeline.engines: 4.*
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.39
- phpstan/phpstan: ^1.10
- phpunit/phpunit: *
- dev-main
- 4.5.3.0
- 4.5.2.0
- 4.5.1.0
- 4.5.0.0
- 4.4.24.0
- 4.4.23.0
- 4.4.22.0
- 4.4.21.0
- 4.4.20.0
- 4.4.19.0
- 4.4.18.0
- 4.4.17.0
- 4.4.16.0
- 4.4.15.0
- 4.4.14.0
- 4.4.13.0
- 4.4.12.0
- 4.4.11.0
- 4.4.10.0
- 4.4.9.0
- 4.4.8.0
- 4.4.7.0
- 4.4.6.0
- 4.4.5.0
- 4.4.4.0
- 4.4.3.0
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1+3
- 4.2.0
- 4.1.1+3
- 4.1.0
- 4.1.0-beta.9+1
- 4.1.0-beta.8+1
- v4.1.0-beta0007
- v4.1.0-beta0006
- v4.1.0-beta0005
- v4.1.0-beta0002
- dev-copyright-update
This package is auto-updated.
Last update: 2024-09-16 20:31:46 UTC
README
简介
此项目包含 51Degrees Pipeline API PHP 实现的 CloudrequestEngine 的源代码。
Pipeline 是一个通用的微服务聚合解决方案,能够添加一系列的 51Degrees 和/或自定义插件(引擎)。
测试
要在此存储库中运行测试,请确保已安装 PHPUnit,然后在存储库根目录下调用:
phpunit --fail-on-warning --display-warnings --log-junit test-results.xml
开发
在修改此存储库时,可能需要链接到本地开发版本的 pipeline 依赖项。有关信息,请参阅 Composer 本地路径。
例如,如果 51degrees/fiftyone.pipeline.core
的开发版本已存储在本地,则位置将通过以下方式添加:
"repositories": [
{
"type": "path",
"url": "../../path/to/packages/pipeline-php-core"
}
]
然后依赖项更改为:
"51degrees/fiftyone.pipeline.core": "*"