PHPackages                             inxy-payments/signature-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. inxy-payments/signature-sdk-php

ActiveLibrary

inxy-payments/signature-sdk-php
===============================

Signature SDK

v0.0.1(1y ago)140.2k—8.8%MITPHPPHP ^8.0

Since May 23Pushed 1y ago2 watchersCompare

[ Source](https://github.com/inxy-payments/signature-sdk-php)[ Packagist](https://packagist.org/packages/inxy-payments/signature-sdk-php)[ RSS](/packages/inxy-payments-signature-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Documentation
=============

[](#documentation)

Introduction
------------

[](#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
------------

[](#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](https://getcomposer.org/).

Run the following command in your project directory:

```
composer require inxy-payments/signature-sdk-php
```

Usage
-----

[](#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;
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

725d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35b7365f7abd9d7ca48eba8295e08dec1b6316ae54cf300f5cc62091a566b42a?d=identicon)[inxy-payments](/maintainers/inxy-payments)

---

Top Contributors

[![apvalkov](https://avatars.githubusercontent.com/u/102719109?v=4)](https://github.com/apvalkov "apvalkov (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/inxy-payments-signature-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/inxy-payments-signature-sdk-php/health.svg)](https://phpackages.com/packages/inxy-payments-signature-sdk-php)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
