PHP Package: symfony/polyfill-uuid

Symfony polyfill for compatibility with the UUID extension in PHP. Ensure seamless UUID generation and manipulation for PHP applications.

Current Version: 1.31.0
Last Updated: Date not available
PHP Requirement: >=7.2
Dependencies:
ramsey/uuid
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Symfony polyfill-uuid provides compatibility for UUID extension functions in PHP, ensuring smooth UUID generation and manipulation. This library enables PHP applications to seamlessly work with UUIDs, enhancing the robustness and reliability of your projects by ensuring consistent UUID handling across different PHP environments.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.32.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/symfony/polyfill-uuid/1.32.0/loader.php';
require_once 'libs/ramsey/uuid/4.8.1/loader.php';

use Symfony\Polyfill\Uuid\Uuid;
use Symfony\Polyfill\Uuid\UuidFactory;

$obj = new Uuid();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.