PHPackages                             jurruh/blockchain - 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. jurruh/blockchain

ActiveLibrary

jurruh/blockchain
=================

0.0.1(8y ago)315PHP

Since Dec 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jurruh/Blockchain)[ Packagist](https://packagist.org/packages/jurruh/blockchain)[ RSS](/packages/jurruh-blockchain/feed)WikiDiscussions master Synced 2mo ago

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

PHP Blockchain
==============

[](#php-blockchain)

This repository contains a basic PHP blockchain implementation.

Example usage:

```
//Create the chain
$chain = new \Blockchain\Chain();

//Add some blocks to te chain
$firstBlock = new \Blockchain\Block(0, null, time(), 'Example data 1');
$chain->addBlock($firstBlock);

$secondBlock = new \Blockchain\Block(1, $firstBlock->getHash(), time(), 'Example data 2');
$chain->addBlock($secondBlock);

//Check if valid
if($chain->isValid()){
    //The chain is valid
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3912859fa3e81531065364429c62ad3c7d6bfdb7b90b3cc14a3f22b93eb98700?d=identicon)[jurruh](/maintainers/jurruh)

---

Top Contributors

[![jurruh](https://avatars.githubusercontent.com/u/7419259?v=4)](https://github.com/jurruh "jurruh (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jurruh-blockchain/health.svg)

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

PHPackages © 2026

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