承接 secretwebmaster/wncms-ecommerce 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

secretwebmaster/wncms-ecommerce

Composer 安装命令:

composer require secretwebmaster/wncms-ecommerce

包简介

E-commerce module for WNCMS, providing products, orders, transactions, payments, subscriptions, and plans management.

README 文档

README

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)

composer require secretwebmaster/wncms-ecommerce
php artisan vendor:publish --tag=wncms-ecommerce-config
php artisan migrate
php artisan db:seed --class="Secretwebmaster\\WncmsEcommerce\\Database\\Seeders\\PaymentGatewaySeeder"

After installation:

  • confirm backend payment gateway pages load
  • configure gateway credentials in backend settings
  • ECPay credential mapping:
    • client_id => MerchantID
    • client_secret => HashKey
    • webhook_secret => HashIV

Upgrade (Existing Project)

composer update secretwebmaster/wncms-ecommerce
php artisan migrate --force
php artisan optimize:clear

Optional after upgrade:

php artisan db:seed --class="Secretwebmaster\\WncmsEcommerce\\Database\\Seeders\\PaymentGatewaySeeder"

See documentations/upgrade-guide.md for version-specific checks.

Commands

php artisan wncms-ecommerce:pay-order {orderSlug} {paymentGatewaySlug}
php artisan wncms-ecommerce:renew-subscriptions
php artisan wncms-ecommerce:advance-subscriptions
php artisan wncms-ecommerce:reconcile-transactions {--gateway=} {--date-from=} {--date-to=} {--json}

Testing

composer test

Documentation

  • CHANGELOG.md
  • documentations/architecture.md
  • documentations/model-reference.md
  • documentations/payment-lifecycle.md
  • documentations/production-readiness-design.md
  • documentations/upgrade-guide.md
  • documentations/release-checklist.md
  • documentations/test-matrix.md
  • documentations/operations-runbook.md
  • documentations/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.

secretwebmaster/wncms-ecommerce 适用场景与选型建议

secretwebmaster/wncms-ecommerce 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 01 月 15 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「ecommerce」 「cms」 「laravel」 「secretwebmaster」 「wncms」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 secretwebmaster/wncms-ecommerce 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 secretwebmaster/wncms-ecommerce 我们能提供哪些服务?
定制开发 / 二次开发

基于 secretwebmaster/wncms-ecommerce 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 25
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-15