PHPackages                             magicalella/yii2-connectife - 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-connectife

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

magicalella/yii2-connectife
===========================

Connectife component for Yii 2 framework

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

Since Feb 20Pushed 2y ago1 watchersCompare

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

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

yii2-connectife
===============

[](#yii2-connectife)

Modulo per integrare la Yii con Connectife

[Connectife Technical API Documentation](https://api-docs.connectif.cloud/connectif-api/guides/introduction)

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

[](#installation)

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

Run

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

```

or add

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

```

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

Usage
-----

[](#usage)

1. Add component to your config file

```
'components' => [
    // ...
    'connectife' => [
        'class' => 'magicalella\connectife\Connectife',
        'apiKey' => 'API KEY Connectife',
        'endpoint' => 'ERL API Connectife',
        'method' => 'POST'
    ],
]
```

2. Add new contact to Connectife . Patch a contact by email. If contact does not exists, it is created

```
$connectife = Yii::$app->connectife;
$result = $connectife->call('purchases',[
    '_email'=> 'string',
    '_birthdate'=> 'date-time',
    '_emailStatus'=> 'string',
    '_mobilePhone'=> 'international',
    '_mobilePhoneStatus'=> 'string',
    '_name'=> 'string',
    '_newsletterSubscriptionStatus'=> 'string',
    '_points'=> 'integer',
    '_smsSubscriptionStatus'=> 'string',
    '_surname'=> 'string'
    ]
);
```

Check [Connectife Technical API Documentation](https://api-docs.connectif.cloud/connectif-api/guides/introduction) for all available options.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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

865d 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 (9 commits)")

### Embed Badge

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

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

###  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.3M280](/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.5M620](/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)
