PHPackages                             bluebaytravel/feefo - 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. bluebaytravel/feefo

AbandonedArchivedLibrary

bluebaytravel/feefo
===================

Laravel 5 Feefo API Wrapper

v3.0.0(8y ago)216.7k[1 issues](https://github.com/BlueBayTravel/Feefo/issues)MITPHPPHP &gt;=5.5.9

Since Jan 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/BlueBayTravel/Feefo)[ Packagist](https://packagist.org/packages/bluebaytravel/feefo)[ RSS](/packages/bluebaytravel-feefo/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (6)Versions (12)Used By (0)

Feefo
=====

[](#feefo)

[![Build Status](https://camo.githubusercontent.com/91c05e61e5ffac850eab7900eb2936cbb16f34290232052e14228cbae5aac880/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f426c756542617954726176656c2f466565666f2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/BlueBayTravel/Feefo)[![StyleCI](https://camo.githubusercontent.com/703dd4988adef545802d6a4fe09603d5f220359c6a991512a5aad57fbcaf74be/68747470733a2f2f7374796c6563692e696f2f7265706f732f34393037313230312f736869656c64)](https://styleci.io/repos/49071201)

Laravel 5 wrapper for the [Feefo](https://www.feefo.com/documentation/feefo_integration.pdf#page=37) API.

```
// Fetch reviews
Feefo::fetch()
```

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

[](#installation)

Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```
composer require bluebaytravel/feefo
```

Add the service provider to `config/app.php` in the `providers` array.

```
BlueBayTravel\Feefo\FeefoServiceProvider::class
```

If you want you can use the [facade](http://laravel.com/docs/facades). Add the reference in `config/app.php` to your aliases array.

```
'Feefo' => BlueBayTravel\Feefo\Facades\Feefo::class
```

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

[](#configuration)

Feefo requires connection configuration. To get started, you'll need to publish all vendor assets:

```
php artisan vendor:publish
```

This will create a `config/feefo.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

Testing
-------

[](#testing)

When running PHPUnit locally, you'll need to create a copy of `phpunit.xml.dist` as `phpunit.xml`, afterwards you'll need to modify both the `FEEFO_LOGON` and `FEEFO_PASSWORD` environment settings within the configuration.

License
=======

[](#license)

[MIT](/LICENSE)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~59 days

Recently: every ~137 days

Total

11

Last Release

3191d ago

Major Versions

v1.1.3 → v2.0.02016-02-15

v2.3.0 → v3.0.02017-08-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e4934b15ff7d8cffabece955994bed29b31429f4c2e8f13fa0868c753bb1c30?d=identicon)[jbrooksuk](/maintainers/jbrooksuk)

---

Top Contributors

[![jbrooksuk](https://avatars.githubusercontent.com/u/246103?v=4)](https://github.com/jbrooksuk "jbrooksuk (22 commits)")

---

Tags

laravelfeefo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bluebaytravel-feefo/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.4k10.6M274](/packages/laravel-boost)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

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