Skip to main content
Ctrl+K

Sand Fox's Projects

Support

  • Gitter Room (Web)

PHP

  • Arithmetic Parser
  • Bencode
  • Clock
  • Composer License Manager
  • Composer Viz
  • Console Menu
  • Date
  • DateTime Rounding
  • Encryptor
  • IP Address
  • IP Address for Doctrine
  • IsResource
  • JSON
  • JSON5 Builder
  • KiloMega
  • Metadata Exporter for PhpStorm
  • MonsterID
  • Path Library
  • Peso for PHP
  • PGP Word List
  • Private Access
  • Pseudolocale
  • Random Extension Polyfill
  • RFC 1751
  • Torrent File
  • Torrent File CLI
  • Unsigned
  • UUID
    • Base Class and Interfaces
    • UUID Versions
    • Parser
    • Factories
    • Node ID Generators
    • UUID Namespaces
    • Doctrine Support
    • Upgrade

Ruby

  • CommonMarker+Rouge
  • Journald Logger
  • Journald Native
  • Vishnu

JavaScript and Frontend

  • sass-hsv

Docker

  • JSON5 to JSON

Links

  • Blog
  • Read the Docs
  • GitLab
  • GitHub
  • Codeberg
  • Gitea
  • Packagist
  • RubyGems
  • NPM
  • Docker Hub
  • .rst

UUID

Contents

  • Installation
  • Documentation
  • License

UUID#

Packagist GitLab GitHub Codeberg Gitea

UUID and ULID classes for PHP.

Installation#

composer require 'arokettu/uuid'

Documentation#

  • Base Class and Interfaces
    • Base class
    • Variant10xxUuid
    • Rfc4122Uuid
    • Rfc9562Uuid
    • TimeBasedUuid
    • NodeBasedUuid
  • UUID Versions
    • Special
    • RFC 9562
    • ULID
  • Parser
    • fromBytes()
    • fromGuidBytes()
    • fromRfcFormat()
    • fromBase32()
    • fromString() / parse()
    • fromDecimal()
  • Factories
    • Special UUIDs
    • Variant 10xx
    • ULID
    • Sequences
    • Custom UUIDs
  • Node ID Generators
    • Random Node
    • Static Node
    • MAC Node
    • Raw Node
  • UUID Namespaces
    • Predefined Namespaces
  • Doctrine Support
    • Installation
    • Available Types
    • Available Generators
    • Usage
  • Upgrade
    • 3.x to 4.0
    • 2.x to 3.0
    • 1.x to 2.0

License#

The library is available as open source under the terms of the MIT License.

previous

Arithmetic

next

Base Class and Interfaces

Contents
  • Installation
  • Documentation
  • License

By Anton Smirnov

© Copyright 2019, 2026.