PHPackages                             codexsoft/unisender-one-api-php-client - 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. codexsoft/unisender-one-api-php-client

ActiveLibrary

codexsoft/unisender-one-api-php-client
======================================

Unisender One ( https://www.unisender.com/en/features/unione/ ) API PHP client

v1.0.0(6y ago)141MITPHPPHP ^7.4

Since Mar 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/codexsoft/unisender-one-api-php-client)[ Packagist](https://packagist.org/packages/codexsoft/unisender-one-api-php-client)[ RSS](/packages/codexsoft-unisender-one-api-php-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

\#Unisender One API PHP client

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

[](#installation)

```
composer require codexsoft/unisender-one-api-php-client
```

Usage
-----

[](#usage)

```
require_once __DIR__.'/vendor/autoload.php';

$client = new \CodexSoft\UnisenderOneApiSdk\Client('YOUR_USERNAME', '');
$balance = $client->getBalance();

$client->sendEmail([
    'body' => [
        'html' => 'Hello world',
        'plaintext' => 'Hello world',
    ],
    'subject' => 'Example subject',
    'from_email' => 'noreply@example.com',
    'from_name' => 'John Doe',
    'reply_to' => 'reply@example.com',
    'track_links' => 1,
    'track_read' => 1,
    'headers' => [
        'X-ReplyTo' => 'reply@example.com',
    ],
    'recipients' => [
        [
            'email' => 'jane@example.com',
            'substitutions' => [],
            'metadata' => [],
        ]
    ],
    'metadata' => [],
    'attachments' => [],
    'inline_attachments' => [],
    'options' => [],
]);
```

For more information see

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2242d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29902572?v=4)[Dmitriy Kozubskiy](/maintainers/kozubsky)[@kozubsky](https://github.com/kozubsky)

---

Top Contributors

[![kozubsky](https://avatars.githubusercontent.com/u/29902572?v=4)](https://github.com/kozubsky "kozubsky (3 commits)")

### Embed Badge

![Health badge](/badges/codexsoft-unisender-one-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/codexsoft-unisender-one-api-php-client/health.svg)](https://phpackages.com/packages/codexsoft-unisender-one-api-php-client)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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