PHPackages                             ixys/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. ixys/seeuletter-php

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

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

Seeuletter.com API PHP wrapper.

v1.2.1(5mo ago)0134MITPHPPHP &gt;=5.3.0CI passing

Since Nov 28Pushed 5mo agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

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

[](#seeuletter-php)

[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/94b5b84eab48efbe38362e619386099504470cc903b7c1d03954cbb823afc8cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f697879732f736565756c65747465722d7068702f7068702d7061636b6167652d72656c656173652e796d6c3f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/94b5b84eab48efbe38362e619386099504470cc903b7c1d03954cbb823afc8cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f697879732f736565756c65747465722d7068702f7068702d7061636b6167652d72656c656173652e796d6c3f6272616e63683d6d6173746572)[![Packagist version](https://camo.githubusercontent.com/e13d2bd4ed93307d0cf12b9841cdd30e5280a56ece777948ddf5ddca620742ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f697879732f736565756c65747465722d7068702e737667)](https://github.com/ixys/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 ixys/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)

```
