All Projects → Fleshgrinder → php-uuid

Fleshgrinder / php-uuid

Licence: other
RFC 4122 compliant UUID generator and parser for PHP.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php-uuid

fastuuid
FastUUID is a library which provides CPython bindings to Rust's UUID library
Stars: ✭ 83 (+538.46%)
Mutual labels:  uuid, uuid-generator, uuid4, uuid5, uuid3, uuid-parser
uuix
A tiny (<1KB) and fast UUID (v4) generator for Crystal
Stars: ✭ 17 (+30.77%)
Mutual labels:  uuid, uuid4
Butterfly
分布式ID生成器框架:超高性能的发号器框架。通过引入多种新的方案,彻底解决雪花算法的时间回拨等问题,并将雪花算法原生QPS提高最少十几~二十倍
Stars: ✭ 111 (+753.85%)
Mutual labels:  uuid, uuid-generator
uuid-generator-plugin
An IntelliJ Idea plugin to generate UUID (Universally Unique Identifier), ULID (Universally Unique Lexicographically Sortable Identifier) and CUID (Collision Resistant Unique Identifier)
Stars: ✭ 30 (+130.77%)
Mutual labels:  uuid, uuid-generator
uuidgen-el
UUID generation implemented in elisp.
Stars: ✭ 44 (+238.46%)
Mutual labels:  uuid, uuid-generator
ulid-creator
A Java library for generating Universally Unique Lexicographically Sortable Identifiers (ULID)
Stars: ✭ 38 (+192.31%)
Mutual labels:  uuid, uuid-generator
react-native-uuid-generator
UUID generator for React Native utilizing native iOS and Android UUID classes
Stars: ✭ 88 (+576.92%)
Mutual labels:  uuid, uuid-generator
Ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Stars: ✭ 216 (+1561.54%)
Mutual labels:  uuid
friendly-id
Java Friendly Id for UUID
Stars: ✭ 173 (+1230.77%)
Mutual labels:  uuid
Uuid
Erlang Native UUID Generation
Stars: ✭ 188 (+1346.15%)
Mutual labels:  uuid
Msgphp
Reusable domain layers. Shipped with industry standard infrastructure.
Stars: ✭ 182 (+1300%)
Mutual labels:  uuid
Ksuid
K-Sortable Globally Unique IDs
Stars: ✭ 3,202 (+24530.77%)
Mutual labels:  uuid
ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Crystal
Stars: ✭ 28 (+115.38%)
Mutual labels:  uuid
Python Wechat Itchat
微信机器人,基于Python itchat接口功能实例展示:01-itchat获取微信好友或者微信群分享文章、02-itchat获取微信公众号文章、03-itchat监听微信公众号发送的文章、04 itchat监听微信群或好友撤回的消息、05 itchat获得微信好友信息以及表图对比、06 python打印出微信被删除好友、07 itchat自动回复好友、08 itchat微信好友个性签名词云图、09 itchat微信好友性别比例、10 微信群或微信好友撤回消息拦截、11 itchat微信群或好友之间转发消息
Stars: ✭ 216 (+1561.54%)
Mutual labels:  uuid
SierraChartZorroPlugin
A Zorro broker API plugin for Sierra Chart, written in Win32 C++.
Stars: ✭ 22 (+69.23%)
Mutual labels:  uuid
Nanoid
A tiny, secure, URL-friendly, unique string ID generator for Rust
Stars: ✭ 188 (+1346.15%)
Mutual labels:  uuid
ulid
Haskell implementation of ULIDs (Unique Lexicographically Sortable Identifiers)
Stars: ✭ 22 (+69.23%)
Mutual labels:  uuid
fuse-device
Use the basic Device functions such as UUID and current localization from Fuse
Stars: ✭ 13 (+0%)
Mutual labels:  uuid
python-libuuid
Faster UUID generation using libuuid
Stars: ✭ 36 (+176.92%)
Mutual labels:  uuid
yii2-uuid
UUID Helper and validator for Yii 2
Stars: ✭ 33 (+153.85%)
Mutual labels:  uuid

UUID

Immutable UUID value object implementation for PHP. Please refer to the UUID RFC for details and the provided source code documentation for usage instructions.

Installation

composer require 'fleshgrinder/uuid:5.4' # for PHP 5.4+
composer require 'fleshgrinder/uuid:7.0' # for PHP 7.0
composer require 'fleshgrinder/uuid:7.1' # for PHP 7.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].