PHPackages                             seeuletter/seeuletter-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. seeuletter/seeuletter-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

seeuletter/seeuletter-php
=========================

Seeuletter.com API PHP wrapper.

1.2.0(4y ago)264.8k↓54.9%9[3 issues](https://github.com/seeuletter/seeuletter-php/issues)[1 PRs](https://github.com/seeuletter/seeuletter-php/pulls)MITPHPPHP &gt;=5.3.0CI failing

Since Sep 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/seeuletter/seeuletter-php)[ Packagist](https://packagist.org/packages/seeuletter/seeuletter-php)[ Docs](https://www.seeuletter.com/)[ RSS](/packages/seeuletter-seeuletter-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

seeuletter-php
==============

[](#seeuletter-php)

[![Packagist version](https://camo.githubusercontent.com/6bd1ad25c9f783d8025628090a6cfe3e98efeb2befd9054fdb9195fe1089c756/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736565756c65747465722f736565756c65747465722d7068702e737667)](https://github.com/seeuletter/seeuletter-php)[![Dependency Status](https://camo.githubusercontent.com/358300a1910442e7d5ae8bc3b80f8b536c7872a28f9a94d54e9955b1706b65c4/68747470733a2f2f67656d6e617369756d2e636f6d2f6261646765732f6769746875622e636f6d2f736565756c65747465722f736565756c65747465722d7068702e737667)](https://gemnasium.com/github.com/seeuletter/seeuletter-php)

Seeuletter.com PHP Client is a simple but flexible wrapper for the [Seeuletter.com](https://www.seeuletter.com) API. See full Seeuletter.com documentation [here](https://docs.seeuletter.com/). For best results, be sure that you're using the latest version of the Seeuletter API and the latest version of the PHP wrapper.

Table of Contents
-----------------

[](#table-of-contents)

- [Getting Started](#getting-started)
    - [Registration](#registration)
    - [Installation](#installation)
    - [Letters](#usage)
    - [Accounts](#accounts)
    - [Invoices](#invoices)
- [Examples](#examples)

Getting Started
---------------

[](#getting-started)

Here's a general overview of the Seeuletter services available, click through to read more.

Please read through the official [API Documentation](https://docs.seeuletter.com/?php#) to get a complete sense of what to expect from each endpoint.

### Registration

[](#registration)

First, you will need to first create an account at [Seeuletter.com](https://www.seeuletter.com/signup) and obtain your Test and Live API Keys.

Once you have created an account, you can access your API Keys from the [API keys Panel](https://www.seeuletter.com/app/dashboard/keys).

### Installation

[](#installation)

The recommended way to install Seeuletter.com PHP Client is through [Composer](http://getcomposer.org).

```
// Install Composer
curl -sS https://getcomposer.org/installer | php

// Add Seeuletter.com PHP client as a dependency
composer require seeuletter/seeuletter-php
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

### Letters

[](#letters)

#### Create a new Letter

[](#create-a-new-letter)

```
