processout/processout-php
最新稳定版本:v7.4.1
Composer 安装命令:
composer require processout/processout-php
包简介
ProcessOut API bindings.
关键字:
README 文档
README
This package provides bindings to the ProcessOut API.
Dependencies
- PHP 5.4 or above
- cURL PHP extension
Installation
The package's installation is done using composer. Simply add these lines to your composer.json
{
"require": {
"processout/processout-php": "^7.4.0"
}
}
And run the composer update command to install/update the package.
composer update
Installing without composer
The ProcessOut PHP library may also be used without composer by directly cloning the directory into your project
git clone https://github.com/processout/processout-php
or downloading the latest release at github.com/ProcessOut/processout-php/releases and including the ProcessOut init file
include_once("processout-php/init.php");
统计信息
- 总下载量: 178.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04