PHPackages                             veksa/carrot-yii2 - 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. veksa/carrot-yii2

ActiveLibrary[API Development](/categories/api)

veksa/carrot-yii2
=================

Yii2 Component for Carrot Quest API

v1.0.0(9y ago)0185MITPHPPHP &gt;=5.5.0

Since Oct 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/veksa/carrot-yii2)[ Packagist](https://packagist.org/packages/veksa/carrot-yii2)[ Docs](https://github.com/veksa/carrot-yii2)[ RSS](/packages/veksa-carrot-yii2/feed)WikiDiscussions master Synced 4w ago

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

Yii2 Component for Carrot Quest Api
===================================

[](#yii2-component-for-carrot-quest-api)

[![Stable Version](https://camo.githubusercontent.com/d0c3cda7b3020300ab515a7ee7bdb1bc5475873e4b494b78a66228d7045dda45/68747470733a2f2f706f7365722e707567782e6f72672f76656b73612f636172726f742d796969322f762f737461626c65)](https://packagist.org/packages/veksa/carrot-yii2)[![License](https://camo.githubusercontent.com/dbd24835f2d6675b6ba6b6c2929bd0a8f4364619fbf54c1930f84c52bca11bf0/68747470733a2f2f706f7365722e707567782e6f72672f76656b73612f636172726f742d796969322f6c6963656e7365)](https://packagist.org/packages/veksa/carrot-yii2)[![Total Downloads](https://camo.githubusercontent.com/fbf14f5473391d16d073520e7c2803c5df042a7c27b661477eabc0c50e6bb9f2/68747470733a2f2f706f7365722e707567782e6f72672f76656b73612f636172726f742d796969322f646f776e6c6f616473)](https://packagist.org/packages/veksa/carrot-yii2)[![Daily Downloads](https://camo.githubusercontent.com/88ddafc87c34bae39b07a0a0db3b5fed679ac634447ed8988dfc329dfc4c31ff/68747470733a2f2f706f7365722e707567782e6f72672f76656b73612f636172726f742d796969322f642f6461696c79)](https://packagist.org/packages/veksa/carrot-yii2)

Carrot Quest Api component for yii2 that works with [carrot-api](https://github.com/veksa/carrot-api).

\##Install

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

Either run

```
php composer.phar require  veksa/carrot-yii2 "~1.0"

```

or add

```
"veksa/carrot-yii2": "~1.0"

```

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

2. Add the component to `config/main.php`

    ```
    'components' => [
        // ...
        'carrot' => [
            'class' => 'Veksa\Carrot\Yii2\Service',
            'appId' => 'your carrot application id',
            'token' => 'your carrot access token'
        ],
        // ...
    ],
    ```

Usage
-----

[](#usage)

```
$carrot = Yii::$app->get('carrot');
$leads = $carrot->getCountLeads();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Alex Khijnij](https://github.com/veksa)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3554d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d8639ee8ab3ba54c9fcc54fa4e41a30a235af22579c34680cf5df05549fa3bf?d=identicon)[veksa](/maintainers/veksa)

---

Top Contributors

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

---

Tags

phpyii2extensioncomponentcarrot-questcarrotcarrot apicarrot yii2

### Embed Badge

![Health badge](/badges/veksa-carrot-yii2/health.svg)

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

PHPackages © 2026

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