zhusipu/uams-php

uams-php

Installs: 143

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/zhusipu/uams-php

v2.0.0 2019-03-27 09:18 UTC

This package is auto-updated.

Last update: 2025-10-22 22:07:09 UTC


README

统一账号管理中心php接口扩展

Initial setup

  1. Install composer. curl -s http://getcomposer.org/installer | php

  2. Create composer.json containing:

    {
        "require" : {
            "zhusipu/uams-php" : "~1.0.0"
        }
    }
  3. Run ./composer.phar install

  4. Keep up-to-date: ./composer.phar update