2017 © Pedro Peláez
 

library guid

Id of Things

image

pmvc-plugin/guid

Id of Things

  • Sunday, December 3, 2017
  • by HillLiu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 699 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 2 % Grown

The README.md

Latest Stable Version Latest Unstable Version CircleCI License Total Downloads, (*1)

Id of things

GetModel Sample

  • Algolia
    • https://github.com/pmvc-plugin/algolia/blob/master/algolia.php
  • Ssdb
    • https://github.com/pmvc-plugin/ssdb/blob/master/ssdb.php
  • Others
    • https://github.com/search?q=topic:pmvc-guid

Global Table

  • GlobalKey
    • format: guid->key
    • https://github.com/pmvc-plugin/guid/blob/master/src/models/GlobalGuidKey.php
    • Get Key \PMVC\plug('guid')->manager()->getKey($guid);
  • GlobalGuid
    • format: key->guid
    • https://github.com/pmvc-plugin/guid/blob/master/src/models/GlobalKeyGuid.php
    • Get Guid \PMVC\plug('guid')->manager()->getGuid($key);

Install with Composer

1. Download composer

  • mkdir test_folder
  • curl -sS https://getcomposer.org/installer | php

2. Install by composer.json or use command-line directly

2.1 Install GUID by adding a dependency to pmvc-plugin/guid to the require section of your project's composer.json configuration file.

  • vim composer.json
{
    "require": {
        "pmvc-plugin/guid": "dev-master"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/guid

The Versions

03/12 2017

dev-master

9999999-dev

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

03/12 2017

0.2.5

0.2.5.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

02/09 2017

0.2.4

0.2.4.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

28/07 2017

0.2.3

0.2.3.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

20/07 2017

0.1.49

0.1.49.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

06/06 2017

0.1.48

0.1.48.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

06/06 2017

0.1.47

0.1.47.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

19/03 2017

0.1.44

0.1.44.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc

15/02 2017

0.1.43

0.1.43.0

Id of Things

  Sources   Download

MIT

The Requires

 

by Hill

guid plug-in pmvc