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

ActiveLibrary[API Development](/categories/api)

sykescottages/feefo
===================

Gets Feefo reviews from their API

06PHP

Since Nov 8Pushed 4y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Feefo PHP API Package
=====================

[](#feefo-php-api-package)

[![Build Status](https://camo.githubusercontent.com/e69426da07d6f9ce381bd2bba296126643f09a035a815d1818679120541b9652/68747470733a2f2f7472617669732d63692e6f72672f53796b6573436f7474616765732f666565666f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SykesCottages/feefo)

This package is designed to be an easy way to query the Feefo reviews API in php.

It can be installed using composer by running the following command:

```
composer require sykescottages/feefo

```

Then simplest method of getting the reviews is as follows:

```
$reviews = new SykesCottages\Feefo\Reviews('merchant-identifier');
foreach ($reviews->getReviews() as $review) {
    // Handle review here
}
```

Functions
=========

[](#functions)

All functions can be chained, together for example:

```
$reviews = new SykesCottages\Feefo\Reviews('merchant-identifier');
foreach ($reviews->sku('sku')->pageSize(50)->getReviews() as $review) {
    // Handle review here
}
```

**Function Name****Description****Default Value**urlThe URL endpointsincePeriodFilter reviews to those created during the specified periodallfullThreadFilters subsequent exchanges between the customer and merchantincludepageSizeThe number of reviews to return per page, max 100100pageThe page number to return reviews for1fieldsLimit the response to include certain fieldsskuFilter reviews assigned to the specified product search code

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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/a7759f1a7acac4ee25112e8e0ac2eb608010aba1060ba00c687d615dc7e74f19?d=identicon)[exussum](/maintainers/exussum)

---

Top Contributors

[![elliotrodgers](https://avatars.githubusercontent.com/u/36989248?v=4)](https://github.com/elliotrodgers "elliotrodgers (10 commits)")[![beattie282](https://avatars.githubusercontent.com/u/3083014?v=4)](https://github.com/beattie282 "beattie282 (1 commits)")[![exussum12](https://avatars.githubusercontent.com/u/1102850?v=4)](https://github.com/exussum12 "exussum12 (1 commits)")

---

Tags

hacktoberfest

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M452](/packages/google-gax)

PHPackages © 2026

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