PHPackages                             div-art/fbreviews - 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. div-art/fbreviews

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

div-art/fbreviews
=================

Facebook Reviews Scraper for Laravel 5

0.0.1(8y ago)6582MITPHP

Since Jan 20Pushed 8y ago5 watchersCompare

[ Source](https://github.com/div-art/FBReviews)[ Packagist](https://packagist.org/packages/div-art/fbreviews)[ RSS](/packages/div-art-fbreviews/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

FBReviews
=========

[](#fbreviews)

Facebook Reviews Scraper for Laravel 5

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

[](#installation)

To install, run the following in your project directory:

```
$ composer require div-art/fbreviews
```

Then in `config/app.php` add the following to the `providers` array:

```
\DivArt\FBReviews\FBReviewsServiceProvider::class,

```

Also in `config/app.php`, add the Facade class to the `aliases` array:

```
'FBReviews' => \DivArt\FBReviews\Facades\FBReviews::class,

```

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

[](#configuration)

To publish FBReviews configuration file, run the following `vendor:publish` command:

```
$ php artisan vendor:publish --provider="DivArt\FBReviews\FBReviewsServiceProvider"
```

This will create a fbreview.php in your config directory. Then you can make next command

```
$ php artisan migrate
```

Add this code to app/Console/Kernel.php to method "schedule"

```
$schedule->command('fbreview:scrap')
    ->timezone(config('fbreview.fb_timezone'))
    ->dailyAt(config('fbreview.fb_daily_at'));

```

Add this conf to .env file

```
FACEBOOK_API_KEY=
FACEBOOK_SECRET_KEY=
FACEBOOK_DAILY_AT=
FACEBOOK_TIMEZONE=

```

Add to cron

```
// cron sheduler
* * * * * php \path\artisan schedule:run

```

Usage
=====

[](#usage)

Send GET requet to /fbreview/reviews?url=

Methods
=======

[](#methods)

Get reviews

```
FBReviews::getByID();
FBReviews::getByUrl();

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3035d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94e9a89ed1ea3310a064b240c8741c0e05f808c00c747a9540c2373bfb40e926?d=identicon)[div-art](/maintainers/div-art)

---

Top Contributors

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

---

Tags

laraveldiv-artfacebook reviews

### Embed Badge

![Health badge](/badges/div-art-fbreviews/health.svg)

```
[![Health](https://phpackages.com/badges/div-art-fbreviews/health.svg)](https://phpackages.com/packages/div-art-fbreviews)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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