PHPackages                             slowprog/unisender - 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. slowprog/unisender

ActiveLibrary[API Development](/categories/api)

slowprog/unisender
==================

UniSender API wrapper

0.1.2(10y ago)01062[1 PRs](https://github.com/SlowProg/unisender/pulls)MITPHPPHP &gt;=5.4.0

Since Oct 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/SlowProg/unisender)[ Packagist](https://packagist.org/packages/slowprog/unisender)[ Docs](https://github.com/SlowProg/unisender)[ RSS](/packages/slowprog-unisender/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (4)Used By (0)

UniSender API wrapper
=====================

[](#unisender-api-wrapper)

See the [documentation](https://support.unisender.com/index.php?/Knowledgebase/Article/View/49/0/obshaya-informaciya-pro-unisender-api#methods) available method.

Usage
=====

[](#usage)

```
$unisender = new \SlowProg\UniSender\Api('api_key');

// Get a list of subscription sheets
$lists = $unisender->getLists();

// Get email_status of email
$emailStatus = $unisender->exportContacts([
    'email' => $data['email'],
    'field_names' => ['email_status'],
]);

// Add email@domain.com
$response = $this->unisender->importContacts([
    'field_names' => ['email', 'some_addition_field'],
    'data' => [
        ['email@domain.com', 'some_value']
    ],
    'force_import' => 1
]);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

3925d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1294672?v=4)[SlowProg](/maintainers/SlowProg)[@slowprog](https://github.com/slowprog)

---

Top Contributors

[![slowprog](https://avatars.githubusercontent.com/u/1294672?v=4)](https://github.com/slowprog "slowprog (6 commits)")

---

Tags

apiwrapperunisender

### Embed Badge

![Health badge](/badges/slowprog-unisender/health.svg)

```
[![Health](https://phpackages.com/badges/slowprog-unisender/health.svg)](https://phpackages.com/packages/slowprog-unisender)
```

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4572.4M11](/packages/gabrielbull-ups-api)[wtfzdotnet/php-tmdb-api

PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.

4262.9k](/packages/wtfzdotnet-php-tmdb-api)[walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

782.5k](/packages/walle89-swedbank-json)

PHPackages © 2026

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