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

ActiveLibrary[API Development](/categories/api)

christianklisch/newsletter2go-api-php
=====================================

A newsletter2go webservice wrapper

v3.3.1(11y ago)0930[1 issues](https://github.com/christianklisch/newsletter2go-api-php/issues)MITPHPPHP &gt;=5.3.0

Since Feb 27Pushed 11y ago2 watchersCompare

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

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

Newsletter2Go API wrapper for PHP
=================================

[](#newsletter2go-api-wrapper-for-php)

This is a php plugin to send whitelisted e-mails via newsletter2go server.

Features:

- Send whitelisted e-mails and newsletters
- E-Mail or SMS
- Usermanagement on server
- Groupmanagement on server
- Newslettermanagement on server

More
----

[](#more)

- Detailed information at
- API dokumentation at [https://www.newsletter2go.de/pr/api/Newsletter2Go\_API\_Doku\_latest.pdf?c0fc87](https://www.newsletter2go.de/pr/api/Newsletter2Go_API_Doku_latest.pdf?c0fc87)

Installation and usage
----------------------

[](#installation-and-usage)

You can install this newsletter2go wrapper by using composer:

```
    "require": {
        "christianklisch/newsletter2go-api-php": "v3.3.1"
    }

```

Setup and sending simple e-mail:

```
		// init with api-key
    $api = new \Newsletter2Go\Newsletter2GoService('1234567890abcdef');
    $api->setDebug(0);
    $api->setDefaultopentracking(0);
    $api->setDefaultlinktracking(0);

    $email = new \Newsletter2Go\Email();
    $email->setTo('you@myaddress.com');
    $email->setFrom('me@myaddress.com');
    $email->setSubject('Hello-Subject');
    $email->setText('Hello my friend');
    $email->setReply('me@myaddress.com');

    $res = $api->sendSingleMail($email);
```

Contributors
------------

[](#contributors)

- Christian Klisch

Copyright and license
---------------------

[](#copyright-and-license)

Copyright 2015 Christian Klisch, released under [the MIT](LICENSE) license.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~14 days

Total

3

Last Release

4065d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c734fd678c062b95a1e2c3b87711d6ffe18618da157e136d798617f3d012bfb?d=identicon)[christianklisch](/maintainers/christianklisch)

---

Top Contributors

[![christianklisch](https://avatars.githubusercontent.com/u/3337529?v=4)](https://github.com/christianklisch "christianklisch (3 commits)")[![mochalygin](https://avatars.githubusercontent.com/u/2054744?v=4)](https://github.com/mochalygin "mochalygin (1 commits)")

---

Tags

phpwrappernewsletter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/christianklisch-newsletter2go-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/christianklisch-newsletter2go-api-php/health.svg)](https://phpackages.com/packages/christianklisch-newsletter2go-api-php)
```

###  Alternatives

[php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

16553.3k1](/packages/php-tmdb-laravel)[php-tmdb/symfony

Symfony Bundle for TMDB (The Movie Database) API. Provides easy access to the php-tmdb/api library.

3649.7k](/packages/php-tmdb-symfony)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
