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 2w ago

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

3971d 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

4562.5M11](/packages/gabrielbull-ups-api)[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.

3549.8k](/packages/php-tmdb-symfony)[lasserafn/laravel-economic

Economic REST wrapper for Laravel

1120.2k](/packages/lasserafn-laravel-economic)

PHPackages © 2026

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