PHPackages                             aiarmada/commerce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. aiarmada/commerce

ActiveMetapackage

aiarmada/commerce
=================

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

v1.4.7(6mo ago)096MITPHP ^8.4

Since Nov 6Pushed 1mo agoCompare

[ Source](https://github.com/AIArmada/csuite)[ Packagist](https://packagist.org/packages/aiarmada/commerce)[ Docs](https://github.com/aiarmada/commerce)[ RSS](/packages/aiarmada-commerce/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (34)Used By (0)

AIArmada Commerce
=================

[](#aiarmada-commerce)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e88e467e0236c97fd9933dc4120625475bd25d118b3b67bfa36581a21513d269/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616961726d6164612f636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aiarmada/commerce)[![Total Downloads](https://camo.githubusercontent.com/a37c7642872d587c24f1560715a5899516c02abeaf626f2c8bb227419fd8d2ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616961726d6164612f636f6d6d657263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aiarmada/commerce)

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

Overview
--------

[](#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
------------

[](#requirements)

RequirementVersionPHP8.4+Laravel12.0+Filament5.0+Installation
------------

[](#installation)

Install the complete commerce suite:

```
composer require aiarmada/commerce
```

Or install individual packages as needed (see below).

Included Packages
-----------------

[](#included-packages)

### Core Packages

[](#core-packages)

PackageDescription[commerce-support](../commerce-support)Core utilities, contracts, and exceptions[cart](../cart)Shopping cart with conditions and persistence[inventory](../inventory)Inventory and stock management[vouchers](../vouchers)Discount codes and promotional vouchers[docs](../docs)Invoice and receipt generation with PDF### Payment &amp; Shipping

[](#payment--shipping)

PackageDescription[chip](../chip)CHIP payment gateway integration[cashier](../cashier)Payment orchestration layer[cashier-chip](../cashier-chip)CHIP adapter for Cashier[jnt](../jnt)J&amp;T Express shipping integration### Filament Admin

[](#filament-admin)

PackageDescription[filament-cart](../filament-cart)Cart management admin panel[filament-inventory](../filament-inventory)Inventory management admin panel[filament-vouchers](../filament-vouchers)Voucher management admin panel[filament-docs](../filament-docs)Document management admin panel[filament-chip](../filament-chip)CHIP payment admin panel[filament-jnt](../filament-jnt)J&amp;T Express admin panel[filament-authz](../filament-authz)Role &amp; permission managementQuick Start
-----------

[](#quick-start)

### 1. Install the Suite

[](#1-install-the-suite)

```
composer require aiarmada/commerce
```

### 2. Publish Configurations

[](#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

[](#3-run-migrations)

```
php artisan migrate
```

### 4. Register Filament Plugins

[](#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

[](#5-configure-payment-gateway)

```
php artisan commerce:setup
```

Documentation
-------------

[](#documentation)

See the [docs](docs/) folder for detailed documentation:

- [Installation](docs/01-installation.md) - Complete setup guide
- [Packages](docs/02-packages.md) - Package overview and selection
- [Configuration](docs/03-configuration.md) - Environment and config options

Individual Package Installation
-------------------------------

[](#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
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance80

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Recently: every ~30 days

Total

33

Last Release

71d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/726da4efcb731bc0ebcdd0b7ce64759e1f8dd63f6f771eab335458f6a2f2d3af?d=identicon)[sairiz](/maintainers/sairiz)

### Embed Badge

![Health badge](/badges/aiarmada-commerce/health.svg)

```
[![Health](https://phpackages.com/badges/aiarmada-commerce/health.svg)](https://phpackages.com/packages/aiarmada-commerce)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
