PHPackages                             jeffersongoncalves/filament-pixel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeffersongoncalves/filament-pixel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jeffersongoncalves/filament-pixel
=================================

Filament Pixel is a Laravel package that seamlessly integrates Meta Pixel analytics into your Blade templates. Using your Meta Pixel ID, it enables easy tracking of website visits and user interactions, providing valuable insights into your audience and website performance. With minimal setup, you can leverage Meta’s powerful analytics features directly within your application, helping you optimize your digital strategy and improve user engagement.

3.3.0(1w ago)4700↑156.3%1MITPHPPHP ^8.2CI passing

Since May 2Pushed 1w ago1 watchersCompare

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

READMEChangelog (10)Dependencies (19)Versions (18)Used By (0)

[![Filament Pixel](https://raw.githubusercontent.com/jeffersongoncalves/filament-pixel/3.x/art/jeffersongoncalves-filament-pixel.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-pixel/3.x/art/jeffersongoncalves-filament-pixel.png)

Filament Pixel
==============

[](#filament-pixel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6d94d9aa86c9d0c76e978470a6674100ad0f189543b4f5ea2cf0168913a31681/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706978656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-pixel)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1d29ab129a173880a1fcecba966fc76d3abc41f1db136dd9a8cda4cfb14896cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706978656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d332e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-pixel/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A3.x)[![Total Downloads](https://camo.githubusercontent.com/d73c759a414d2593de9dc7f7376ac0a2f07b8d59e4de8f1e2ceee46a8ce5aefc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706978656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-pixel)[![License](https://camo.githubusercontent.com/f8c81740877a41ed8578af77dede07b5f78bd4765738d4add12a45b064754e76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d706978656c2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Filament plugin to manage Meta (Facebook) Pixel settings from the admin panel using [spatie/laravel-settings](https://github.com/spatie/laravel-settings). Provides a settings page to configure the Pixel ID and automatically injects the tracking script into your Filament panels.

Compatibility
-------------

[](#compatibility)

BranchFilamentLaravelPHP1.x3.x10+8.1+2.x4.x11+8.2+3.x5.x11+8.2+Installation
------------

[](#installation)

You can install the package via composer:

Install the package via Composer:

```
composer require jeffersongoncalves/filament-pixel
```

Publish and run the settings migration from `laravel-pixel`:

```
php artisan vendor:publish --tag=pixel-settings-migrations
php artisan migrate
```

Usage
-----

[](#usage)

Register the plugin in your Filament panel provider:

```
use JeffersonGoncalves\Filament\Pixel\PixelPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            PixelPlugin::make(),
        ]);
}
```

That's it! Navigate to the **Settings &gt; Meta Pixel** page in your panel to configure the Pixel ID. The tracking script is automatically injected into all panel pages.

### Disabling the Settings Page

[](#disabling-the-settings-page)

If you only want the automatic script injection without the settings page:

```
PixelPlugin::make()
    ->settingsPage(false),
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jefferson Goncalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance98

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.9% 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

Every ~24 days

Recently: every ~0 days

Total

18

Last Release

11d ago

Major Versions

2.0.0 → 3.0.02026-02-16

1.1.0 → 2.2.02026-02-22

1.2.0 → 3.2.02026-02-22

2.2.1 → 3.2.22026-03-04

1.x-dev → 3.x-dev2026-06-23

PHP version history (2 changes)1.0.0PHP ^8.2|^8.3

3.0.0PHP ^8.2

### 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 (44 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

analyticsfacebook-pixelfilamentfilament-pluginlaravellaravel-packagemeta-pixelphpspatie-settingslaraveljeffersongoncalvesfilament-pixel

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)

PHPackages © 2026

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