PHPackages                             z38/murmurhash - 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. z38/murmurhash

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

z38/murmurhash
==============

Murmur3F implementation for PHP

v0.1.0(9y ago)269.5k3MITPHPPHP &gt;=5.5.1

Since Nov 10Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

MurmurHash
==========

[](#murmurhash)

[![Build Status on Linux](https://camo.githubusercontent.com/0ee71d255a101c4db514f5dd1059ba499e9b13cd28b13503fca1e7cbcf54e3ea/68747470733a2f2f7472617669732d63692e6f72672f7a33382f6d75726d7572686173682e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/z38/murmurhash)[![Build Status on Windows](https://camo.githubusercontent.com/f08678041f2072c1f92ed24b2d6c8dc476b34a7620f8dc1a9e30b7f71f74b7b6/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f6b6f74326936383164383369727032772f6272616e63682f6d61737465723f7376673d74727565)](https://ci.appveyor.com/project/z38/murmurhash)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bc9a17d9734c8682e7138e18627bcac9235e73aeec00f2fad360b4133463596c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a33382f6d75726d7572686173682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/z38/murmurhash/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/1e2103ddc92e216759f5d2aa98aec75befc24718247a7a195599df877025f24e/68747470733a2f2f706f7365722e707567782e6f72672f7a33382f6d75726d7572686173682f762f737461626c65)](https://packagist.org/packages/z38/murmurhash)

PHP implementation of [MurmurHash3\_x64\_128](https://github.com/aappleby/smhasher/wiki/MurmurHash3).

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

[](#installation)

Just install [Composer](http://getcomposer.org) and run `composer require z38/murmurhash` in your project directory.

Usage
-----

[](#usage)

```
$hash = new Z38\MurmurHash\Murmur3F();

$hash->write('The quick brown fox jumps over the lazy dog.');

echo bin2hex($hash->sum()); // c902e99e1f4899cde7b68789a3a15d69
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

3476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01476046f69b74a6dd8256d4715234e8a193186c3f1698a39e60bbe7d829e3c2?d=identicon)[z38](/maintainers/z38)

---

Top Contributors

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

---

Tags

hashmurmurmurmurhashmurmurhash3murmur3amurmur3cmurmur3f

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/z38-murmurhash/health.svg)

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

###  Alternatives

[hashids/hashids

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

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

Laravel package for Hashids

54335.1k](/packages/torann-hashids)[delight-im/ids

Short, obfuscated and efficient IDs for PHP

289.5k1](/packages/delight-im-ids)[light/hashids

Hashids for Yii2

1120.2k](/packages/light-hashids)[bvdputte/kirby-fingerprint

Cache-busting utility to fingerprint assets (JS/CSS) in Kirby 3

1610.0k](/packages/bvdputte-kirby-fingerprint)[paragonie/blakechain

Hash chain using BLAKE2b

242.9k3](/packages/paragonie-blakechain)

PHPackages © 2026

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