PHPackages                             itlogic/hash-int - 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. itlogic/hash-int

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

itlogic/hash-int
================

Encoding and decoding integer in 6-character hash

v1.0(11y ago)024MITPHPPHP &gt;=5.4.0

Since Jul 7Pushed 11y agoCompare

[ Source](https://github.com/itlogic/hash-int)[ Packagist](https://packagist.org/packages/itlogic/hash-int)[ RSS](/packages/itlogic-hash-int/feed)WikiDiscussions master Synced 6d ago

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

\##Encoding and decoding integer in 6-character hash

[![Build Status](https://camo.githubusercontent.com/439d8fcd82dbadbdd12ad5c124dc54b7450c1e542fd5a036df6f622b3799807b/68747470733a2f2f7472617669732d63692e6f72672f69746c6f6769632f686173682d696e742e7376673f6272616e63683d6d6173746572)](https://github.com/itlogic/hash-int)

### Installation

[](#installation)

To get the latest version of HashInt simply require it in your `composer.json` file.

```
"itlogic/hash-int": "dev-master",

```

You'll then need to run `composer update` to download it and have the autoloader updated.

Once this operation completes, open app/config/app.php, and add a new item to the providers array.

```
'providers' => array(

    'ItLogic\HashInt\HashIntServiceProvider',

)

```

You can register the facade in the `aliases` key of your `app/config/app.php` file.

```
'aliases' => array(

    'HashInt'			=> 'ItLogic\HashInt\Facades\HashInt',

)

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

4331d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/685369?v=4)[Andrey Kasianov](/maintainers/itlogic)[@itlogic](https://github.com/itlogic)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/itlogic-hash-int/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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