PHPackages                             plabbett/php-iota-seeder - 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. plabbett/php-iota-seeder

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

plabbett/php-iota-seeder
========================

Generates an 81-tryte random seed for iota wallets

v0.3(8y ago)036MITPHPPHP ^7.0

Since Aug 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/plabbett/php-iota-seeder)[ Packagist](https://packagist.org/packages/plabbett/php-iota-seeder)[ Docs](https://github.com/plabbett/php-iota-seed)[ RSS](/packages/plabbett-php-iota-seeder/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (4)Used By (0)

PHP IOTA Seeder
===============

[](#php-iota-seeder)

[![StyleCI](https://camo.githubusercontent.com/d30106e7579974cfd988e718d37a87c0286a2dd7e52aae781d4ae21d6164842b/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130303434323535332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/100442553)[![Latest Stable Version](https://camo.githubusercontent.com/90f6d9a3b2dab84d6ef9e64373a43f28ebe0a8d2e6c1aa569b073064f884e478/68747470733a2f2f706f7365722e707567782e6f72672f706c6162626574742f7068702d696f74612d7365656465722f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/plabbett/php-iota-seeder)[![Total Downloads](https://camo.githubusercontent.com/b27c69648d92c731828d814d05a1e651c6b37f55633e63882cef6a3ee382f7e8/68747470733a2f2f706f7365722e707567782e6f72672f706c6162626574742f7068702d696f74612d7365656465722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/plabbett/php-iota-seeder)[![License](https://camo.githubusercontent.com/241c7243381ced436a17c9119bd6e207f14d33b00a38fd269114accfb407fdd7/68747470733a2f2f706f7365722e707567782e6f72672f706c6162626574742f7068702d696f74612d7365656465722f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/plabbett/php-iota-seeder)

Generates an 81-tryte random seed for [IOTA](http://iota.org) wallets.

Getting Started
---------------

[](#getting-started)

This is a simple static function used to generate random 81-tryte (ASCII version) seeds for IOTA wallets.

Notice
------

[](#notice)

This is a work in progress. Please use at your own risk.

We've generated thousands of seeds to test the distribution, here is a sample:

```
cat seeds | sed -e 's/\(.\)/\1\n/g' | sort | uniq -c | sort -nr
  99526 E
  99479 H
  99427 C
  99348 T
  99306 R
  99305 K
  99199 X
  99189 Z
  99140 W
  99134 V
  99132 A
  99092 P
  99052 S
  98968 G
  98964 J
  98941 L
  98887 B
  98843 9
  98813 I
  98791 F
  98769 N
  98734 Q
  98730 O
  98683 D
  98639 M
  98619 U
  98290 Y
```

### Installing and Usage

[](#installing-and-usage)

Install with composer:

```
composer require plabbett/php-iota-seeder

```

Usage:

```
require 'vendor/autoload.php';

use Labbett\IOTA\Wallet\Seed as IotaSeed;

$seed = IotaSeed::generate();

```

See example.php for usage examples.

```
php example.php

```

Or, run it in a browser:

```
php -S localhost:8080

```

Then go to  to see the seed.

Authors
-------

[](#authors)

- **Patrick Labbett**

See also the list of [contributors](https://github.com/plabbett/php-iota-seeder/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

3232d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1407028?v=4)[Patrick Labbett](/maintainers/plabbett)[@plabbett](https://github.com/plabbett)

---

Tags

iotaseedseediotamiota

### Embed Badge

![Health badge](/badges/plabbett-php-iota-seeder/health.svg)

```
[![Health](https://phpackages.com/badges/plabbett-php-iota-seeder/health.svg)](https://phpackages.com/packages/plabbett-php-iota-seeder)
```

###  Alternatives

[marquine/php-etl

Extract, Transform and Load data using PHP.

182138.0k](/packages/marquine-php-etl)[littlegiant/silverstripe-seeder

Seed data objects for dev

205.0k2](/packages/littlegiant-silverstripe-seeder)[skovachev/fakefactory

A model factory package for Laravel 4 with expressive API for creating custom tailored dummy objects

291.1k](/packages/skovachev-fakefactory)

PHPackages © 2026

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