Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.89 KB

README.md

File metadata and controls

57 lines (46 loc) · 1.89 KB

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