PHPackages                             silinternational/idp-id-broker-php-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. silinternational/idp-id-broker-php-client

Abandoned → [sil-org/idp-id-broker-php-client](/?search=sil-org%2Fidp-id-broker-php-client)Library[API Development](/categories/api)

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

4.9.0(6mo ago)06.3k↑150%13MITPHPPHP &gt;=7.4CI passing

Since Mar 1Pushed 3mo ago5 watchersCompare

[ Source](https://github.com/sil-org/idp-id-broker-php-client)[ Packagist](https://packagist.org/packages/silinternational/idp-id-broker-php-client)[ RSS](/packages/silinternational-idp-id-broker-php-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (42)Used By (3)

idp-id-broker-php-client
========================

[](#idp-id-broker-php-client)

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

This client is built on top of [Guzzle](http://docs.guzzlephp.org/en/stable/), 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
-------

[](#install)

Installation is simple with [Composer](https://getcomposer.org/):

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

```

Usage
-----

[](#usage)

Example:

```
