maxperrimond/php-xid

Globally Unique ID Generator

Installs: 1 604

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/maxperrimond/php-xid

dev-master 2018-11-02 08:19 UTC

This package is auto-updated.

Last update: 2025-09-29 02:28:09 UTC


README

This project is a PHP implementation of the Go Lang library found here: https://github.com/rs/xid

Install

composer install maxperrimond/xid

Usage

<?php

use MP\XID\Factory;

$id = Factory::newXID();

echo $id; // bfe0de29jkonb71p070g

Licenses

All source code is licensed under the MIT License.