PHPackages                             rehan/ree-random-hash - 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. rehan/ree-random-hash

ActiveLibrary

rehan/ree-random-hash
=====================

Generates random hash | random string

1.1.0(6y ago)07MITPHP

Since Jul 16Pushed 6y agoCompare

[ Source](https://github.com/MisterioRee/ReeRandomHash)[ Packagist](https://packagist.org/packages/rehan/ree-random-hash)[ RSS](/packages/rehan-ree-random-hash/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Ree-random-hash
===============

[](#ree-random-hash)

Generates random Hash and Random String

[![Latest Stable Version](https://camo.githubusercontent.com/4470a3a110b377a8853899f63656a9e87111d0aa3e9e2cfa1ba4753384692082/68747470733a2f2f706f7365722e707567782e6f72672f726568616e2f7265652d72616e646f6d2d686173682f762f737461626c65)](https://packagist.org/packages/rehan/ree-random-hash)[![Total Downloads](https://camo.githubusercontent.com/06b70974279f7a57cd4e34f9e3bccab6659434fbc19d7a9ddcfa90bf57f30cc5/68747470733a2f2f706f7365722e707567782e6f72672f726568616e2f7265652d72616e646f6d2d686173682f646f776e6c6f616473)](https://packagist.org/packages/rehan/ree-random-hash)[![License](https://camo.githubusercontent.com/70d18576cbdee11540368acea768205bb25bd39f9e696e8cbe9e6e33d6fa7a90/68747470733a2f2f706f7365722e707567782e6f72672f726568616e2f7265652d72616e646f6d2d686173682f6c6963656e7365)](https://packagist.org/packages/rehan/ree-random-hash)

\#Usage

To generate random string

```
$hashObj = new  \ProfessorHash\ProfessorHash();
$randomString = $hashObj->randomString();

```

The Default random string length is 10 characters but you can go further as you like

```
$randomString = $hashObj->randomString(30); //and so on

```

To generate random hash string

```
$hashObj = new  \ProfessorHash\ProfessorHash();
$randomString = $hashObj->randomString();
$hashedString = $hashObj->makeHash( $randomString );

```

And ofcourse if you don't wanna pass in the random string it will pickup default random string i.e 10 characters

```
$hashObj = new  \ProfessorHash\ProfessorHash();
$hashedString = $hashObj->makeHash( );

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

2494d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1304888de4fe853b4825dad5f3d691469511f63f83c327084012c2e67c03e466?d=identicon)[MisterioRee](/maintainers/MisterioRee)

---

Top Contributors

[![mmd-rehan](https://avatars.githubusercontent.com/u/18234947?v=4)](https://github.com/mmd-rehan "mmd-rehan (1 commits)")

### Embed Badge

![Health badge](/badges/rehan-ree-random-hash/health.svg)

```
[![Health](https://phpackages.com/badges/rehan-ree-random-hash/health.svg)](https://phpackages.com/packages/rehan-ree-random-hash)
```

PHPackages © 2026

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