php-instanceid

This PHP extension provides a unique (cryptographically secure pseudorandom) identifier per server instance.

Example usage:

<?php
   echo 'Instance identifier: "' . PHP_INSTANCE_UNIQID . '"' . PHP_EOL;
?>

License:

This is free and unencumbered software released into the public domain. For more information, please refer to http://unlicense.org/.


Downloads Mirror Source Readme