2017 © Pedro Peláez
 

library uuid

Common tools for PHP

image

andytruong/uuid

Common tools for PHP

  • Wednesday, December 21, 2016
  • by andytruong
  • Repository
  • 2 Watchers
  • 8 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

uuid Build Status License

PHP UUID generator wrapper, requires PHP >= 5.4, copied from Drupal 8 code., (*1)

Usage

<?php

// Use inside your function
$uuid = AndyTruong\Uuid\Uuid::getGenerator()->generate();

// Use inside your library
class MyClass {
  public function myMethod(\AndyTruong\Uuid\UuidInterface $uuid_maker) {
    $uuid = $uuid_maker->generate();
  }
}

The Versions

21/12 2016

v0.1.x-dev

0.1.9999999.9999999-dev

Common tools for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

uuid generator

26/08 2014

v0.1.2

0.1.2.0 https://github.com/drupal/drupal/tree/8.0.x/core/lib/Drupal/Component/Uuid

Common tools for PHP

  Sources   Download

GPL-2.0

The Requires

  • php >=5.4.0

 

uuid generator

19/08 2014

v0.1.1

0.1.1.0 https://github.com/drupal/drupal/tree/8.0.x/core/lib/Drupal/Component/Uuid

Common tools for PHP

  Sources   Download

GPL-2.0

The Requires

  • php >=5.4.0

 

uuid generator

19/08 2014

v0.1.0

0.1.0.0 https://github.com/drupal/drupal/tree/8.0.x/core/lib/Drupal/Component/Uuid

Common tools for PHP

  Sources   Download

GPL-2.0

The Requires

  • php >=5.4.0

 

uuid generator