sil-org/idp-id-broker-php-client
Composer 安装命令:
composer require sil-org/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
- Tutorial on developing an API client with Guzzle Web Services:
http://www.phillipshipley.com/2015/04/creating-a-php-nexmo-api-client-using-guzzle-web-service-client-part-1/ - Presentation by Jeremy Lindblom:
https://speakerdeck.com/jeremeamia/building-web-service-clients-with-guzzle-1 - Example by Jeremy Lindblom:
https://github.com/jeremeamia/sunshinephp-guzzle-examples - Parameter docs in source comments:
https://github.com/guzzle/guzzle-services/blob/master/src/Parameter.php - Guzzle 3 Service Descriptions documentation (at least mostly still relevant):
https://guzzle3.readthedocs.org/webservice-client/guzzle-service-descriptions.html
sil-org/idp-id-broker-php-client 适用场景与选型建议
sil-org/idp-id-broker-php-client 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4.32k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 09 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「idp」 「php client」 「id broker」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 sil-org/idp-id-broker-php-client 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 sil-org/idp-id-broker-php-client 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 sil-org/idp-id-broker-php-client 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
OAuth 1.0 Client Library for Goodreads
A PSR-7 compatible library for making CRUD API endpoints
A Mixer provider for league/oauth2-client
Alfabank REST API integration
Make your Laravel application an Identity Provider using SAML 2.0.
A Laravel5 package for Saml2 integration as an SP based on OneLogin toolkit
统计信息
- 总下载量: 4.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 23
- 依赖项目数: 2
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-10