PHPackages                             totox777/fbplugins - 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. totox777/fbplugins

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

totox777/fbplugins
==================

Laravel 4 Facebook social plugins

4781PHP

Since Jul 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/totox777/Laravel-4-Facebook-Comment-Like)[ Packagist](https://packagist.org/packages/totox777/fbplugins)[ RSS](/packages/totox777-fbplugins/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-4-Facebook-Comment-Like
===============================

[](#laravel-4-facebook-comment-like)

Laravel 4 Package to embed facebook comment and like plugin

---

\##INSTALL

add this line to your require array in composer.json

```
"totox777/fbplugins": "dev-master"

```

and then, Run : `composer update` to pull down the latest version.

add this line to your app.php provider array:

```
'Totox777\Fbplugins\FbpluginsServiceProvider',

```

and add this line to app.php aliases array:

```
'Fbplugins' => 'Totox777\Fbplugins\Facades\Profiler',

```

config: don't forget to input your facebook `app_id` and `admins` in `src/config/config.php`

\##Usage Always use this once in your script:

```
Fbplugins::getScript();

```

To embed comment:

```
Fbplugins::getPlugin('comments');

```

To embed like:

```
Fbplugins::getPlugin('like');

```

To embed activity:

```
Fbplugins::getPlugin('activity');

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/1da4c89a68ed012500fe9bed10abcb87e9e663f7eb25d0109af314ba5766b791?d=identicon)[totox777](/maintainers/totox777)

### Embed Badge

![Health badge](/badges/totox777-fbplugins/health.svg)

```
[![Health](https://phpackages.com/badges/totox777-fbplugins/health.svg)](https://phpackages.com/packages/totox777-fbplugins)
```

###  Alternatives

[typisttech/wp-better-settings

A simplified OOP implementation of the WP Settings API

1634.8k3](/packages/typisttech-wp-better-settings)

PHPackages © 2026

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