Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Repository files navigation

php-xxhash

PHP extension to add support for the xxhash fast hashing algorithm. xxhash is designed to be fast enough to use in real-time streaming applications.

How To Install

 phpize
./configure --enable-xxhash
make
sudo make install

How To Use

This extension adds one new PHP function:

 int xxhash32(string $data);

It will checksum the string, and return the checksum.

License

BSD 2-clause license.

About

PHP extension for the xxhash library

Resources

Stars

53 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages