Skip to content

hell-sh/php-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid-php Build Status

A wrapper for 128 unique bits.

  1. composer require hell-sh/uuid
  2. Read the docs

Branches

  • 1.0: The initial release with the \hellsh\UUID class featuring v4(), v5($str, UUID $namespace = null), and toString($withDashes = false). Supports PHP 5 and above. Maintenance is limited to fixing critical issues.
  • 1.1: The second release adding the hashCode method and with it the GMP dependency. Maintenance is limited to fixing critical issues.
  • master: The latest version, requiring PHP 7.1+ and GMP, with all the latest features and active maintenance.