processout / processout-php
ProcessOut API 绑定。
v7.1.0
2024-09-17 11:09 UTC
Requires
- php: >=5.4
- ext-curl: *
- ext-mbstring: *
- dev-master
- v7.1.0
- v7.0.0
- v6.33.0
- v6.32.0
- v6.31.0
- v6.30.0
- v6.29.0
- v6.28.0
- 6.27.0
- 6.26.0
- 6.25.0
- 6.24.0
- 6.23.0
- 6.22.0
- 6.21.0
- 6.20.0
- 6.19.0
- 6.18.0
- 6.17.1
- 6.17.0
- 6.16.8
- 6.16.7
- 6.16.6
- 6.16.5
- 6.16.4
- 6.16.3
- 6.16.2
- 6.16.1
- 6.16.0
- 6.15.2
- 6.15.1
- 6.15.0
- 6.14.0
- 6.13.1
- 6.13.0
- 6.12.1
- 6.12.0
- 6.11.0
- 6.10.0
- 6.9.0
- 6.8.0
- 6.7.0
- 6.6.0
- 6.5.0
- 6.4.0
- 6.3.0
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.1
- 6.0.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.0
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.5.1
- 4.5.0
- 4.4.0
- 4.2.1
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.2.5
- 3.2.2.4
- 3.2.2.3
- 3.2.2.2
- 3.2.2.1
- 3.2.2.0
- 3.2.1.1
- 3.2.1.0
- 3.2.0.0
- 3.1.2.0
- 3.1.1.0
- 3.1.0.2
- 3.1.0.1
- 3.1.0.0
- 3.0.0.3
- 3.0.0.2
- 3.0.0.1
- 3.0.0.0
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-feat/add_custom_action_to_token_creation
- dev-test/test
- dev-feat/update-library-1720441519
- dev-feat/add-createcard-updatecard-invoicedets-invoicedelete-projectpublicmetadata-hpp
- dev-feat/add-createcard-updatecard-requiredfields-add-sftpsettings
- dev-feat/add-createcard-updatecard-payoutitemamountbreakdowns
- dev-feat/skip-gateway-rules-and-eci
- dev-add-phone-and-other
- dev-chore/update-gitignore
- dev-chore/add-github-workflows
This package is not auto-updated.
Last update: 2024-09-17 13:41:36 UTC
README
此软件包提供了对 ProcessOut API 的绑定。
依赖项
- PHP 5.4 或更高版本
- cURL PHP 扩展
安装
使用 composer 进行软件包的安装。只需将这些行添加到您的 composer.json 文件中
{ "require": { "processout/processout-php": "^7.1.0" } }
然后运行 composer update 命令来安装/更新软件包。
composer update
不使用 composer 安装
ProcessOut PHP 库也可以不使用 composer,通过直接将目录克隆到您的项目中
git clone https://github.com/processout/processout-php
或者从 github.com/ProcessOut/processout-php/releases 下载最新版本,并包含 ProcessOut 初始化文件
include_once("processout-php/init.php");