PHPackages                             silinternational/email-service-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. silinternational/email-service-php-client

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

silinternational/email-service-php-client
=========================================

PHP client to interact with our Email Service API: https://github.com/silinternational/email-service

2.5.0(1y ago)017.5k↓100%[1 issues](https://github.com/sil-org/email-service-php-client/issues)MITPHPPHP &gt;=7.0CI passing

Since Jul 24Pushed 8mo ago5 watchersCompare

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

READMEChangelog (9)Dependencies (5)Versions (14)Used By (0)

ARCHIVED
========

[](#archived)

This repository is in archival status because it has been made obsolete by features added to idp-id-broker.

email-service-php-client
========================

[](#email-service-php-client)

PHP client to interact with our [Email Service](https://github.com/silinternational/email-service)'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 silinternational/email-service-php-client

```

Usage
-----

[](#usage)

Example:

```
