定制 silinternational/idp-id-broker-php-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

silinternational/idp-id-broker-php-client

最新稳定版本:4.10.0

Composer 安装命令:

composer require silinternational/idp-id-broker-php-client

包简介

PHP client to interact with our IdP ID Broker's API: https://github.com/sil-org/idp-id-broker

README 文档

README

PHP client to interact with our IdP ID Broker's API.

This client is built on top of Guzzle, the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more APIs is relatively simple.

Install

Installation is simple with Composer:

$ composer require sil-org/idp-id-broker-php-client

Usage

Example:

<?php

use Sil\Idp\IdBroker\Client\IdBrokerClient;

$idBrokerClient = new IdBrokerClient(
    'https://api.example.com/', // The base URI for the API.
    'DummyAccessToken', // Your HTTP header authorization bearer token.
    [
        'http_client_options' => [
            'timeout' => 10, // An (optional) custom HTTP timeout, in seconds.
        ],
    ]
);

$users = $idBrokerClient->listUsers();

User Information

Information about a user returned by this client (such as by getUser(...)) can include the following fields:

  • employee_id (string)
  • first_name (string)
  • last_name (string)
  • display_name (string)
  • username (string)
  • email (string)
  • active (string: 'yes' or 'no')
  • locked (string: 'yes' or 'no')

Tests

To run the unit tests for this, run make test.

Guzzle Service Client Notes

统计信息

  • 总下载量: 6.37k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 5
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固