PHPackages                             oomag/cryptoprocessing - 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. [API Development](/categories/api)
4. /
5. oomag/cryptoprocessing

ActivePackage[API Development](/categories/api)

oomag/cryptoprocessing
======================

Package to access and interact with Cryptoprocessing API

1.0.0(8y ago)0191MITPHPPHP ~7

Since Mar 5Pushed 8y ago13 watchersCompare

[ Source](https://github.com/oomag/cryptoprocessing.php)[ Packagist](https://packagist.org/packages/oomag/cryptoprocessing)[ RSS](/packages/oomag-cryptoprocessing/feed)WikiDiscussions master Synced today

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

Cryptoprocessing
================

[](#cryptoprocessing)

PHP package to access and interact with [Cryptoprocessing API](https://api.cryptoprocessing.io).

[![Build Status](https://camo.githubusercontent.com/65779128da75a10cbd0dd02fa7f195a6d567b576483bf6a92932fd03d9b792b5/68747470733a2f2f7472617669732d63692e6f72672f6f6f6d61672f63727970746f70726f63657373696e672e7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/oomag/cryptoprocessing.php)

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

[](#installation)

You can install this package via [Composer](http://getcomposer.org).

```
composer require oomag/cryptoprocessing
composer update
```

Usage
-----

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

[](#license)

The package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

2989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/824ad86f3739fb9854fbab51c57a1830d134bbe8e56a5ac463078093edac77d2?d=identicon)[ArthurAm](/maintainers/ArthurAm)

---

Top Contributors

[![ArthurAm](https://avatars.githubusercontent.com/u/11440300?v=4)](https://github.com/ArthurAm "ArthurAm (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oomag-cryptoprocessing/health.svg)

```
[![Health](https://phpackages.com/badges/oomag-cryptoprocessing/health.svg)](https://phpackages.com/packages/oomag-cryptoprocessing)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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