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.

v0.1.34(2mo ago)01211MITPHPPHP ^8.4

Since May 21Pushed 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 1w ago

READMEChangelogDependencies (35)Versions (69)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 ^13.0
- Filament ^5.0
- aiarmada/chip

License
-------

[](#license)

MIT

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

68

Last Release

84d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1634949?v=4)[Saiffil Fariz](/maintainers/sairiz)[@sairiz](https://github.com/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`.

1183.2M135](/packages/filament-spatie-laravel-settings-plugin)[tapp/filament-lms

204.4k](/packages/tapp-filament-lms)

PHPackages © 2026

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