UUID extension

A wrapper around Universally Unique IDentifier library (libuuid).

Sources

Build

Compatible with PHP 7.0 or greater.

You need the libuuid library with development headers.

From the sources tree

$ phpize
$ ./configure --with-uuid
$ make
$ make test

From https://pecl.php.net/ using pecl command

$ pecl install uuid

From https://packagist.org/ using PHP Installer for Extensions

$ pie install pecl/uuid

LICENSE

Authors: Hartmut Holzgraefe, Remi Collet

This extension is licensed under LGPL-2.1-or-later

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:23:40.432Z
Readme 173 KiB
Languages
C 64.1%
PHP 29.4%
Makefile 3.4%
M4 3.1%