PHPackages                             deemru/waveskit - 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/waveskit

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

deemru/waveskit
===============

Waves Platform Development Kit

1.0.54(1mo ago)243.7k↓25%65MITPHPPHP &gt;=8.1CI passing

Since Jan 13Pushed 12mo ago9 watchersCompare

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

READMEChangelog (10)Dependencies (16)Versions (56)Used By (5)

WavesKit
========

[](#waveskit)

[![packagist](https://camo.githubusercontent.com/cda303526b92f204fc7b9e6e12b8a38dba1b3dc0ebb6618b1dbecbf6296f4129/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465656d72752f77617665736b69742e737667)](https://packagist.org/packages/deemru/waveskit) [![php-v](https://camo.githubusercontent.com/18caf4eb526559c718ecc6e27372110afb6bffafba59f0136d80e3c05f6963f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6465656d72752f77617665736b69742e737667)](https://packagist.org/packages/deemru/waveskit) [![GitHub](https://camo.githubusercontent.com/01d26cf68fe20a2e2e9adc181ab2bda8758676a72a217262cd06be13723883e7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6465656d72752f57617665734b69742f7068702e796d6c3f6c6162656c3d676974687562253230616374696f6e73)](https://github.com/deemru/WavesKit/actions/workflows/php.yml) [![codacy](https://camo.githubusercontent.com/553260f6b5eb2506227442c641aec7db00a42f5ecdc96c0dadaa0ef55fcf950c/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f34333965326365646364616634303931626532396237623137353565376331362e7376673f6c6162656c3d636f64616379)](https://app.codacy.com/gh/deemru/WavesKit/files) [![license](https://camo.githubusercontent.com/06f88f9f91aed8d7be68bbbd2412c7f255ff494a8a00f8ebb6ea2b22cc01a1cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465656d72752f77617665736b69742e737667)](https://packagist.org/packages/deemru/waveskit)

[WavesKit](https://github.com/deemru/WavesKit) is an all-in-one Waves Platform development kit for the PHP language.

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

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

[](#basic-usage)

```
$wk = new WavesKit( 'T' );
$wk->setSeed( 'manage manual recall harvest series desert melt police rose hollow moral pledge kitten position add' );
$tx = $wk->txBroadcast( $wk->txSign( $wk->txTransfer( 'test', 1 ) ) );
$tx = $wk->ensure( $tx );
```

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

[](#documentaion)

- WavesKit documention: [WavesKit.md](https://github.com/deemru/WavesKit/blob/master/docs/WavesKit.md)
- Consider to learn self tests: [selftest.php](https://github.com/deemru/WavesKit/blob/master/test/selftest.php)
- Self tests contain tests of all transactions which can easily be used as examples

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

[](#requirements)

Will be installed automatically through `composer install`:

- [PHP](http://php.net) &gt;= 5.6
- [deemru/abcode](https://packagist.org/packages/deemru/abcode)
- [deemru/blake2b](https://packagist.org/packages/deemru/blake2b)
- [deemru/curve25519](https://packagist.org/packages/deemru/curve25519)
- [deemru/cryptash](https://packagist.org/packages/deemru/cryptash)
- [deemru/pairs](https://packagist.org/packages/deemru/pairs)
- [deemru/cloaked](https://packagist.org/packages/deemru/cloaked)
- [deemru/fetcher](https://packagist.org/packages/deemru/fetcher)
- [Multibyte String](http://php.net/manual/en/book.mbstring.php)

Recommended
-----------

[](#recommended)

- [PHP](http://php.net) &gt;= 7.2
- [Sodium](http://php.net/manual/en/book.sodium.php)

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

[](#installation)

Require through Composer: `composer require deemru/waveskit`

```
{
    "require": {
        "deemru/waveskit": "*"
    }
}
```

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance67

Regular maintenance activity

Popularity31

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 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 ~48 days

Recently: every ~147 days

Total

55

Last Release

50d ago

PHP version history (3 changes)1.0.0-betaPHP &gt;=7.2

1.0.2-betaPHP &gt;=5.6

1.0.54PHP &gt;=8.1

### 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 (150 commits)")

---

Tags

devkitphpwaveskitwavesplatformwavesplatform

### Embed Badge

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

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

###  Alternatives

[roots/bedrock-disallow-indexing

Disallow indexing of your site on non-production environments

134.0M32](/packages/roots-bedrock-disallow-indexing)[pixelant/pxa-newsletter-subscription

Newsletter Subscription

1710.1k1](/packages/pixelant-pxa-newsletter-subscription)

PHPackages © 2026

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