zhusipu/uams-php

uams-php

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

This package is auto-updated.

Last update: 2024-04-22 18:30:54 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