PHPackages                             newsletter2go/api - 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. newsletter2go/api

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

newsletter2go/api
=================

PHP API implementation of the Newsletter2Go REST API (https://docs.newsletter2go.com/)

1.2.0(6y ago)860.9k↓30%21[3 issues](https://github.com/newsletter2go/newsletter2go-api-php/issues)[3 PRs](https://github.com/newsletter2go/newsletter2go-api-php/pulls)GPL-3.0PHPPHP &gt;=5.3.0

Since Aug 18Pushed 4y ago5 watchersCompare

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

READMEChangelog (3)DependenciesVersions (9)Used By (0)

[![](https://camo.githubusercontent.com/c99d041cb1d68a9c3b22f4b45b7b90abd98c90d9d562528353ec580640050c98/68747470733a2f2f7777772e6e6577736c657474657232676f2e63612f77702d636f6e74656e742f75706c6f6164732f73697465732f32312f323031342f30362f4e6577736c65747465722d4c6f676f2d717565725f6d656469756d2e706e67)](https://camo.githubusercontent.com/c99d041cb1d68a9c3b22f4b45b7b90abd98c90d9d562528353ec580640050c98/68747470733a2f2f7777772e6e6577736c657474657232676f2e63612f77702d636f6e74656e742f75706c6f6164732f73697465732f32312f323031342f30362f4e6577736c65747465722d4c6f676f2d717565725f6d656469756d2e706e67)

newsletter2go-api-php
=====================

[](#newsletter2go-api-php)

This PHP library is intended to be used as a facade to our API exposed services. Through this implementation, you can perform the most common operations included in our official [API documentation site.](https://docs.newsletter2go.com)

Additional Information:

- API version: 1.4
- This library follows the structure from our [Postman Collection File](https://github.com/newsletter2go/api-docs)
- You can post [any request, bug or issue](https://github.com/newsletter2go/newsletter2go-api-php/issues) or also reach us at:

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

[](#requirements)

- PHP 5.6 &gt;=

Installation and Usage
----------------------

[](#installation-and-usage)

### Composer

[](#composer)

To install from the cli with [Composer](http://getcomposer.org/), simply run:

```
composer require newsletter2go/api
composer install

```

### Repository

[](#repository)

You can also download the [standalone class](https://github.com/newsletter2go/newsletter2go-api-php/blob/master/src/Newsletter2Go_REST_Api.php) from this repository and add it to your PHP project.

Implementation
--------------

[](#implementation)

- This example shows how to setup your account credentials and make further API calls.

```
