kmergen / yii2-eshop
A Yii2 Eshop module
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 15
Type:yii2-extension
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: *
- dev-master
- dev-dependabot/npm_and_yarn/json5-2.2.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/npm_and_yarn/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/undefsafe-2.0.5
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/acorn-6.4.1
This package is auto-updated.
Last update: 2024-12-30 02:01:12 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.