PHPackages                             qerbia/quuid - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. qerbia/quuid

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

qerbia/quuid
============

A PHP library to generate, validate, and decode QUUIDs-a custom UUID format that embeds record IDs while maintaining compatibility with the UUID v8 standard.

v1.0.0(1y ago)08MITPHPPHP &gt;=7.1.0

Since Jan 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/qerbia/quuid)[ Packagist](https://packagist.org/packages/qerbia/quuid)[ RSS](/packages/qerbia-quuid/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Qerbia QUUID
============

[](#qerbia-quuid)

Qerbia QUUID is a specialized UUID (Unique Identifier) library that provides a custom UUID8 implementation with embedded integer encoding capabilities.

Contents

- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
    - [Decoding a QUUID](#decoding-a-quuid)
    - [Supported Ranges](#supported-ranges)
    - [Validation](#validation)

[Features](#id1)
----------------

[](#features)

- Generate custom UUID8-compatible identifiers
- Encode and decode integer IDs within UUID strings
- Supports unique identifier generation with embedded data
- Strictly validates QUUID format

[Requirements](#id2)
--------------------

[](#requirements)

- PHP 7.1+
- Supports strict typing

[Installation](#id3)
--------------------

[](#installation)

```
composer require qerbia/quuid
```

[Usage](#id4)
-------------

[](#usage)

### [Decoding a QUUID](#id5)

[](#decoding-a-quuid)

```
