Download the PHP package brilliantpackages/filemaker-uuid without Composer
On this page you can find all versions of the php package brilliantpackages/filemaker-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brilliantpackages/filemaker-uuid
More information about brilliantpackages/filemaker-uuid
Files in brilliantpackages/filemaker-uuid
Download brilliantpackages/filemaker-uuid
More information about brilliantpackages/filemaker-uuid
Files in brilliantpackages/filemaker-uuid
Vendor brilliantpackages
Package filemaker-uuid
Short Description A package to generate a FileMaker-compatible numeric UUID.
License MIT
Package filemaker-uuid
Short Description A package to generate a FileMaker-compatible numeric UUID.
License MIT
Please rate this library. Is it a good library?
Informations about the package filemaker-uuid
FileMaker UUID
A package to generate a FileMaker-compatible numeric UUID.
Compatibility
PHP | Package Version |
---|---|
>=8.0 | 2.x |
7.x | 1.x |
Usage
Format
A 41-digit delimited number of the form:
vrmmmmmmmmmmmmTssssssscccccnnnnnnnnnnnnnnn
- With version 1 and 2 UUIDs, the sections of the UUID correspond to:
v
: The UUID version (type) number: 1r
: A variant code reserved by the RFC 4122 standard: 2m
: The creation timestamp (seconds since 0001-01-01T00:00:00), or as close as we can get with PHP/Unix Epochs
: PHP microsecondsc
: Random bits ("session key" in FM)n
: IP Address as a long ("Device ID" in FM)
All versions of filemaker-uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package brilliantpackages/filemaker-uuid contains the following files
Loading the files please wait ....