PHPackages                             aabosham/filament-spark-pie - 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. aabosham/filament-spark-pie

ActiveLibrary[Admin Panels](/categories/admin)

aabosham/filament-spark-pie
===========================

This is my package filament-spark-pie

v2.0.0(2y ago)813.5k↓61%1[1 issues](https://github.com/AAbosham/filament-spark-pie/issues)[2 PRs](https://github.com/AAbosham/filament-spark-pie/pulls)MITJavaScriptPHP ^8.0 || ^8.1 || ^8.2

Since Oct 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AAbosham/filament-spark-pie)[ Packagist](https://packagist.org/packages/aabosham/filament-spark-pie)[ Docs](https://github.com/aabosham/filament-spark-pie)[ RSS](/packages/aabosham-filament-spark-pie/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (13)Versions (10)Used By (0)

This is my package filament-spark-pie
=====================================

[](#this-is-my-package-filament-spark-pie)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1180237b3f0715030ef7c3e9a10a47d526c51621f518943d989bdd14dfbd9e53/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6161626f7368616d2f66696c616d656e742d737061726b2d7069652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aabosham/filament-spark-pie)

[![Total Downloads](https://camo.githubusercontent.com/890de76ff0d8dcffd3cd67151af2600064138a1a4923ddee3c0b963d1d191ecd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6161626f7368616d2f66696c616d656e742d737061726b2d7069652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aabosham/filament-spark-pie)

Pie chart for laravel filament

Preview
-------

[](#preview)

[![preview](https://github.com/aabosham/filament-spark-pie/raw/master/preview.png)](https://github.com/aabosham/filament-spark-pie/raw/master/preview.png)

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

[](#installation)

You can install the package via composer:

For filament v3

```
composer require aabosham/filament-spark-pie:"^2.0"
```

For filament v2

```
composer require aabosham/filament-spark-pie:"^0.0.4"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-spark-pie-views"
```

Usage
-----

[](#usage)

Table
-----

[](#table)

### On your filament resource file

[](#on-your-filament-resource-file)

```
use AAbosham\FilamentSparkPie\Tables\Columns\SparkPieColumn;
```

### On your filament table schema

[](#on-your-filament-table-schema)

```
use AAbosham\FilamentSparkPie\Tables\Columns\SparkPieColumn;

SparkPieColumn::make('rate')
    ->size(70) // height
    ->color('green') // green , #598989
    ->suffix('%') // or prefix
```

Infolist (Only for filament v3)
-------------------------------

[](#infolist-only-for-filament-v3)

### On your filament Infolist schema

[](#on-your-filament-infolist-schema)

```
use AAbosham\FilamentSparkPie\Infolists\Components\SparkPieEntry;

SparkPieEntry::make('rate')
    ->size(70) // height
    ->color('green') // green , #598989
    ->suffix('%') // or prefix
```

[![preview-entry](https://github.com/aabosham/filament-spark-pie/raw/master/preview-entry.png)](https://github.com/aabosham/filament-spark-pie/raw/master/preview-entry.png)

Credits
-------

[](#credits)

- [AAbosham](https://github.com/AAbosham)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~67 days

Total

7

Last Release

1068d ago

Major Versions

v0.0.4 → v1.x-dev2023-07-03

v1.x-dev → v2.x-dev2023-08-01

PHP version history (2 changes)v0.0.1PHP ^8.1 || ^8.0

v0.0.4PHP ^8.0 || ^8.1 || ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12083600?v=4)[Abubakr Abusham](/maintainers/AAbosham)[@AAbosham](https://github.com/AAbosham)

---

Top Contributors

[![AAbosham](https://avatars.githubusercontent.com/u/12083600?v=4)](https://github.com/AAbosham "AAbosham (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")[![husam-tariq](https://avatars.githubusercontent.com/u/16601695?v=4)](https://github.com/husam-tariq "husam-tariq (1 commits)")

---

Tags

laravelaaboshamfilament-spark-pie

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/aabosham-filament-spark-pie/health.svg)

```
[![Health](https://phpackages.com/badges/aabosham-filament-spark-pie/health.svg)](https://phpackages.com/packages/aabosham-filament-spark-pie)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16120.0k](/packages/backstage-mails)

PHPackages © 2026

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