Download the PHP package secretwebmaster/wncms-ecommerce without Composer
On this page you can find all versions of the php package secretwebmaster/wncms-ecommerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download secretwebmaster/wncms-ecommerce
More information about secretwebmaster/wncms-ecommerce
Files in secretwebmaster/wncms-ecommerce
Download secretwebmaster/wncms-ecommerce
More information about secretwebmaster/wncms-ecommerce
Files in secretwebmaster/wncms-ecommerce
Vendor secretwebmaster
Package wncms-ecommerce
Short Description E-commerce module for WNCMS, providing products, orders, transactions, payments, subscriptions, and plans management.
License MIT
Package wncms-ecommerce
Short Description E-commerce module for WNCMS, providing products, orders, transactions, payments, subscriptions, and plans management.
License MIT
Please rate this library. Is it a good library?
Informations about the package wncms-ecommerce
WNCMS Ecommerce
secretwebmaster/wncms-ecommerce is a reusable WNCMS billing package for online store and SaaS scenarios.
Scope
- One-time checkout:
Order,OrderItem,Transaction - Recurring subscriptions:
Plan,Subscription, renewal orders - Payment gateway processing:
PaymentGateway+ processor classes (PayPal,Stripe,EPUSDT,ECPay)
Requirements
- Host project includes
secretwebmaster/wncms-core:^6.0 - Host project can run Laravel migrations and seeders
Installation (Fresh Install)
After installation:
- confirm backend payment gateway pages load
- configure gateway credentials in backend settings
- ECPay credential mapping:
client_id=>MerchantIDclient_secret=>HashKeywebhook_secret=>HashIV
Upgrade (Existing Project)
Optional after upgrade:
See documentations/upgrade-guide.md for version-specific checks.
Commands
Testing
Documentation
CHANGELOG.mddocumentations/architecture.mddocumentations/model-reference.mddocumentations/payment-lifecycle.mddocumentations/production-readiness-design.mddocumentations/upgrade-guide.mddocumentations/release-checklist.mddocumentations/test-matrix.mddocumentations/operations-runbook.mddocumentations/to-do.md
Design Goal
Keep package logic reusable for any online store/SaaS. Project-specific tenant/domain/provision orchestration should be implemented in host project layers, not hard-coded in this package.
All versions of wncms-ecommerce with dependencies
PHP Build Version
Package Version
Requires
secretwebmaster/wncms-core Version
^6.0
The package secretwebmaster/wncms-ecommerce contains the following files
Loading the files please wait ...