PHPackages                             mhunesi/yii2-trendyol - 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. mhunesi/yii2-trendyol

ActiveYii2-extension

mhunesi/yii2-trendyol
=====================

Trendyol Entegrasyon Servisleri

020PHP

Since Nov 19Pushed 5mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Trendyol
=============

[](#yii2-trendyol)

Yii2 Trendyol api client

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist mhunesi/yii2-trendyol "*"

```

or add

```
"mhunesi/yii2-trendyol": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
'trendyol' => [
                'class' => \mhunesi\trendyol\Trendyol::class,
                'supplierId' => 'supplierId',
                'isTestStage' => true,
                'apiKey' => 'apiKey',
                'apiSecret' => 'apiSecret',
                'clientOptions' => [ //guzzle client options
                    'debug' => false
                ]
              ],

'i18n' => [
            'translations' => [
                'trendyol' => [
                    'class'    => 'yii\i18n\PhpMessageSource',
                    'basePath' => '@mhunesi/trendyol/messages',
                ],
            ],
          ]

'controllerMap' => [
    'migrate' => [
        'class' => 'luya\console\commands\MigrateController',
        'migrationNamespaces' => [
            //..
        ],
        'migrationPath' => [
            //..
            '@mhunesi/trendyol/migrations'
        ]
    ],
    'trendyol' => [
        'class' => 'mhunesi\trendyol\commands\TrendyolController'
    ]
],

php yii trendyol/other-financials {startDate} {endDate}
php yii trendyol/settlement {startDate} {endDate}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15876915?v=4)[Mustafa Hayri ÜNEŞİ](/maintainers/mhunesi)[@mhunesi](https://github.com/mhunesi)

---

Top Contributors

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

---

Tags

phptrendyoltrendyol-api-clientyii2yii2-extension

### Embed Badge

![Health badge](/badges/mhunesi-yii2-trendyol/health.svg)

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

PHPackages © 2026

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