hyperzod/hyperzod-sdk-php
最新稳定版本:1.1.6
Composer 安装命令:
composer require hyperzod/hyperzod-sdk-php
包简介
A PHP SDK to integrate Hyperzod with your application.
README 文档
README
This is the official PHP SDK for Hyperzod.
Installation
You can install the package via composer:
composer require hyperzod/hyperzod-sdk-php
Usage
You can use the sdk to call the Hyperzod API (Eg: Updating the order status).
$client = HyperzodClient($api_key, $env, $token = null); $response = $client->order->updateOrderStatus($payload);
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email siddiquiazam966@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 587
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-01