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)23MITPHPPHP &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 today

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 21% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

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

560d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29289928?v=4)[Raffaella](/maintainers/magicalella)[@magicalella](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

47912.3M279](/packages/yiisoft-yii2-redis)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k961.7k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

44411.6M327](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

21624.5M619](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7101.8M8](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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