Id of Things

0.10.5 2021-11-15 03:53 UTC

This package is auto-updated.

Last update: 2024-04-15 09:15:13 UTC


README

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