kmergen / yii2-eshop
A Yii2 Eshop module
dev-master
2020-03-28 19:30 UTC
Requires
- ext-curl: *
- ext-json: *
- braintree/braintree_php: 3.35.0
- kmergen/yii2-grid: *
- kmergen/yii2-media: *
- kmergen/yii2-widgets: *
- paypal/rest-api-sdk-php: *
- stripe/stripe-php: *
This package is auto-updated.
Last update: 2026-05-29 01:50:18 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.