PHPackages                             aplr/laravel-facebook - 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. [API Development](/categories/api)
4. /
5. aplr/laravel-facebook

ActiveLibrary[API Development](/categories/api)

aplr/laravel-facebook
=====================

Facebook SDK Bridge for Laravel

v0.1.4(7y ago)01571MITPHPPHP ^7.1.3

Since Oct 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/aplr/laravel-facebook)[ Packagist](https://packagist.org/packages/aplr/laravel-facebook)[ RSS](/packages/aplr-laravel-facebook/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (6)Used By (1)

Laravel-Facebook
================

[](#laravel-facebook)

[![Travis](https://camo.githubusercontent.com/091206e894edb77f1b83663fa738be7817bbecd55226213eb82fd850457e418a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f61706c722f6c61726176656c2d66616365626f6f6b2e737667)](https://packagist.org/packages/aplr/laravel-facebook)[![Packagist](https://camo.githubusercontent.com/79ec751914668e2b17dbe8e83723ba0578a292b3f8e716c77d7681645157b011/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61706c722f6c61726176656c2d66616365626f6f6b2e737667)](https://packagist.org/packages/aplr/laravel-facebook)[![license](https://camo.githubusercontent.com/2dc407fcba7f473030fbfd84ebe65e2e6dd3b10abde868497709fbff95eeac57/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f61706c722f6c61726176656c2d66616365626f6f6b2e737667)](https://packagist.org/packages/aplr/laravel-facebook)

Introduction
------------

[](#introduction)

The `laravel-facebook` package allows you to use the Facebook-SDK in a more laravel-ish way.

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

[](#installation)

Require the aplr/laravel-facebook package in your composer.json and update your dependencies:

```
$ composer require aplr/laravel-facebook
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Aplr\LaravelFacebook\ServiceProvider::class,
```

If you want to use the facade to conveniently access the Facebook SDK, add this to your facades in app.php:

```
'Facebook' => Aplr\LaravelFacebook\Facade::class,
```

Configuration
-------------

[](#configuration)

The defaults are set in config/facebook.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:

```
$ php artisan vendor:publish --provider="Aplr\LaravelFacebook\ServiceProvider"
```

When using the default package configuration, you can set the Facebook SDK credentials in your `.env` file:

```
FACEBOOK_APP_ID=#YOUR APP ID#
FACEBOOK_APP_SECRET=#YOUR APP SECRET#
FACEBOOK_GRAPH_VERSION=v2.9

```

Licence
-------

[](#licence)

Laravel-Facebook is open-sourced software licensed under the MIT license.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~56 days

Total

5

Last Release

2912d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.6.4

v0.1.4PHP ^7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/1723f152d0d0015ac9fd0ee662732f276ac4fe314c245f6dad7a710155e75bb9?d=identicon)[aplr](/maintainers/aplr)

---

Top Contributors

[![aplr](https://avatars.githubusercontent.com/u/1051396?v=4)](https://github.com/aplr "aplr (14 commits)")

---

Tags

laravelfacebookfacebook sdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aplr-laravel-facebook/health.svg)

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

###  Alternatives

[joelbutcher/laravel-facebook-graph

Laravel wrapper for the Facebook Graph SDK for PHP 7.4 and PHP 8.

74144.4k](/packages/joelbutcher-laravel-facebook-graph)[casperlaitw/laravel-fb-messenger

A Laravel Package to Integrate Facebook Messenger API

10631.5k](/packages/casperlaitw-laravel-fb-messenger)[missael-anda/laravel-whatsapp

A Whatsapp Business Cloud API wrapper for Laravel.

677.5k](/packages/missael-anda-laravel-whatsapp)

PHPackages © 2026

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