kbhagchandani / experian-php
Experian NetConnect API 的 PHP 封装
0.1.0
2018-06-06 07:06 UTC
Requires
- php: >=7.1
- ext-curl: *
- ext-json: *
- ext-openssl: *
- ext-xml: *
- doctrine/inflector: ~1.1.0
- guzzlehttp/guzzle: ~6.0
- monolog/monolog: ^1.22
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2024-09-21 13:47:37 UTC
README
Experian Netconnect API 的 PHP 封装。
本项目基于美国 Experian 的 NetConnect API。
实现的 NetConnect 产品
- FICO
前置条件
- PHP 7.1,以下组件需启用:
- OpenSSL
- JSON
- XML
- Curl
- Composer
- 从 Experian 获取访问凭证
实现
贡献
- 复制此项目
- 创建你的功能分支 (
git checkout -b my-new-feature
) - 提交你的更改 (
git commit -am 'Add some feature'
) - 推送到分支 (
git push origin my-new-feature
) - 创建新的 Pull Request
版权
版权 (c) 2016-2018 Kapil Bhagchandani。详情请见 LICENSE。