PHPackages                             alyahmmed/facebook-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. alyahmmed/facebook-pixel

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

alyahmmed/facebook-pixel
========================

140HTML

Since Feb 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/alyahmmed/facebook-pixel)[ Packagist](https://packagist.org/packages/alyahmmed/facebook-pixel)[ RSS](/packages/alyahmmed-facebook-pixel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

This package needs Laravel 5.x

Begin by installing this package through Composer. Require it directly from the Terminal to take the last stable version:

```
$ composer require alyahmmed/facebook-pixel dev-master
```

Once this operation completes, you must add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'providers' => [
    // ...
    Alyahmmed\FacebookPixel\FacebookPixelProvider::class,
],
```

At this point the inliner should be already working with the default options. If you want to fine-tune these options, you can do so by publishing the configuration file:

```
$ php artisan vendor:publish --provider=Alyahmmed\FacebookPixel\FacebookPixelProvider
```

Edit config file `config/facebook.php` with your FB app details.

Add the following to your main route file `routes/web.php` feel free to alter these routes to what suits you best

```
Route::group(['namespace' => 'Backend', 'prefix' => '/backend'], function()
{
    Route::get('/pixel_stats', "FacebookAdsController@stats");
});

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/24f77e925003e262e65f0ee2c2c9b08c4bef8bbe52992059f2034e1bf3324e17?d=identicon)[alyahmmed](/maintainers/alyahmmed)

---

Top Contributors

[![alyahmmed](https://avatars.githubusercontent.com/u/2537281?v=4)](https://github.com/alyahmmed "alyahmmed (2 commits)")

### Embed Badge

![Health badge](/badges/alyahmmed-facebook-pixel/health.svg)

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

PHPackages © 2026

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