PHPackages                             aiarmada/filament-inventory - 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. [Admin Panels](/categories/admin)
4. /
5. aiarmada/filament-inventory

ActiveLibrary[Admin Panels](/categories/admin)

aiarmada/filament-inventory
===========================

Filament admin panel for inventory and warehouse management

v1.0.0(1mo ago)00MITPHP

Since Mar 18Pushed 1mo agoCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Filament Inventory
==========================

[](#laravel-filament-inventory)

Filament admin panel resources for inventory and warehouse management.

Features
--------

[](#features)

- **Location Management** - Create and manage warehouses, stores, and fulfillment centers
- **Inventory Levels** - View and adjust inventory per product per location
- **Movement History** - Complete audit trail of all inventory movements
- **Allocation Tracking** - Monitor active cart allocations
- **Dashboard Widgets** - Stats overview, low inventory alerts, movement charts

Installation
------------

[](#installation)

```
composer require aiarmada/filament-inventory
```

Publish the configuration:

```
php artisan vendor:publish --tag=filament-inventory-config
```

Setup
-----

[](#setup)

Register the plugin in your Filament panel provider:

```
use AIArmada\FilamentInventory\FilamentInventoryPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentInventoryPlugin::make(),
        ]);
}
```

Resources
---------

[](#resources)

### Inventory Locations

[](#inventory-locations)

Full CRUD for managing warehouses and locations:

- Name, code (unique identifier), address lines, city, state, postcode, country
- Priority (for allocation order)
- Active/inactive status

### Inventory Levels

[](#inventory-levels)

View and manage inventory per product per location:

- Quantity on hand, reserved, available
- Reorder point configuration
- Per-product allocation strategy override
- Quick adjustment actions

### Inventory Movements

[](#inventory-movements)

Read-only history of all inventory movements:

- Movement type (Receipt, Shipment, Transfer, Adjustment)
- Source/destination locations
- Quantity, reason, reference
- User and timestamp

### Inventory Allocations

[](#inventory-allocations)

Monitor active cart allocations:

- Product, location, cart ID
- Allocated quantity
- Expiration time
- Bulk release action

Widgets
-------

[](#widgets)

### Inventory Stats Widget

[](#inventory-stats-widget)

Overview statistics:

- Total locations
- Total SKUs tracked
- Total units on hand
- Total units reserved
- Active allocations

### Low Inventory Alerts Widget

[](#low-inventory-alerts-widget)

Table of items below reorder point:

- Product name
- Location
- Current available quantity
- Reorder point threshold

Configuration
-------------

[](#configuration)

```
// config/filament-inventory.php
return [
    'navigation_group' => 'Inventory',

    'resources' => [
        'navigation_sort' => [
            'locations' => 10,
            'levels' => 20,
            'movements' => 30,
            'allocations' => 40,
        ],
    ],

    'polling_interval' => '45s',
];
```

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Unknown

Total

1

Last Release

52d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[filament/spatie-laravel-settings-plugin

Filament support for `spatie/laravel-settings`.

1092.4M72](/packages/filament-spatie-laravel-settings-plugin)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[openplain/filament-tree-view

Tree view for Filament resources - drop-in replacement for Table with drag-and-drop hierarchical data management

318.5k](/packages/openplain-filament-tree-view)

PHPackages © 2026

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