PHPackages                             qortex/laravel-emarsys-connector - 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. qortex/laravel-emarsys-connector

ActiveLibrary[API Development](/categories/api)

qortex/laravel-emarsys-connector
================================

Proivdes Laravel wrapper for qortex/php-emarsys-connector package

0.0.4(5y ago)17GPL-3.0-or-laterPHPPHP ^7.3|^8

Since Nov 29Pushed 5y ago2 watchersCompare

[ Source](https://github.com/QortexDevs/laravel-emarsys-connector)[ Packagist](https://packagist.org/packages/qortex/laravel-emarsys-connector)[ RSS](/packages/qortex-laravel-emarsys-connector/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

Provides connection to Emarsys Omnichannel Customer Engagement Platform API v2
==============================================================================

[](#provides-connection-to-emarsys-omnichannel-customer-engagement-platform-api-v2)

Install
-------

[](#install)

```
$ composer require qortex/laravel-emarsys-connector
$ php artisan vendor:publish
```

Use
---

[](#use)

First, obtain credentials for [Emarsys API User](https://help.emarsys.com/hc/en-us/articles/115004740329-your-account-security-settings#api-users).

Then, use these credentials as username and secret in `config/emarsys.php` file or via environmental variables:

```
return [
    'username' => env('EMARSYS_USERNAME', ''),
    'secret' => env('EMARSYS_SECRET', ''),
];
```

Optionally, you can change Emarsys API url (which defaults to `https://api.emarsys.net/api/v2/`) if you are behing reverse proxy or something:

```
return [
    'username' => env('EMARSYS_USERNAME', ''),
    'secret' => env('EMARSYS_SECRET', ''),
    'apiUrl' => env('EMARSYS_API_URL', ''),
];
```

Then, get instance of `EmarsysConnector` from `ConnectorService`:

```
use Qortex\Emarsys\Services\Connector as EmarsysConnector;
use Qortex\Laravel\Emarsys\Services\ConnectorService as EmarsysConnectorService;

$emarsysConnector = new EmarsysConnectorService()->getConnector();
```

Finally you can use methods of the `EmarsysConnector` described in [qortex/php-emarsys-connector](https://github.com/QortexDevs/php-emarsys-connector) package

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

4

Last Release

1990d ago

### Community

Maintainers

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

---

Top Contributors

[![NickMitin](https://avatars.githubusercontent.com/u/95453?v=4)](https://github.com/NickMitin "NickMitin (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/qortex-laravel-emarsys-connector/health.svg)

```
[![Health](https://phpackages.com/badges/qortex-laravel-emarsys-connector/health.svg)](https://phpackages.com/packages/qortex-laravel-emarsys-connector)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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