承接 paysafegroup/paysafe_sdk_php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

paysafegroup/paysafe_sdk_php

最新稳定版本:v1.1.2

Composer 安装命令:

composer require paysafegroup/paysafe_sdk_php

包简介

PHP SDK for the Paysafe 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:

\Paysafe\PaysafeApiClient::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

统计信息

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

GitHub 信息

  • Stars: 9
  • Watchers: 12
  • Forks: 38
  • 开发语言: PHP

其他信息

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