PHPackages                             deemru/unitskit - 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. deemru/unitskit

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

deemru/unitskit
===============

Units.Network Development Kit

1.0.6(1y ago)0581MITPHPPHP &gt;=5.6CI passing

Since Nov 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/deemru/UnitsKit)[ Packagist](https://packagist.org/packages/deemru/unitskit)[ Docs](http://github.com/deemru/UnitsKit)[ RSS](/packages/deemru-unitskit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (10)Used By (1)

UnitsKit
========

[](#unitskit)

[![packagist](https://camo.githubusercontent.com/3185d3bdca425ff08760f7a4724382654c3c5ced77157079a72691522ca57243/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465656d72752f756e6974736b69742e737667)](https://packagist.org/packages/deemru/unitskit) [![php-v](https://camo.githubusercontent.com/6bb40c16692aa6c7c6eb27fbea7aa6b79fac11a8bf8bf55e2e215b1605b3c171/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6465656d72752f756e6974736b69742e737667)](https://packagist.org/packages/deemru/unitskit) [![GitHub](https://camo.githubusercontent.com/2cccf4f79b2b06d2fa25900a919ab50d4578709a769f6183fe5022d622c78931/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6465656d72752f556e6974734b69742f7068702e796d6c3f6c6162656c3d676974687562253230616374696f6e73)](https://github.com/deemru/UnitsKit/actions/workflows/php.yml) [![license](https://camo.githubusercontent.com/32f4b42d07965331a948b62432da3e0a71e0c75a558f8855872b630bcda22f37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465656d72752f756e6974736b69742e737667)](https://packagist.org/packages/deemru/unitskit)

[UnitsKit](https://github.com/deemru/UnitsKit) is an all-in-one Units Network development kit for the PHP language.

- All you need to work with Units Networks in a single class
- Really easy to use
- Best practices for all
- Advanced features for pros

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

[](#installation)

```
composer require deemru/unitskit
```

Basic usage
-----------

[](#basic-usage)

```
$uk = UnitsKit::TESTNET();
$uk->setPrivateKey( '0x33eb576d927573cff6ae50a9e09fc60b672a8dafdfbe3045c7f62955fc55ccb4' );
$tx = $uk->tx( $uk->getAddress(), $uk->hexValue( 1.1 ), $uk->getGasPrice(), $uk->getNonce() );
$tx = $uk->txEstimateGas( $tx );
$tx = $uk->txSign( $tx );
$tx = $uk->txBroadcast( $tx );
$tx = $uk->ensure( $tx );
```

Documentaion
------------

[](#documentaion)

- Consider to learn self tests: [selftest.php](https://github.com/deemru/UnitsKit/blob/master/test/selftest.php)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance46

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

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

Every ~23 days

Recently: every ~31 days

Total

7

Last Release

413d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10706633?v=4)[Dmitrii Pichulin](/maintainers/deemru)[@deemru](https://github.com/deemru)

---

Top Contributors

[![deemru](https://avatars.githubusercontent.com/u/10706633?v=4)](https://github.com/deemru "deemru (21 commits)")

---

Tags

wavesplatform

### Embed Badge

![Health badge](/badges/deemru-unitskit/health.svg)

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

###  Alternatives

[web3p/ethereum-util

A collection of utility functions for Ethereum written in PHP.

30420.2k26](/packages/web3p-ethereum-util)[swentel/nostr-php

Nostr helper library for PHP

6725.9k3](/packages/swentel-nostr-php)[digitaldonkey/ecverify

A library integrating Ethereum with typed PHP.

14109.2k2](/packages/digitaldonkey-ecverify)[deemru/waveskit

Waves Platform Development Kit

243.7k5](/packages/deemru-waveskit)

PHPackages © 2026

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