axytos/financial-services-api-sdk
Composer 安装命令:
composer require axytos/financial-services-api-sdk
包简介
README 文档
README
This package provides a scoped / embedded wrapper around the generated OpenAPI client code for api.axytos.com.
General Information
This package should be compatibile with PHP 5.6 up to the most current version of PHP.
OpenAPI client code is:
- generated with openapitools/openapi-generator-cli in a recent version
- scoped with humbug/php-scoper
- downgraded to PHP 5.6 with rectorphp/rector
Polyfills are used from:
Security
OpenAPI client code is generated with openapitools/openapi-generator-cli and includes 3rd-party dependencies.
For security reasons a recent version of the generator is used where the introduced 3rd-party dependencies have no known security advisories.
3rd-party dependencies in recent versions need to be downgraded to be compatible with PHP 5.6. This is done automatically with rectorphp/rector which only affects language level compatibility. Logic level security measures of a dependency should not be affected.
If 3rd-party dependencies depend on language level security features (like random_bytes) these features are substitued through the following polyfills:
Security advisories for 3rd-party dependencies can be checked with:
PHP compatibility in detail
In a set theoretic sense the code should be compatible with the intersection langauge of PHP 5.6, ... , PHP 8.1.
This means we cannot use features of PHP which ...
- ... are present in PHP 5.6 but not in newer versions of PHP
- ... are present in newer versions of PHP but not in PHP 5.6
Downgrad to PHP 5.6 is conducted automatically with rectorphp/rector.
However, some incompatibilities remain and need to be addressed differently.
Addressed Incompatibilities
(1) hrtime
see: https://www.php.net/manual/de/function.hrtime.php
hrtime wird verwendet in:
guzzlehttp/guzzle/src/Utils.php
hrtime is only used if it is present in the used version of PHP.
No adjustments are necessary.
(2) throw inside __toString
see: https://www.php.net/manual/en/language.oop5.magic.php#object.tostring
throw inside __toString is used in:
guzzlehttp/psr7/src/PumpStream.phpguzzlehttp/psr7/src/AppendStream.phpguzzlehttp/psr7/src/StreamDecoratorTrait.phpguzzlehttp/psr7/src/Stream.phpguzzlehttp/psr7/src/FnStream.php
Exceptions are thrown depending on the used version of PHP. No adjustments are necessary.
(3) Error and TypeError
see: https://www.php.net/manual/de/class.error.php
Error and TypeError is used in:
guzzlehttp/psr7/src/Header.phpguzzlehttp/guzzle/src/Utils.phpguzzlehttp/guzzle/src/Handler/MockHandler.php
symfony/polyfill is used as polyfill.
(4) random_bytes
see: https://www.php.net/manual/en/function.random-bytes.php
random_bytes is used in:
guzzlehttp/psr7/src/MultipartStream.php
symfony/polyfill is used as polyfill.
axytos/financial-services-api-sdk 适用场景与选型建议
axytos/financial-services-api-sdk 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8.85k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 08 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 axytos/financial-services-api-sdk 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 axytos/financial-services-api-sdk 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 8.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 15
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-08-18