php-xxhash
php-xxhash copied to clipboard
PHP extension for the xxhash library
I needed the 64 bit version, I assumed other people will need it too. The rest of the details are in the README.md file. General note: Since PHP doesn't support...
I am currently stuck with a dev environment running windows 7 and laragon (https://laragon.org/) . I would like to use this extension. First, is this possible ? And second ,...
I've added a few functions to integrate `xxhash32` into PHP's hash functions, so that you can use `hash_init()`, `hash_update()` and `hash_final()` amongst others :-)