PHPackages                             talex/simple-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. talex/simple-hash

ActiveLibrary

talex/simple-hash
=================

Encode number to hash and decode hash into number

v1.0(2y ago)03MITPHPPHP &gt;=7.4

Since Oct 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alexandrutanasie/talex-simple-hash)[ Packagist](https://packagist.org/packages/talex/simple-hash)[ RSS](/packages/talex-simple-hash/feed)WikiDiscussions main Synced 1mo ago

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

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

[](#installation)

To install SimpleHash run the command:

```
composer require talex/simple-hash

```

```
use  Talex\SimpleHash\Str;

$number = 111;
$encoderDecoder = new Str();

$encoderDecoder->encode($number);

echo "Encoded: {$encoderDecoder->getEncodedString()}\n";

$encoderDecoder->decode();
echo "Decoded: {$encoderDecoder->getDecodedString()}\n";
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

940d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/332e991c1bfdb11a9dc9a34a4cce23c3ca8d959e1047dbd568c7e9873d023cd3?d=identicon)[alexandrutanasie](/maintainers/alexandrutanasie)

---

Top Contributors

[![alexandrutanasie](https://avatars.githubusercontent.com/u/18072222?v=4)](https://github.com/alexandrutanasie "alexandrutanasie (5 commits)")

### Embed Badge

![Health badge](/badges/talex-simple-hash/health.svg)

```
[![Health](https://phpackages.com/badges/talex-simple-hash/health.svg)](https://phpackages.com/packages/talex-simple-hash)
```

PHPackages © 2026

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