maksimf / php-murmurhash3
PHP Murmurhash3 algorithm implementation
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 3
Language:C++
pkg:composer/maksimf/php-murmurhash3
This package is not auto-updated.
Last update: 2025-10-09 23:54:11 UTC
README
MurmurHash is an algorithm desiged by Austin Appleby.
This is a fork of PHP extension authored by j42. The original extension didn't work correct with the certain data.
Install
chmod +x build/install.sh ./build/install.sh
Usage
// Example echo murmurhash3('豥붢㦖徱阵儹㜀耄巅簏罚撦', 1096928849); // 340060741