PHPackages                             getanewsletter/api-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. [API Development](/categories/api)
4. /
5. getanewsletter/api-php

ActiveLibrary[API Development](/categories/api)

getanewsletter/api-php
======================

0.1.2(10y ago)05.0k1[1 PRs](https://github.com/getanewsletter/api-php/pulls)PHP

Since Oct 31Pushed 8y ago9 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (6)Used By (0)

API-PHP
=======

[](#api-php)

The API-PHP library presents a simple and easy to use interface to the Get a Newsletter's REST API.

Requirements
------------

[](#requirements)

- PHP 5.5.\* or greater
- [Httpful 0.2.\*](http://phphttpclient.com/)

Installation
------------

[](#installation)

If your project is supporting [Composer](https://getcomposer.org/) you may use the following in your composer.json file:

```
"require": {
    "getanewsletter/api-php": "0.1.1"
}
```

Usage
-----

[](#usage)

Start by creating an instance of the `\Gan\Api` object:

```
