PHPackages                             deemru/wavesreproduce - 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. [Framework](/categories/framework)
4. /
5. deemru/wavesreproduce

ActiveLibrary[Framework](/categories/framework)

deemru/wavesreproduce
=====================

Waves Reproduce framework

1.0.1(1y ago)09MITPHPPHP &gt;=8.1

Since Jan 20Pushed 1y ago1 watchersCompare

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

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

WavesReproduce
==============

[](#wavesreproduce)

[![packagist](https://camo.githubusercontent.com/d5a5a51fca0673ed4af1a1c0e782390b0a250443c9bb84f78c1b29a73cc8e76f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465656d72752f7761766573726570726f647563652e737667)](https://packagist.org/packages/deemru/wavesreproduce) [![php-v](https://camo.githubusercontent.com/e9787454ffe480e3f6cfb8903825049e6f51c7e803ec502b30f04e14b6b58fc1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6465656d72752f7761766573726570726f647563652e737667)](https://packagist.org/packages/deemru/wavesreproduce) [![GitHub](https://camo.githubusercontent.com/d7765df4f301b295f143360f94633b430f2e0bd9851bc949cf54041911b95e93/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6465656d72752f5761766573526570726f647563652f7068702e796d6c3f6c6162656c3d676974687562253230616374696f6e73)](https://github.com/deemru/WavesReproduce/actions/workflows/php.yml) [![license](https://camo.githubusercontent.com/5942557492aa285450fa289ba2452ebeaeb16e7bba3b20c20c8a03fffc845d46/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6465656d72752f7761766573726570726f647563652e737667)](https://packagist.org/packages/deemru/wavesreproduce)

[WavesReproduce](https://github.com/deemru/WavesReproduce) is a framework for reproducing transactions logic already applied to a Waves type blockchain.

- Automatically reconstructs on-chain state
- Watches multiple addresses
- Lets you attach custom logic to different transaction types

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

[](#installation)

```
composer require deemru/wavesreproduce
```

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

[](#basic-usage)

```
use deemru\WavesKit;
use deemru\WavesReproduce;

$wk = new WavesKit;
$address = 'target_waves_address';

$rp = new WavesReproduce( $wk, $address );
$rp->update();

$handlers = [
    // Data transactions (type = 12)
    12 => [
        $address => function( $tx ) {
            // Handle data tx for this address
        }
    ],
    // Invoke transactions (type = 16)
    16 => [
        $address => function( $tx ) {
            // Handle invoke tx for this address
        }
    ],
];

// Replay all transactions of interest from the earliest recorded height
$rp->reproduce( $handlers );

// Access your replicated state
$state = $rp->state[$address];
```

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

[](#documentaion)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance44

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Total

2

Last Release

472d 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 (5 commits)")

---

Tags

phpwaveskitwavesplatformwavesplatform

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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