PHPackages                             fordbedia/php-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. [API Development](/categories/api)
4. /
5. fordbedia/php-uuid

ActiveLibrary[API Development](/categories/api)

fordbedia/php-uuid
==================

PHP UUID Generator

1.0.0(6y ago)067↓70%MITPHPPHP &gt;=7.

Since Apr 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/fordbedia/php-uuid)[ Packagist](https://packagist.org/packages/fordbedia/php-uuid)[ RSS](/packages/fordbedia-php-uuid/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP UUID
========

[](#php-uuid)

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

[](#installation)

`composer require fordbedia/php-uuid`

Usage
-----

[](#usage)

```
use Security\UUID;
// Create UUID on the fly
$uuid = UUID::generate();

echo $uuid;
// Result E.g.: 43034342-4620-417e-aec2-d7e3eb90daa3
```

```
use Security\UUID;

// Create a license key
$guid = new UUID;

echo $guid->createGUID();
// Result E.g.: 912AFB38-5069-ABFB-5A48-1EF5051BB7D0

// Create a UUID key
echo (new UUID)->uuid();
// Result E.g.: 61255da2-f8b0-4709-9b45-810758a32009
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2272d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a42034eead17b4bb671a0b54cdc61a006e235175013a44588f47afb80eeee4f?d=identicon)[fordbedia](/maintainers/fordbedia)

---

Top Contributors

[![fordbedia](https://avatars.githubusercontent.com/u/18757107?v=4)](https://github.com/fordbedia "fordbedia (3 commits)")

---

Tags

apisdkcsv

### Embed Badge

![Health badge](/badges/fordbedia-php-uuid/health.svg)

```
[![Health](https://phpackages.com/badges/fordbedia-php-uuid/health.svg)](https://phpackages.com/packages/fordbedia-php-uuid)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46784.5k5](/packages/deepseek-php-deepseek-php-client)[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

138106.8k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
