PHPackages                             stovendo/omnisend - 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. stovendo/omnisend

ActiveLibrary

stovendo/omnisend
=================

Unofficial API client library for interacting with the Omnisend API.

0344↓100%2PHPCI passing

Since Jun 20Pushed 5mo ago2 watchersCompare

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

READMEChangelogDependenciesVersions (8)Used By (0)

Omnisend SDK
============

[](#omnisend-sdk)

Welcome to the Omnisend SDK by **Stovendo**. This SDK allows you to interact with the Omnisend API in a streamlined and efficient manner.

Important Note
--------------

[](#important-note)

Please note that the SDK does not cover 100% of the Omnisend API functionality. If you require a specific use case that is not covered, feel free to implement it yourself and submit a pull request. We are happy to review and merge your contributions.

Contributions
-------------

[](#contributions)

Contributions are welcome! Whether it's fixing a bug, implementing a new feature, or improving the documentation, we appreciate your help in making this SDK better.

Disclaimer
----------

[](#disclaimer)

We are not affiliated with, endorsed by, or in any way officially connected to Omnisend. This SDK is an independent project developed by **Stovendo**.

API Version
-----------

[](#api-version)

This SDK is based on the [Omnisend API v3](https://api-docs.omnisend.com/reference/intro).

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

[](#installation)

To install the SDK, use the following command:

```
composer require stovendo/omnisend-sdk
```

Usage
-----

[](#usage)

Here is a basic example of how to use the SDK:

```
require 'vendor/autoload.php';

use Stovendo\Omnisend\OmnisendApiClient;
use \Stovendo\Omnisend\OmnisendFactory;

// use the client directly
$client = new OmnisendApiClient('YOUR_API_KEY');

// or use the factory
$client = (new OmnisendFactory())->create('YOUR_API_KEY');

// check connection
$isConnected = $client->ping();

print_r($isConnected);
```

Documentation
-------------

[](#documentation)

For detailed API usage and examples, please refer to the [Omnisend API v3 Documentation](https://api-docs.omnisend.com/reference/intro).

Support
-------

[](#support)

If you encounter any issues or have questions, please open an issue on this repository.

License
-------

[](#license)

This project is licensed under the MIT License. See the LICENSE file for more details.

Thank you for using the Omnisend SDK by Stovendo. Happy coding!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance50

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/85f3695da9474a49d00d00449442d8f8bcbc21abfcae1c9d51a2762d0cad87f7?d=identicon)[jkobus](/maintainers/jkobus)

![](https://www.gravatar.com/avatar/678d4c475b9e26c0853c2bbbef6e0765c18e8463e44f5695299ca3b50dc9bf28?d=identicon)[sanis](/maintainers/sanis)

![](https://www.gravatar.com/avatar/573e2f89225614fe5c027f4a56d58aa18bf59f2f3078b5a90588496c0b43c9e8?d=identicon)[karolis\_stanelis\_at\_nfq](/maintainers/karolis_stanelis_at_nfq)

---

Top Contributors

[![jkobus](https://avatars.githubusercontent.com/u/1527096?v=4)](https://github.com/jkobus "jkobus (7 commits)")[![droduner-nfq](https://avatars.githubusercontent.com/u/163986766?v=4)](https://github.com/droduner-nfq "droduner-nfq (3 commits)")[![sanis](https://avatars.githubusercontent.com/u/3956177?v=4)](https://github.com/sanis "sanis (3 commits)")[![r-raimondas](https://avatars.githubusercontent.com/u/239526833?v=4)](https://github.com/r-raimondas "r-raimondas (1 commits)")

---

Tags

api-clientomnisend

### Embed Badge

![Health badge](/badges/stovendo-omnisend/health.svg)

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

PHPackages © 2026

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