PHPackages                             blume01/merkle-tree - 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. blume01/merkle-tree

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

blume01/merkle-tree
===================

Uma biblioteca PHP para Merkle Tree

1.0.1(1y ago)16MITPHPPHP &gt;=7.4

Since Feb 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Blume01/merkle-tree-php)[ Packagist](https://packagist.org/packages/blume01/merkle-tree)[ RSS](/packages/blume01-merkle-tree/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

📜 Merkle Tree PHP
=================

[](#-merkle-tree-php)

[![PHP](https://camo.githubusercontent.com/ce0c70c519047d0e507604f03e6e8ae6c27bcc072027e899680d9bf93804dc76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e342532422d626c7565)](https://camo.githubusercontent.com/ce0c70c519047d0e507604f03e6e8ae6c27bcc072027e899680d9bf93804dc76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e342532422d626c7565)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)

Uma biblioteca PHP para criar e validar **Merkle Trees**, amplamente usadas em blockchain e segurança de dados.

---

🚀 Instalação
------------

[](#-instalação)

Se quiser usar essa biblioteca em seu projeto, instale via [Composer](https://getcomposer.org/):

```
composer require blume01/merkle-tree
```

Exemplo de uso
--------------

[](#exemplo-de-uso)

```
use MerkleTree\MerkleTree;

// 🔹 Dados para construir a árvore Merkle
$dados = ["bloco1", "bloco2", "bloco3", "bloco4"];

// 🔹 Criando a Merkle Tree
$merkleTree = new MerkleTree($dados);

// 🔹 Obtendo e exibindo a raiz da árvore
echo $merkleTree->getRootHash();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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

Unknown

Total

1

Last Release

517d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32483794?v=4)[Blume](/maintainers/Blume01)[@Blume01](https://github.com/Blume01)

---

Top Contributors

[![Blume01](https://avatars.githubusercontent.com/u/32483794?v=4)](https://github.com/Blume01 "Blume01 (6 commits)")

### Embed Badge

![Health badge](/badges/blume01-merkle-tree/health.svg)

```
[![Health](https://phpackages.com/badges/blume01-merkle-tree/health.svg)](https://phpackages.com/packages/blume01-merkle-tree)
```

###  Alternatives

[dmamontov/asynctask-7

AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.

1413.3k](/packages/dmamontov-asynctask-7)

PHPackages © 2026

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