承接 aiarmada/commerce 相关项目开发

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

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

aiarmada/commerce

最新稳定版本:v1.1.0

Composer 安装命令:

composer require aiarmada/commerce

包简介

A powerful collection of commerce components for Laravel - build and ship e-commerce features fast.

README 文档

README

Latest Version on Packagist Total Downloads

A powerful collection of commerce components for Laravel - build and ship e-commerce features fast.

Overview

AIArmada Commerce is a modular e-commerce toolkit for Laravel applications. Install the complete suite or pick individual packages based on your needs.

Requirements

Requirement Version
PHP 8.4+
Laravel 12.0+
Filament 5.0+

Installation

Install the complete commerce suite:

composer require aiarmada/commerce

Or install individual packages as needed (see below).

Included Packages

Core Packages

Package Description
commerce-support Core utilities, contracts, and exceptions
cart Shopping cart with conditions and persistence
inventory Inventory and stock management
vouchers Discount codes and promotional vouchers
docs Invoice and receipt generation with PDF

Payment & Shipping

Package Description
chip CHIP payment gateway integration
cashier Payment orchestration layer
cashier-chip CHIP adapter for Cashier
jnt J&T Express shipping integration

Filament Admin

Package Description
filament-cart Cart management admin panel
filament-inventory Inventory management admin panel
filament-vouchers Voucher management admin panel
filament-docs Document management admin panel
filament-chip CHIP payment admin panel
filament-jnt J&T Express admin panel
filament-authz Role & permission management

Quick Start

1. Install the Suite

composer require aiarmada/commerce

2. Publish Configurations

php artisan vendor:publish --tag=cart-config
php artisan vendor:publish --tag=vouchers-config
php artisan vendor:publish --tag=chip-config
# ... etc

3. Run Migrations

php artisan migrate

4. Register Filament Plugins

use AIArmada\FilamentCart\FilamentCartPlugin;
use AIArmada\FilamentVouchers\FilamentVouchersPlugin;
use AIArmada\FilamentDocs\FilamentDocsPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentCartPlugin::make(),
            FilamentVouchersPlugin::make(),
            FilamentDocsPlugin::make(),
            // ... other plugins
        ]);
}

5. Configure Payment Gateway

php artisan commerce:setup

Documentation

See the docs folder for detailed documentation:

Individual Package Installation

Install only what you need:

# Cart functionality
composer require aiarmada/cart aiarmada/filament-cart

# Vouchers/discounts
composer require aiarmada/vouchers aiarmada/filament-vouchers

# Payment processing
composer require aiarmada/chip aiarmada/cashier aiarmada/cashier-chip

# Document generation
composer require aiarmada/docs aiarmada/filament-docs

# Shipping
composer require aiarmada/jnt aiarmada/filament-jnt

License

The MIT License (MIT). See LICENSE for details.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固