PHPackages                             gollumsf/uuid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gollumsf/uuid

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gollumsf/uuid
=============

An minimal implementation of uuid for PHP

v1.0.3(3y ago)0116MITPHPPHP &gt;=7.1CI failing

Since Feb 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/GollumSF/uuid)[ Packagist](https://packagist.org/packages/gollumsf/uuid)[ Docs](https://github.com/GollumSF/uuid)[ RSS](/packages/gollumsf-uuid/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

UUID
====

[](#uuid)

[![Build Status](https://github.com/GollumSF/uuid/actions/workflows/php_7.1.yml/badge.svg?branch=master)](https://github.com/GollumSF/uuid/actions)[![Build Status](https://github.com/GollumSF/uuid/actions/workflows/php_7.2.yml/badge.svg?branch=master)](https://github.com/GollumSF/uuid/actions)[![Build Status](https://github.com/GollumSF/uuid/actions/workflows/php_7.3.yml/badge.svg?branch=master)](https://github.com/GollumSF/uuid/actions)[![Build Status](https://github.com/GollumSF/uuid/actions/workflows/php_7.4.yml/badge.svg?branch=master)](https://github.com/GollumSF/uuid/actions)[![Build Status](https://github.com/GollumSF/uuid/actions/workflows/php_8.0.yml/badge.svg?branch=master)](https://github.com/GollumSF/uuid/actions)[![Build Status](https://github.com/GollumSF/uuid/actions/workflows/php_8.1.yml/badge.svg?branch=master)](https://github.com/GollumSF/uuid/actions)

[![Coverage](https://camo.githubusercontent.com/d42b3f142cce8a57a9892868aa504a83d6c9a322fdad580045422bf58edb916b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f476f6c6c756d53462f757569642f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/GollumSF/uuid)[![License](https://camo.githubusercontent.com/c226b8305478fcaec5a9f00b597e60bf85b8fe96a93504d42ab10dc016567dea/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f757569642f6c6963656e7365)](https://packagist.org/packages/gollumsf/uuid)[![Latest Stable Version](https://camo.githubusercontent.com/2450c0c14aae7f0943565716ce498341c67acf0f249a8a60d20a576b582c2ee5/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f757569642f762f737461626c65)](https://packagist.org/packages/gollumsf/uuid)[![Latest Unstable Version](https://camo.githubusercontent.com/535cdf4040638c6f6106cc77ccca62cc642874438a6052e84f6bcd5a02e1fa32/68747470733a2f2f706f7365722e707567782e6f72672f676f6c6c756d73662f757569642f762f756e737461626c65)](https://packagist.org/packages/gollumsf/uuid)[![Discord](https://camo.githubusercontent.com/e2ea9d7fb91494f17c7c76925e006e2ad2d7586fa54f500364bddda1520eecb1/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f3637313734313934343134393537333638373f636f6c6f723d707572706c65266c6162656c3d646973636f7264)](https://discord.gg/xMBc5SQ)

An minimal implementation of uuid for PHP

Installation:
-------------

[](#installation)

```
composer require gollumsf/uuid
```

Usages:
-------

[](#usages)

### Basic:

[](#basic)

```
