PHPackages                             jeffersongoncalves/filament-erp-manufacturing - 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. jeffersongoncalves/filament-erp-manufacturing

Active[Admin Panels](/categories/admin)

jeffersongoncalves/filament-erp-manufacturing
=============================================

10PHP

Pushed todayCompare

[ Source](https://github.com/jeffersongoncalves/filament-erp-manufacturing)[ Packagist](https://packagist.org/packages/jeffersongoncalves/filament-erp-manufacturing)[ RSS](/packages/jeffersongoncalves-filament-erp-manufacturing/feed)WikiDiscussions 3.x Synced today

READMEChangelogDependenciesVersionsUsed By (0)

Filament ERP Manufacturing
==========================

[](#filament-erp-manufacturing)

Filament v5 panel resources for the [Laravel ERP manufacturing module](https://github.com/jeffersongoncalves/laravel-erp-manufacturing) — BOMs, work orders and job cards.

This package is the UI layer for the `jeffersongoncalves/laravel-erp-manufacturing` domain package (namespace `JeffersonGoncalves\Erp\Manufacturing\`). It mirrors the reference `jeffersongoncalves/filament-erp-stock` package.

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

[](#installation)

```
composer require jeffersongoncalves/filament-erp-manufacturing
```

> **TODO (temporary):** Until the domain packages are published on Packagist, the dependency chain is resolved from local **path repositories** declared in `composer.json`. Path repos are not transitive, so the manufacturing, stock, accounting and core packages are all listed. Remove the `repositories` entry once the domain packages are available on Packagist.

Usage
-----

[](#usage)

Register the plugin on a Filament panel:

```
use JeffersonGoncalves\FilamentErp\Manufacturing\FilamentErpManufacturingPlugin;

$panel->plugin(
    FilamentErpManufacturingPlugin::make()
        ->navigationGroup('ERP — Manufacturing'),
);
```

Resources
---------

[](#resources)

ResourcePurpose`WorkstationResource`Workstations (hour rate, production capacity)`OperationResource`Operations (workstation)`BomResource`Bills of materials (+ Items RM, Operations RM, computed costs)`RoutingResource`Routings (+ Operations RM)`WorkOrderResource`Work orders (+ Required Items RM, Submit/Cancel, Manufacture)`JobCardResource`Job cards (+ Time Logs RM, Submit/Cancel)Transaction resources (work orders, job cards) expose **Submit** and **Cancel** record actions that drive the domain document lifecycle. A submitted work order also exposes a **Manufacture** action: it collects the WIP (source) and FG (target) warehouses and builds the cross-module Manufacture stock entry that consumes the raw materials and produces the finished good.

Widgets
-------

[](#widgets)

WidgetPurpose`WorkOrderStatsWidget`Count and quantity of open/submitted work ordersTesting
-------

[](#testing)

```
composer test
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance65

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity8

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/411493?v=4)[Jefferson Gonçalves](/maintainers/jeffersongoncalves)[@jeffersongoncalves](https://github.com/jeffersongoncalves)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (1 commits)")

### Embed Badge

![Health badge](/badges/jeffersongoncalves-filament-erp-manufacturing/health.svg)

```
[![Health](https://phpackages.com/badges/jeffersongoncalves-filament-erp-manufacturing/health.svg)](https://phpackages.com/packages/jeffersongoncalves-filament-erp-manufacturing)
```

PHPackages © 2026

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