pecl/uuid

UUID extension

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 37

Watchers: 11

Forks: 15

Open Issues: 1

Language:C

Type:php-ext

v1.2.1 2024-10-08 07:04 UTC

This package is auto-updated.

Last update: 2024-10-08 07:06:18 UTC


README

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