PHPackages                             a50/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. a50/uuid

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

a50/uuid
========

Uuid Provider for A50

04PHP

Since Dec 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/a50dev/uuid)[ Packagist](https://packagist.org/packages/a50/uuid)[ RSS](/packages/a50-uuid/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](https://avatars0.githubusercontent.com/u/86768962) ](https://github.com/A50dev)

Uuid Provider
=============

[](#uuid-provider)

The main purpose of this package is to provide a provider to generate uuid.

[![Latest Version on Packagist](https://camo.githubusercontent.com/2577930c96ebe52ca0362883b6d328908e9b20c44df524b9c73d4b6ca0e29f40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6135302f757569642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/a50/uuid)[![Tests](https://github.com/a50/uuid/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/a50/uuid/actions/workflows/test.yml)[![Analysis](https://github.com/a50/uuid/actions/workflows/analyse.yml/badge.svg?branch=main)](https://github.com/a50/uuid/actions/workflows/analyse.yml)[![Total Downloads](https://camo.githubusercontent.com/e8350b1e7593d9fe0dc2f65a9d0c6ae6c645f9b032d7895611b8af3a8d5f13b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6135302f757569642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/a50/uuid)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require a50/uuid
```

Usage
-----

[](#usage)

Usually you need to generate a uuid in the repository implementation:

```
