Skip to content

pmvc-plugin/guid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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