PHPackages                             amilna/yii2-yes - 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. amilna/yii2-yes

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

amilna/yii2-yes
===============

Yii Ecommerce Support

41204[1 issues](https://github.com/amilna/yes/issues)PHP

Since Feb 1Pushed 10y ago5 watchersCompare

[ Source](https://github.com/amilna/yes)[ Packagist](https://packagist.org/packages/amilna/yii2-yes)[ RSS](/packages/amilna-yii2-yes/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yes
===

[](#yes)

Yii2 E-commerce Support, includes categories, products, orders, sales, customers, payment and confirmations. (support mysql and postgresql)

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

[](#installation)

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

Since this package do not have stable release on packagist, you should use these settings in your composer.json file :

```
"minimum-stability": "dev",
"prefer-stable": true,
"repositories":[

		{
			"type": "vcs",
			"url": "https://github.com/aaiyo/yii2-kcfinder"
		}
   ]
```

After, either run

```
php composer.phar require --prefer-dist amilna/yii2-yes "dev-master"

```

or add

```
"amilna/yii2-yes": "dev-master"

```

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

run migration for database

```
./yii migrate --migrationPath=@amilna/yes/migrations

```

add in modules section of main config

```
	'gridview' =>  [
		'class' => 'kartik\grid\Module',
	],
	'yes' => [
		'class' => 'amilna\yes\Module',
		/* 'userClass' => 'dektrium\user\models\User', // example if use another user class */
		'currency' => ["symbol"=>"Rp","decimal_separator"=>",","thousand_separator"=>"."],
	],

```

Usage
-----

[](#usage)

Once the extension is installed, check the url: \[your application base url\]/index.php/yes

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/amilna-yii2-yes/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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