PHPackages                             arcanedev/hasher - 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. arcanedev/hasher

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

arcanedev/hasher
================

Provides hash tools for Laravel.

4.0.0(6y ago)54.7k21MITPHPPHP ^7.2.5

Since Oct 24Pushed 6y ago3 watchersCompare

[ Source](https://github.com/ARCANEDEV/Hasher)[ Packagist](https://packagist.org/packages/arcanedev/hasher)[ Docs](https://github.com/ARCANEDEV/Hasher)[ RSS](/packages/arcanedev-hasher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (31)Used By (1)

Hasher [![Packagist License](https://camo.githubusercontent.com/ce54541cfd851202a55e26bb8982f5a4bd6cbf6c7b711343721a9c38ec7763ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f617263616e656465762f6861736865722e7376673f7374796c653d666c61742d737175617265)](LICENSE.md) [![For Laravel](https://camo.githubusercontent.com/181daa916651f5953c3d0c2e6bb403783ba7547c3098c11ea87bb4516d09e1b2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f466f722532304c61726176656c2d352e78253230746f253230372e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://github.com/ARCANEDEV/Hasher)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#hasher--)

[![Github Workflow Status](https://camo.githubusercontent.com/2d3372271672bbddd97c87438f71508fce0e4a1bde31d97232fde1fe2a58c562/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f415243414e454445562f4861736865722f72756e2d74657374733f7374796c653d666c61742d737175617265)](https://github.com/ARCANEDEV/Hasher/actions)[![Coverage Status](https://camo.githubusercontent.com/0a8cd6d94261c4c220448d79dd1c4ea30f40bdcbe997493770e2221fb9df9cec/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f415243414e454445562f4861736865722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ARCANEDEV/Hasher/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9bbff50054d4019f53ceea0d2a195e163e81f7d397802e81556ec5af01f966db/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f415243414e454445562f4861736865722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ARCANEDEV/Hasher/?branch=master)[![SensioLabs Insight](https://camo.githubusercontent.com/57d9f143fc92dbde7ab10bf367805ee62f5b87b44e73ab5cfacf53cc4449e227/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f30633432373734322d623438382d346266662d383765642d6362316435393231376432302e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/0c427742-b488-4bff-87ed-cb1d59217d20)[![Github Issues](https://camo.githubusercontent.com/e4d901f0188e53ddfcc8be6784ba9cc562f0444998b37fd9a50ca4b6b00ed100/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f415243414e454445562f4861736865722e7376673f7374796c653d666c61742d737175617265)](https://github.com/ARCANEDEV/Hasher/issues)

[![Packagist](https://camo.githubusercontent.com/e0bf7f8f076e070932cd72c0b123060929303e5ca3064d3fbb7dc8dac44330ab/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b6167652d617263616e656465762f6861736865722d626c75652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arcanedev/hasher)[![Packagist Release](https://camo.githubusercontent.com/fb57cabfcfffed25dac8124cd9eb74d8b6ff0ca5d999e82403ae78c412590391/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617263616e656465762f6861736865722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arcanedev/hasher)[![Packagist Downloads](https://camo.githubusercontent.com/1b66fc5469d1717a6795a6e381afa507d027f152e07898b91651cb73a0049c9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617263616e656465762f6861736865722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/arcanedev/hasher)

*By [ARCANEDEV©](http://www.arcanedev.net/)*

The Hasher package provides a flexible hash manager for Laravel.

This package offers [Hashids](https://github.com/ivanakimov/hashids.php) as default driver with multiple connections.

> Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers.

Feel free to check out the [releases](https://github.com/ARCANEDEV/Hasher/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md).

### Features

[](#features)

- Easy setup &amp; configuration.
- Flexible hash manager.
- Well documented &amp; IDE Friendly.
- Well tested with maximum code quality.
- Laravel `5.x | 6.x | 7.x` are supported.
- Made with ❤️ &amp; ☕.

Table of contents
-----------------

[](#table-of-contents)

1. [Installation and Setup](_docs/1-Installation-and-Setup.md)
2. [Configuration](_docs/2-Configuration.md)
3. [Usage](_docs/3-Usage.md)

Contribution
------------

[](#contribution)

Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [ARCANEDEV](https://github.com/arcanedev-maroc)
- [All Contributors](https://github.com/ARCANEDEV/Hasher/graphs/contributors)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

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

Recently: every ~44 days

Total

30

Last Release

2264d ago

Major Versions

1.3.0 → 2.0.02016-09-17

2.5.0 → 3.0.02019-09-09

v3.x-dev → 4.0.02020-03-06

PHP version history (7 changes)1.0.0PHP &gt;=5.5.9

1.3.0PHP &gt;=5.6

2.0.0PHP &gt;=5.6.4

2.2.0PHP &gt;=7.0

2.3.0PHP &gt;=7.1.3

3.0.0PHP &gt;=7.2.0

4.0.0PHP ^7.2.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9376707?v=4)[ARCANEDEV](/maintainers/arcanedev)[@ARCANEDEV](https://github.com/ARCANEDEV)

---

Top Contributors

[![arcanedev-maroc](https://avatars.githubusercontent.com/u/3282340?v=4)](https://github.com/arcanedev-maroc "arcanedev-maroc (103 commits)")

---

Tags

encodinghashhashidsidslaravelphplaravelencryptdecrypthashyoutubebitlyidshashidsobfuscatehashidarcanedev

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arcanedev-hasher/health.svg)

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

###  Alternatives

[hashids/hashids

Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers

5.4k48.6M278](/packages/hashids-hashids)[light/hashids

Hashids for Yii2

1120.2k](/packages/light-hashids)[cybercog/laravel-optimus

An Optimus bridge for Laravel. Id obfuscation based on Knuth's multiplicative hashing method.

192564.1k](/packages/cybercog-laravel-optimus)[elfsundae/laravel-hashid

A simple, elegant way to obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.

415246.3k2](/packages/elfsundae-laravel-hashid)[lingxi/hashids

A Hashids bridge for Laravel

183.3k](/packages/lingxi-hashids)[delight-im/ids

Short, obfuscated and efficient IDs for PHP

289.5k1](/packages/delight-im-ids)

PHPackages © 2026

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