PHPackages                             hemric/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. [Security](/categories/security)
4. /
5. hemric/murmurhash

ActiveLibrary[Security](/categories/security)

hemric/murmurhash
=================

MurmurHash3 Hash (php8)

3.0.0(5y ago)0213MITPHPPHP ^8

Since Apr 30Pushed 5y agoCompare

[ Source](https://github.com/Hemric/murmurhash-php)[ Packagist](https://packagist.org/packages/hemric/murmurhash)[ Docs](https://github.com/Hemric/murmurhash-php)[ RSS](/packages/hemric-murmurhash/feed)WikiDiscussions master Synced 2d ago

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

MurmurHash3
===========

[](#murmurhash3)

PHP(8) Implementation of MurmurHash3 (forked from: )

More information about these algorithms can be found at:

- [MurmurHash Homepage](http://sites.google.com/site/murmurhash/)
- [Wikipedia Entry on MurmurHash](http://en.wikipedia.org/wiki/MurmurHash)

Porting of the MurmurHash3 JavaScript version created by Gary Court ()

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

[](#installation)

Use [composer](https://getcomposer.org/download/) :

```
composer require hemric/murmurhash
```

Usage
-----

[](#usage)

You can retrieve an hash via `hash3` static method of class `Murmur`

```
