PHPackages                             uuidfactory/uuidfactory-php - 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. uuidfactory/uuidfactory-php

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

uuidfactory/uuidfactory-php
===========================

PHP client for UUIDFactory API – generate and validate UUIDs online

1.0.0(3mo ago)00MITPHPPHP &gt;=7.4

Since Feb 1Pushed 3mo agoCompare

[ Source](https://github.com/Uuidfactory/uuidfactory-php)[ Packagist](https://packagist.org/packages/uuidfactory/uuidfactory-php)[ Docs](https://uuidfactory.com)[ RSS](/packages/uuidfactory-uuidfactory-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

uuidfactory-php
===============

[](#uuidfactory-php)

**PHP client for UUIDFactory API – generate and validate UUIDs online**

[UUIDFactory website](https://uuidfactory.com) | [API Documentation](https://uuidfactory.com/api) | [Online Validator](https://uuidfactory.com/validator) | [Online Generator](https://uuidfactory.com/generator)

---

Overview
--------

[](#overview)

`uuidfactory-php` is the official **PHP client** for the **UUIDFactory API**.
Easily generate and validate UUIDs in your PHP projects. Supports UUID versions v1, v4, v7, GUID, batch generation, and batch validation, with seamless integration with the [UUIDFactory online tools](https://uuidfactory.com).

**Key Features:**

- Generate UUID v1, v4, v7, and GUID programmatically
- Validate single UUIDs or multiple UUIDs at once
- Generate multiple UUIDs at once (batch generation)
- Simple, lightweight PHP client using cURL
- Works with [UUIDFactory API](https://uuidfactory.com/api)

---

Requirements
------------

[](#requirements)

- PHP 7.4+
- `ext-curl`
- `ext-json`

---

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

[](#installation)

Install via Composer:

```
composer require uuidfactory/uuidfactory-php
```

---

Usage
-----

[](#usage)

```
