2017 © Pedro Peláez
 

library php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

image

baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

  • Sunday, June 12, 2016
  • by baibaratsky
  • Repository
  • 2 Watchers
  • 9 Stars
  • 42,554 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 9 Versions
  • 13 % Grown

The README.md

WebMoney Signer

Build Status Coverage Status Packagist Dependency Status Packagist Packagist, (*1)

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 for more transparent object-oriented code., (*2)

Requirements

WebMoney Signer requires PHP 5.3 compiled with BCMath support. GMP can increase the performance, but is not required., (*3)

Installation

  1. Install Composer:, (*4)

    curl -sS https://getcomposer.org/installer | php
    
  2. Add the php-wmsigner dependency:, (*5)

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

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:, (*6)

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

The Versions

12/06 2016

dev-master

9999999-dev http://github.com/baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

The Development Requires

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

12/06 2016

v2.0.0

2.0.0.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

The Development Requires

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

12/06 2016

v1.1.5

1.1.5.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

The Development Requires

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

10/01 2016

v1.1.4

1.1.4.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

The Development Requires

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

28/04 2015

v1.1.3

1.1.3.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

24/04 2015

v1.1.2

1.1.2.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer: a native PHP implementation of the WMSigner module

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

20/04 2015

v1.1.1

1.1.1.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

27/03 2015

v1.1.0

1.1.0.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *

 

by Andrei Baibaratsky

webmoney signer wmsigner wmxi

18/01 2015

v1.0.0

1.0.0.0 http://github.com/baibaratsky/php-wmsigner

WebMoney Signer

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3
  • ext-bcmath *
  • ext-gmp *

 

by Andrei Baibaratsky

webmoney signer wmsigner wmxi