2017 © Pedro Peláez
 

library php-murmurhash3

image

maksimf/php-murmurhash3

  • Monday, March 5, 2018
  • by maksimf
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • C++
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP MurmurHash3

MurmurHash is an algorithm desiged by Austin Appleby., (*1)

This is a fork of PHP extension authored by j42. The original extension didn't work correct with the certain data., (*2)

Install

chmod +x build/install.sh
./build/install.sh

Usage

// Example
echo murmurhash3('豥붢㦖徱阵儹㜀耄巅簏罚撦', 1096928849); // 340060741

The Versions

05/03 2018

1.0

1.0.0.0

  Sources   Download

27/02 2017

dev-master

9999999-dev

PHP Murmurhash3 algorithm implementation

  Sources   Download

MIT

by Max Filippov

27/02 2017

dev-dev-master

dev-dev-master

PHP Murmurhash3 algorithm implementation

  Sources   Download

MIT

by Max Filippov