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. jeffersongoncalves/filament-pixel

ActiveLibrary

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.2.2(2mo ago)330↓50%1MITPHPPHP ^8.2CI passing

Since May 2Pushed 1mo 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 1mo ago

READMEChangelog (10)Dependencies (14)Versions (15)Used By (0)

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

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

45

—

FairBetter than 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74% 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 ~23 days

Recently: every ~6 days

Total

15

Last Release

44d 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-03-29

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 (37 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 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

[jeffersongoncalves/filament-qrcode-field

A Laravel Filament package that provides QR Code field functionality for your web applications. This package extends Filament v3 with a simple QR code input component.

113.2k](/packages/jeffersongoncalves-filament-qrcode-field)[jeffersongoncalves/filament-topbar

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.

171.2k](/packages/jeffersongoncalves-filament-topbar)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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