php-xxhash icon indicating copy to clipboard operation
php-xxhash copied to clipboard

PHP extension for the xxhash library

Results 3 php-xxhash issues
Sort by recently updated
recently updated
newest added

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 :-)