PHPackages                             baibaratsky/php-wmsigner - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. baibaratsky/php-wmsigner

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

baibaratsky/php-wmsigner
========================

WebMoney Signer: a native PHP implementation of the WMSigner module

v2.0.0(9y ago)16399.8k—2.7%4[2 issues](https://github.com/baibaratsky/php-wmsigner/issues)3BSD-3-ClausePHPPHP &gt;=5.3

Since Jan 18Pushed 9y ago2 watchersCompare

[ Source](https://github.com/baibaratsky/php-wmsigner)[ Packagist](https://packagist.org/packages/baibaratsky/php-wmsigner)[ Docs](http://github.com/baibaratsky/php-wmsigner)[ RSS](/packages/baibaratsky-php-wmsigner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (3)

WebMoney Signer
===============

[](#webmoney-signer)

[![Build Status](https://camo.githubusercontent.com/5473699d323f7a31a37be43e30e5a52b3a6401500ef8bb2c3e06c727ad39ac87/68747470733a2f2f7472617669732d63692e6f72672f6261696261726174736b792f7068702d776d7369676e65722e737667)](https://travis-ci.org/baibaratsky/php-wmsigner)[![Coverage Status](https://camo.githubusercontent.com/7eaa5865aafc5015188ad524ef0319dd18913c97395dfa0414d92d84fbcdc606/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6261696261726174736b792f7068702d776d7369676e65722f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/baibaratsky/php-wmsigner?branch=master)[![Packagist](https://camo.githubusercontent.com/5e878ee79ef9087a184349a3b735927f609048e7f14c22be214fb99084840a82/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6261696261726174736b792f7068702d776d7369676e65722e737667)](https://github.com/baibaratsky/php-wmsigner/blob/master/LICENSE.md)[![Dependency Status](https://camo.githubusercontent.com/38d6b678ffd5fa1cd9980c1f3456febf895883b563377849d1a3fcf0fa4f0015/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535333136623565313065373134393036363030306339612f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/55316b5e10e7149066000c9a)[![Packagist](https://camo.githubusercontent.com/2d1aa4622b5f672b645175b647692ca8dbc2641a1eaa41821d6a341f2f5f7f26/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261696261726174736b792f7068702d776d7369676e65722e737667)](https://packagist.org/packages/baibaratsky/php-wmsigner)[![Packagist](https://camo.githubusercontent.com/5cfdb6a04e2f582762b7a20aa347033102ddf3bfecd274ac4d2bfeaf88b2d43b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261696261726174736b792f7068702d776d7369676e65722e737667)](https://packagist.org/packages/baibaratsky/php-wmsigner)

Provides a convenient way to sign your requests to WebMoney API in PHP with no need to run executables. You may also use [WebMoney API PHP Library](https://github.com/baibaratsky/php-webmoney) for more transparent object-oriented code.

Requirements
------------

[](#requirements)

WebMoney Signer requires PHP 5.3 compiled with [BCMath](http://www.php.net/manual/en/book.bc.php) support. [GMP](http://www.php.net/manual/en/book.gmp.php) can increase the performance, but is not required.

Installation
------------

[](#installation)

1. Install [Composer](http://getcomposer.org/):

    ```
    curl -sS https://getcomposer.org/installer | php

    ```
2. Add the php-wmsigner dependency:

    ```
    php composer.phar require baibaratsky/php-wmsigner:2.0.*

    ```

Usage
-----

[](#usage)

```
require_once(__DIR__ . '/vendor/autoload.php'); // Require autoload file generated by composer

use baibaratsky\WebMoney\Signer;

$signer = new Signer('wmid', '/full/path/to/the/key.kwm', 'password');
$data = 'Data to be signed';
$signature = $signer->sign($data);
```

If you have your key not in a file, it is possible to provide a key as a string:

```
$signer = new Signer('wmid', $yourKeyData, 'password');
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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

Every ~73 days

Recently: every ~103 days

Total

8

Last Release

3627d ago

Major Versions

v1.1.5 → v2.0.02016-06-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f7d017b3e4596f4d1dd702da14192fd966e18ca3b21ba25b33f43803b2ce18a?d=identicon)[baibaratsky](/maintainers/baibaratsky)

---

Top Contributors

[![baibaratsky](https://avatars.githubusercontent.com/u/1774061?v=4)](https://github.com/baibaratsky "baibaratsky (24 commits)")[![klkvsk](https://avatars.githubusercontent.com/u/1466771?v=4)](https://github.com/klkvsk "klkvsk (1 commits)")

---

Tags

webmoneywebmoney-signerwebmoneyWMXIwmsignersigner

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/baibaratsky-php-wmsigner/health.svg)

```
[![Health](https://phpackages.com/badges/baibaratsky-php-wmsigner/health.svg)](https://phpackages.com/packages/baibaratsky-php-wmsigner)
```

###  Alternatives

[baibaratsky/php-webmoney

WebMoney API PHP Library

75367.4k1](/packages/baibaratsky-php-webmoney)[daftspunk/laravel-config-writer

Laravel provider to be able to rewrite configuration

17548.8k1](/packages/daftspunk-laravel-config-writer)

PHPackages © 2026

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