2017 © Pedro Peláez
 

package cryptoprocessing

Package to access and interact with Cryptoprocessing API

image

oomag/cryptoprocessing

Package to access and interact with Cryptoprocessing API

  • Monday, March 5, 2018
  • by ArthurAm
  • Repository
  • 13 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Cryptoprocessing

PHP package to access and interact with Cryptoprocessing API., (*1)

Build Status, (*2)

Installation

You can install this package via Composer., (*3)

composer require oomag/cryptoprocessing
composer update

Usage

//Register new user
$user = Cryptoprocessing\Authentication::register($email,$password);

//Send transaction to different addresses
$transaction = Cryptoprocessing\Transaction::createTransaction($accountId, array(
            'from' => [
                $mainAddress, $testAddress
            ],
            'to' =>
                [
                    array('amount' => '100','address' => $firstAddress),
                    array('amount' => '100','address' => $secondAddress)
                ],
        ));


License

The package is available as open source under the terms of the MIT License., (*4)

The Versions

05/03 2018

dev-master

9999999-dev

Package to access and interact with Cryptoprocessing API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Artur Amirkhanov

05/03 2018

1.0.0

1.0.0.0

Package to access and interact with Cryptoprocessing API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Artur Amirkhanov