承接 aiarmada/checkout 相关项目开发

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

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

aiarmada/checkout

最新稳定版本:v1.1.0

Composer 安装命令:

composer require aiarmada/checkout

包简介

Unified checkout flow orchestrating cart, orders, payments, and fulfillment for the AIArmada Commerce ecosystem

README 文档

README

Unified checkout flow for the AIArmada Commerce ecosystem, integrating cart management, order creation, payment processing, and fulfillment.

Installation

composer require aiarmada/checkout

Quick Start

use AIArmada\Checkout\Facades\Checkout;

// Start checkout from a cart
$session = Checkout::startCheckout($cartId);

// Process the entire flow
$result = Checkout::processCheckout($session);

if ($result->success) {
    return redirect()->route('orders.show', $result->orderId);
}

if ($result->requiresRedirect()) {
    return redirect($result->redirectUrl);
}

return back()->withErrors($result->errors);

Publishing Views

If you opt to use the built-in views (response_mode => 'view'), you can publish them for customization:

php artisan vendor:publish --tag=checkout-views

Features

  • Unified Checkout Flow: Orchestrates cart → order → payment → fulfillment
  • Step-Based Architecture: Modular, pluggable steps with dependency resolution
  • Flexible Response Modes: Choose between 'redirect' or built-in 'view' response modes for payment callbacks.
  • Built-in Views: Optional, customizable Tailwind CSS Blade views for success, failure, and cancellation pages.
  • Multiple Payment Gateways: Chip, Cashier-Chip, Cashier processors
  • Multi-tenancy Support: Full owner-scoping via HasOwner trait
  • Inventory Integration: Optional stock reservation during checkout
  • Tax & Discount Integration: Automatic calculations
  • Session Management: Resume interrupted checkouts
  • Event-Driven: Comprehensive event dispatching

Requirements

  • PHP 8.4+
  • Laravel 11.0+
  • At least one payment gateway package (chip, cashier-chip, or cashier)

Documentation

See the docs/ directory for comprehensive documentation:

License

MIT License. See LICENSE for details.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固