PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP UUID Generator V1   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP UUID Generator V1
Generate a RFC 4122-compliant unique identifier
Author: By
Last change:
Date: 9 months ago
Size: 893 bytes
 

Contents

Class file image Download
{ "name": "penguin/php-uuid", "description": "PHP library to generate universally unique identificators (UUID)", "type": "library", "license": "MIT", "authors": [ { "name": "Maksim Zubkov", "email": "maksim.v.zubkov@gmail.com" } ], "bin": [ "bin/uuidgen" ], "autoload": { "psr-4": { "UUID\\": [ "src" ] } }, "autoload-dev": { "psr-4": { "UUID\\tests\\": [ "tests" ] }, "files": [ "tests\\functions.php" ] }, "minimum-stability": "stable", "require": { "php-64bit": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^6.3", "squizlabs/php_codesniffer": "^3.0", "php-mock/php-mock-phpunit": "2.0.0" } }