PHPackages                             alexeevdv/carrot-quest-yii2-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alexeevdv/carrot-quest-yii2-client

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

alexeevdv/carrot-quest-yii2-client
==================================

Yii2 component for carrot-quest-php-client

0.1.0(6y ago)02.5kMITPHPPHP &gt;=7.1

Since Dec 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alexeevdv/carrot-quest-yii2-client)[ Packagist](https://packagist.org/packages/alexeevdv/carrot-quest-yii2-client)[ RSS](/packages/alexeevdv-carrot-quest-yii2-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

carrot-quest-yii2-client
========================

[](#carrot-quest-yii2-client)

[![Build Status](https://camo.githubusercontent.com/aa607ee87f5a914bf66ddec4bd50002bd400c50ffa7469efac3f0d04fc161c67/68747470733a2f2f7472617669732d63692e636f6d2f616c657865657664762f636172726f742d71756573742d796969322d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/alexeevdv/carrot-quest-yii2-client)[![codecov](https://camo.githubusercontent.com/a5f923c47ed199c8f8953e03cdb779dc655a6cbc212101671bfdd08e4d23b291/68747470733a2f2f636f6465636f762e696f2f67682f616c657865657664762f636172726f742d71756573742d796969322d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/alexeevdv/carrot-quest-yii2-client)[![PHP 7.1](https://camo.githubusercontent.com/89830e985e0a7f5f1ed58d412d81ee5bdccafb5dd5861eb9a6e63e44dde568b6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e312d677265656e2e737667)](https://camo.githubusercontent.com/89830e985e0a7f5f1ed58d412d81ee5bdccafb5dd5861eb9a6e63e44dde568b6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e312d677265656e2e737667)[![PHP 7.2](https://camo.githubusercontent.com/047bbe011ab372b4d00fc7ab0ed6f0d2a3db1ffda3a25de65f318dac100328ba/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e322d677265656e2e737667)](https://camo.githubusercontent.com/047bbe011ab372b4d00fc7ab0ed6f0d2a3db1ffda3a25de65f318dac100328ba/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e322d677265656e2e737667)[![PHP 7.3](https://camo.githubusercontent.com/ebdf47db6e91607cc8e1a8ea16f4a35122a068c1e3a23b9eb6c9932d602d28ff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e332d677265656e2e737667)](https://camo.githubusercontent.com/ebdf47db6e91607cc8e1a8ea16f4a35122a068c1e3a23b9eb6c9932d602d28ff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e332d677265656e2e737667)[![PHP 7.4](https://camo.githubusercontent.com/b210ffea32c265d0f07ade3bfc97b7c68f2a801193f6a17cd070dd76b87f1646/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e342d677265656e2e737667)](https://camo.githubusercontent.com/b210ffea32c265d0f07ade3bfc97b7c68f2a801193f6a17cd070dd76b87f1646/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e342d677265656e2e737667)

Yii2 component for carrot-quest-php-client

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

[](#installation)

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

Either run

```
$ php composer.phar require alexeevdv/carrot-quest-yii2-client "^0.1"
```

or add

```
"alexeevdv/carrot-quest-yii2-client": "^0.1"

```

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

Configuration
-------------

[](#configuration)

```
[
    'components' => [
        'carrotQuest' => [
            'class' => alexeevdv\yii\CarrotQuest\Client::class,
            'authToken' => 'MY_AUTH_TOKEN',
        ],
    ],
]
```

or

```
[
    'container' => [
        'singletons' => [
            alexeevdv\CarrotQuest\ClientInterface::class => [
                'class' => alexeevdv\yii\CarrotQuest\Client::class,
                'authToken' => 'MY_AUTH_TOKEN',
            ],
        ],
    ],
]
```

Usage
-----

[](#usage)

```
Yii::$app->carrotQuest->userSetProperties(777, ['$name' => 'John'], false);
```

### Methods

[](#methods)

For the list of available methods see

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

2342d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/alexeevdv-carrot-quest-yii2-client/health.svg)

```
[![Health](https://phpackages.com/badges/alexeevdv-carrot-quest-yii2-client/health.svg)](https://phpackages.com/packages/alexeevdv-carrot-quest-yii2-client)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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