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

ActiveLibrary[Admin Panels](/categories/admin)

jeffersongoncalves/filament-erp-core
====================================

Filament v5 panel resources for the Laravel ERP core — companies, currencies, units, fiscal years and organizational masters.

3.x-dev(today)10MITPHPPHP ^8.2CI passing

Since Jun 27Pushed todayCompare

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

READMEChangelogDependencies (8)Versions (1)Used By (0)

Filament ERP Core
=================

[](#filament-erp-core)

Filament v5 panel resources for the [Laravel ERP core](https://github.com/jeffersongoncalves/laravel-erp-core) — companies, currencies, units of measure, fiscal years and organizational masters.

This package is the UI layer for the `jeffersongoncalves/laravel-erp-core` domain package (namespace `JeffersonGoncalves\Erp\Core\`). It is the reference UI package that every other `filament-erp-*` package is cloned from.

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

[](#installation)

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

> **TODO (temporary):** Until `jeffersongoncalves/laravel-erp-core` is published on Packagist, the domain dependency is resolved from a local **path repository** declared in `composer.json`:
>
> ```
> "repositories": [
>     { "type": "path", "url": "../../laravel/laravel-erp-core", "options": { "symlink": false } }
> ]
> ```
>
>
>
> Remove this `repositories` entry once the domain package is available on Packagist.

Usage
-----

[](#usage)

Register the plugin on a Filament panel:

```
use JeffersonGoncalves\FilamentErp\Core\FilamentErpCorePlugin;

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

Resources
---------

[](#resources)

ResourceMaster`CompanyResource`Companies (with Address &amp; Contact relation managers)`CurrencyResource`Currencies`UomResource`Units of measure`FiscalYearResource`Fiscal years`DepartmentResource`Departments`DesignationResource`Designations`BrandResource`Brands`TermsAndConditionsResource`Terms &amp; conditionsA dashboard `ErpCoreStatsWidget` shows counts of companies, enabled currencies and departments.

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

[](#configuration)

Publish the config to swap resource classes, change the navigation group, or assign a cluster:

```
php artisan vendor:publish --tag="filament-erp-core-config"
```

License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

0d ago

### 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)")

---

Tags

laravelcurrencyERPfilamentfilament-plugincompanyuom

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

250203.6k11](/packages/awcodes-filament-quick-create)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2310.5k](/packages/mradder-filament-logger)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

334.9k1](/packages/caresome-filament-neobrutalism-theme)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

196.5k14](/packages/wsmallnews-filament-nestedset)[inerba/filament-db-config

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

3411.8k3](/packages/inerba-filament-db-config)

PHPackages © 2026

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