PHPackages                             magicalella/yii2-emarsys - 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. [Framework](/categories/framework)
4. /
5. magicalella/yii2-emarsys

ActiveYii2-extension[Framework](/categories/framework)

magicalella/yii2-emarsys
========================

EMARSYS component for Yii 2 framework

v1(1y ago)13MITPHPPHP &gt;=5.4.0

Since Dec 20Pushed 1y ago1 watchersCompare

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

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

yii2-emarsys
============

[](#yii2-emarsys)

Emarsys component for Yii 2 framework

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Run

```
composer require "magicalella/yii2-emarsys" "*"

```

or add

```
"magicalella/yii2-emarsys": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

1. Add component to your config file

```
'components' => [
    // ...
    'emarsys' => [
        'class' => 'magicalella\emarsys\Emarsys',
        'client_id' => 'xxxxxx',
        'client_secret' => 'xxxxxx',
        'endpoint_autentication' => 'xxxxxx',
        'endpoint_api' => 'xxxxxx'
    ],
]
```

2. Add new contact to EMARSYS

```
$emarsys = Yii::$app->emarsys;
$result = $emarsys->post('getdata/set-customers',$data)
);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance40

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

508d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8556d75138833ae5a306ebff1807edf3f501cb452e9cf533535b52f7855adf3?d=identicon)[magicalella](/maintainers/magicalella)

---

Top Contributors

[![magicalella](https://avatars.githubusercontent.com/u/29289928?v=4)](https://github.com/magicalella "magicalella (5 commits)")

### Embed Badge

![Health badge](/badges/magicalella-yii2-emarsys/health.svg)

```
[![Health](https://phpackages.com/badges/magicalella-yii2-emarsys/health.svg)](https://phpackages.com/packages/magicalella-yii2-emarsys)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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