2017 © Pedro Peláez
 

library murmurhash

Murmur3F implementation for PHP

image

z38/murmurhash

Murmur3F implementation for PHP

  • Thursday, November 10, 2016
  • by z38
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 36 % Grown

The README.md

MurmurHash

Build Status on Linux Build Status on Windows Scrutinizer Code Quality Latest Stable Version, (*1)

PHP implementation of MurmurHash3_x64_128., (*2)

Installation

Just install Composer and run composer require z38/murmurhash in your project directory., (*3)

Usage

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

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

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

The Versions

10/11 2016

dev-master

9999999-dev https://github.com/z38/murmurhash

Murmur3F implementation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.1
  • ext-gmp *

 

The Development Requires

hash murmur murmurhash murmurhash3 murmur3a murmur3c murmur3f

10/11 2016

v0.1.0

0.1.0.0 https://github.com/z38/murmurhash

Murmur3F implementation for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5.1
  • ext-gmp *

 

The Development Requires

hash murmur murmurhash murmurhash3 murmur3a murmur3c murmur3f