{
"name": "infocyph/uid",
"description": "UUID (RFC 9562), ULID, Snowflake ID, Sonyflake ID, and TBSL generator for PHP.",
"license": "MIT",
"type": "library",
"keywords": [
"uuid",
"ulid",
"snowflake",
"sonyflake",
"tbsl",
"ksuid",
"xid",
"id",
"key",
"unique",
"rfc4122",
"rfc9562"
],
"authors": [
{
"name": "abmmhasan",
"email": "abmmhasan@gmail.com"
}
],
"require": {
"php": ">=8.2",
"ext-bcmath": "*",
"psr/simple-cache": "^3.0"
},
"require-dev": {
"infocyph/phpforge": "dev-main"
},
"replace": {
"abmmhasan/uuid": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Infocyph\\UID\\": "src/"
},
"files": [
"src/functions.php"
]
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"infocyph/phpforge": true,
"pestphp/pest-plugin": true
},
"classmap-authoritative": true,
"optimize-autoloader": true,
"sort-packages": true
}
}
|