PHPackages                             aiarmada/filament-chip - 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-chip

ActiveLibrary[Admin Panels](/categories/admin)

aiarmada/filament-chip
======================

A Filament admin plugin to explore CHIP data ingested by the aiarmada/chip package.

v1.4.7(6mo ago)0971MITPHPPHP ^8.4

Since Nov 6Pushed 1mo agoCompare

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

READMEChangelogDependencies (3)Versions (34)Used By (1)

Filament CHIP
=============

[](#filament-chip)

Filament admin plugin for exploring CHIP payment data.

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

[](#installation)

```
composer require aiarmada/filament-chip
```

Register the plugin in your Filament panel:

```
use AIArmada\FilamentChip\FilamentChipPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugin(FilamentChipPlugin::make());
}
```

Resources
---------

[](#resources)

The plugin provides three Filament resources under **CHIP Operations**:

ResourceDescriptionPurchasesView payment purchases with status, amounts, and client infoPaymentsTrack payment transactions, fees, and settlementsClientsBrowse customer profiles and contact informationAll resources are read-only with real-time polling.

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

[](#configuration)

Publish the config file:

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

Key options in `config/filament-chip.php`:

```
'navigation_group' => 'CHIP Operations',
'polling_interval' => '45s',
'tables' => [
    'created_on_format' => 'Y-m-d H:i:s',
    'amount_precision' => 2,
],
```

Billing Portal (Optional)
-------------------------

[](#billing-portal-optional)

A customer-facing billing portal for managing subscriptions and payment methods.

**Requires:** `aiarmada/cashier-chip`

Register the billing panel provider:

```
// config/app.php
'providers' => [
    AIArmada\FilamentChip\BillingPanelProvider::class,
],
```

Access at `/billing` with pages for:

- Dashboard
- Subscriptions
- Payment Methods
- Invoices

Requirements
------------

[](#requirements)

- PHP ^8.4
- Laravel ^12.0
- Filament ^5.0
- aiarmada/chip

License
-------

[](#license)

MIT

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance87

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity63

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 ~33 days

Total

33

Last Release

52d ago

### Community

Maintainers

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

### Embed Badge

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

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

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