Libraries tagged by ulid
hilalahmad/php-uuid
7 Downloads
UUIDs are used to create unique identifiers that are often used in distributed systems, databases, and various software applications to ensure the uniqueness of data elements. In PHP, packages related to UUIDs typically provide functions or classes for generating, parsing, and manipulating UUIDs. These packages can be useful in scenarios where unique identifiers are needed to avoid conflicts or ensure data integrity.
highperapp/uuid
0 Downloads
High-performance UUID generator library implementing RFC 9562 with optional Rust FFI acceleration
hell-sh/uuid
415 Downloads
A wrapper for 128 unique bits.
helicon-os/uuid
12 Downloads
Generic basic UUID Generator for PHP with various output formats like 16byte binary, hex formats (compact, grouped, ...), base32-like and base64-like. V4 Random UUIDs and Sequential UUIDs can be generated.
happyr/uuid-param-converter
0 Downloads
A simple param converter that handles UUID
gubler/uuid-encoder-bundle
54 Downloads
This bundle provides Symfony integration for gubler/uuid-encoder.
gubler/uuid-encoder
80 Downloads
Tool for encoding ramsey/uuid into shorter strings
gstjohn/eloquent-uuids
6 Downloads
Easily allow Laravel Eloquent models to utilize UUIDs as their primary key.
gponster/laravel-url62-uuid
61 Downloads
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid
gpolverini/uuid
15 Downloads
UUID library for PHP
gollumsf/uuid
115 Downloads
An minimal implementation of uuid for PHP
glorand/laravel-eloquent-model-uuid
1023 Downloads
A simple solution for providing UUID support for the IDs of your Eloquent models.
germania-kg/uuidserviceprovider
52 Downloads
gbuckingham89/eloquent-uuid
4695 Downloads
A simple package for using UUID's (UUID4) with Laravel's Eloquent.
gauralab/laravel-uuid-model
49 Downloads
Eloquent model with uuid as primary key