Sadly, no documentation.

Installation, for Fedora or Enterprise Linux with PHP 5.3

yum --enablerepo=remi install php-pecl-uuid

Installation, for Enterprise Linux with PHP 5.4

yum --enablerepo=remi,remi-test install php-pecl-uuid

Example:

$php -r 'echo "UUID = ".uuid_create()."\n";'
UUID = 3a0b1102-dcc4-4824-a471-804e9e5761a9

This package conflicts with uuid-php, which provides a different API, but which is broken (Bug #873594)

Submitted for official repository : Revue #873643