pmvc-plugin/guid

Id of Things


Keywords
guid, plug-in, pmvc
License
MIT

Documentation

Latest Stable Version Latest Unstable Version CircleCI License Total Downloads

Id of things

GetModel Sample

Global Table

Install with Composer

1. Download composer

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