Go to file
2018-03-15 23:04:12 +08:00
src/PdAuth 区分不同权限错误 2018-03-05 10:15:11 +08:00
.gitignore init 2018-01-02 11:15:51 +08:00
composer.json package name 2018-03-15 23:04:12 +08:00
composer.lock init 2018-01-02 11:15:51 +08:00
README.md package name 2018-03-15 23:04:12 +08:00

Auth 系统 PHP Client

如何使用

该项目使用 composer 来完成加载,需要对项目的 composer.json 中增加如下配置手动制定仓库的地址(因为仓库为公司内部私有的,不对外开放)

  
  "repositories": [
    {
      "type": "vcs",
      "url": "git@git.int.haowumc.com:arch/php-auth-client.git"
    }
  ]