PHPackages                             stocarul/facebook-bundle - 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. stocarul/facebook-bundle

ActiveSymfony-bundle[API Development](/categories/api)

stocarul/facebook-bundle
========================

A facebook sdk bundle

14291[3 issues](https://github.com/stocarul/FacebookBundle/issues)PHP

Since Aug 27Pushed 11y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

FacebookBundle
==============

[](#facebookbundle)

[![Build Status](https://camo.githubusercontent.com/84423796018f523244252ae2a81164980a6983084229933e122fd3f7fcb9e46b/68747470733a2f2f7472617669732d63692e6f72672f73746f636172756c2f46616365626f6f6b42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/stocarul/FacebookBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/7c0862cff1f5de42efcd46f9ae43e0a1b2309ff656dccd187dfe3d5f1fadb6f0/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39656238666561362d636434372d346561302d393333322d6465333735343961326534632f6d696e692e706e67)](https://insight.sensiolabs.com/projects/9eb8fea6-cd47-4ea0-9332-de37549a2e4c)

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

[](#installation)

#### A) Add Stocarul Facebook Bundle to your composer.json

[](#a-add-stocarul-facebook-bundle-to-your-composerjson)

```
{
    "require": {
        "stocarul/facebook-bundle": "dev-master"
    }
}
```

#### B) Enable the bundle

[](#b-enable-the-bundle)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stocarul\FacebookBundle\StocarulFacebookBundle(),
    );
}
```

#### C) Configure the bundle

[](#c-configure-the-bundle)

```
// app/config/config.yml

stocarul_facebook:
    oauth:
        app_id:       your_app_id
        app_secret:   your_app_secret
        app_token:    your_app_token
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

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/5c1aff55d54ffc994186d48dbd81ba6329678deb967d8e78892b0dbf4c81126f?d=identicon)[stocarul](/maintainers/stocarul)

---

Top Contributors

[![stocarul](https://avatars.githubusercontent.com/u/1935983?v=4)](https://github.com/stocarul "stocarul (15 commits)")

### Embed Badge

![Health badge](/badges/stocarul-facebook-bundle/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M479](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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