https://github.com/php/pecl-networking-uuid
UUID extension
https://github.com/php/pecl-networking-uuid
Last synced: 7 months ago
JSON representation
UUID extension
- Host: GitHub
- URL: https://github.com/php/pecl-networking-uuid
- Owner: php
- License: lgpl-2.1
- Created: 2015-04-03T21:08:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T13:37:50.000Z (12 months ago)
- Last Synced: 2025-09-26T06:30:01.945Z (7 months ago)
- Language: C
- Homepage: https://pecl.php.net/package/UUID
- Size: 112 KB
- Stars: 44
- Watchers: 10
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UUID extension
A wrapper around Universally Unique IDentifier library (libuuid).
# Sources
* Official git repository: https://github.com/php/pecl-networking-uuid
* Issue tracker: https://github.com/php/pecl-networking-uuid/issues
# 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](https://www.gnu.org/licenses/lgpl-2.1.html)