kmergen/yii2-eshop

A Yii2 Eshop module

Maintainers

Package info

github.com/kmergen/yii2-eshop

Type:yii2-extension

pkg:composer/kmergen/yii2-eshop

Transparency log

Statistics

Installs: 62

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 15

dev-master 2020-03-28 19:30 UTC

This package is auto-updated.

Last update: 2026-08-29 02:34:17 UTC


README

Yii2 shop system Module with Stripe and Paypal Integration

The preferred way to install this extension is through composer.

Either run

composer require "kmergen/yii2-eshop: "*"

or add

"kmergen/yii2-eshop": "*",

to the require section of your composer.json file.

Installation

1. Run Migrations

Run $ yii migrate --migrationPath=@vendor/kmergen/yii2-eshop/migrations

Note: This extension is under development. Use it not in production.