PHPackages                             brilliantpackages/filemaker-uuid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. brilliantpackages/filemaker-uuid

ActiveLibrary

brilliantpackages/filemaker-uuid
================================

A package to generate a FileMaker-compatible numeric UUID.

2.0.0(3y ago)0735MITPHPPHP ^8.0

Since May 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/LuminFire/FileMaker-UUID)[ Packagist](https://packagist.org/packages/brilliantpackages/filemaker-uuid)[ RSS](/packages/brilliantpackages-filemaker-uuid/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

FileMaker UUID
==============

[](#filemaker-uuid)

A package to generate a FileMaker-compatible numeric UUID.

Compatibility
-------------

[](#compatibility)

PHPPackage Version&gt;=8.02.x7.x1.xUsage
-----

[](#usage)

```
use BrilliantPackages\FileMakerUuid\Uuid;
$uuid = Uuid::numeric()->toString();

// Results in something like 12063716518403015373000001000000000000000.
```

Format
------

[](#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: 1
    - `r`: A variant code reserved by the RFC 4122 standard: 2
    - `m`: The creation timestamp (seconds since 0001-01-01T00:00:00), or as close as we can get with PHP/Unix Epoch
    - `s`: PHP microseconds
    - `c`: Random bits ("session key" in FM)
    - `n`: IP Address as a long ("Device ID" in FM)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1014 days

Total

2

Last Release

1166d ago

Major Versions

1.0.0 → 2.0.02023-02-27

PHP version history (2 changes)1.0.0PHP &gt;=7.2

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8026272df856a5afa94a27a51ce9f775c81b6556dd33378e8489330770353f67?d=identicon)[brilliantpackages](/maintainers/brilliantpackages)

---

Top Contributors

[![andrewminion-luminfire](https://avatars.githubusercontent.com/u/47227887?v=4)](https://github.com/andrewminion-luminfire "andrewminion-luminfire (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/brilliantpackages-filemaker-uuid/health.svg)

```
[![Health](https://phpackages.com/badges/brilliantpackages-filemaker-uuid/health.svg)](https://phpackages.com/packages/brilliantpackages-filemaker-uuid)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
