revenuewire / customer-sessions-sdk-php
v1.1.2
2021-02-25 20:10 UTC
Requires
- php: >=5.4
- ext-curl: *
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.18
- phpunit/phpunit: ~4.8
- satooshi/php-coveralls: ~1.0
- squizlabs/php_codesniffer: ~2.6
This package is auto-updated.
Last update: 2024-09-26 04:19:19 UTC
README
未提供描述(由 Swagger Codegen 生成 https://github.com/swagger-api/swagger-codegen)
此 PHP 包是由 Swagger Codegen 项目自动生成的
- API 版本:2017-11-20T16:48:53Z
- 构建包:io.swagger.codegen.languages.PhpClientCodegen
需求
PHP 5.4.0 及以上版本
安装与使用
Composer
要通过 Composer 安装绑定,请将以下内容添加到 composer.json
{
"repositories": [
{
"type": "git",
"url": "https://github.com/revenuewire/customer-sessions-sdk-php.git"
}
],
"require": {
"revenuewire/customer-sessions-sdk-php": "*@dev"
}
}
然后运行 composer install
手动安装
下载文件并包含 autoload.php
require_once('/path/to/SwaggerClient-php/autoload.php');
测试
要运行单元测试
composer install
./vendor/bin/phpunit
入门指南
请按照 安装过程 进行操作,然后运行以下命令
<?php require_once(__DIR__ . '/vendor/autoload.php'); // Configure API key authorization: api_key Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('x-api-key', 'YOUR_API_KEY'); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('x-api-key', 'Bearer'); $api_instance = new Swagger\Client\Api\DefaultApi(); $id = "id_example"; // string | try { $result = $api_instance->getSession($id); print_r($result); } catch (Exception $e) { echo 'Exception when calling DefaultApi->getSession: ', $e->getMessage(), PHP_EOL; } ?>
API 端点文档
所有 URI 都相对于 https://customer-sessions-api.revenuewire.io
模型文档
授权文档
api_key
- 类型: API 密钥
- API 密钥参数名: x-api-key
- 位置: HTTP 头部