PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UID (UUID, ULID, Snowflake, Sonyflake, Nano, CUID, KSUID, XID, TBSL)
Generate, parse, validate unique identifiers
Author: By
Last change:
Date: 8 days ago
Size: 1,272 bytes
 

Contents

Class file image Download
{ "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 } }