inxy-payments/signature-sdk-php
最新稳定版本:v0.0.1
Composer 安装命令:
composer require inxy-payments/signature-sdk-php
包简介
Signature SDK
README 文档
README
Introduction
Welcome to the documentation for inxy-payments/signature-sdk-php! This library is designed to help you sign messages using a private key. Whether you're a beginner or an experienced developer, this guide will help you get the most out of this library.
Installation
To install the library, you can use Composer, the dependency manager for PHP. If you don't have Composer installed, you can download it from getcomposer.org.
Run the following command in your project directory:
composer require inxy-payments/signature-sdk-php
Usage
Here's a quick example of how to use inxy-payments/signature-sdk-php:
use InxyPayments\SignatureSDK\SignatureSDK; // Create an instance of SignatureSDK $signatureSDK = new SignatureSDK('your private key here'); // Sign a message $result = $signatureSDK->signMessage('message'); // Output the result echo $result->signature . "\n"; echo $result->time;
统计信息
- 总下载量: 32.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-23