定制 optimalpayments/optimal-php-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

optimalpayments/optimal-php-sdk

最新稳定版本:1.0

Composer 安装命令:

composer require optimalpayments/optimal-php-sdk

包简介

PHP SDK for the Optimal Payments API

README 文档

README

Installation

Windows

On Windows, you will be required set the following environment variable that points to a valid CA certificate on your system in order to perform the https operations:

SSL_CERT_FILE

Alternatively, you can make a call in your code to the following static method using the path to your CA certificate:

\OptimalPayments\OptimalApiClient::setCACertPath(_PATH_TO_CERTIFICATE_);

This SDK requires PHP >= 5.3 and cURL to be installed.

This SDK requires that you can complete an SSL connection using cURL to the API endpoints from within your hosting environment . Any cURL errors returned will require you to complete connectivity troubleshooting within your hosting environment. See cURL error codes for assistance: http://curl.haxx.se/libcurl/c/libcurl-errors.html

Usage

Running Sample Code

Update the following file with your credentials and account number:

/sample/config.php

PHP 5.3

Create a new virtual host in your local web server with the sample directory within your SDK directory as the webroot. Open your web browser and navigate to the URL specified in the virtual host configuration.

PHP 5.4+

In your command-line interface, navigate to the /sample directory inside of the SDK directory and type the following command:

php -S localhost:8081

Open your web browser and navigate to the following URL:

http://localhost:8081

统计信息

  • 总下载量: 149.14k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 5
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-26