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

ActiveLibrary[API Development](/categories/api)

evoluted/feefo
==============

A generic Feefo PHP SDK package.

1.0.2(5y ago)47.9k5MITPHP

Since Nov 25Pushed 2y ago5 watchersCompare

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

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

Feefo API PHP SDK
=================

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

A framework agnostic library for working with the Feefo API for E-commerce sales reviews.

---

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

[](#installation)

This project can be installed via [Composer](https://getcomposer.org):

```
$ composer require evoluted/feefo
```

Usage
-----

[](#usage)

Using the Feefo api package is fairly easy. Once you've loaded the library via Composer, you can initialise it as follows, remembering to add your Feefo credentials:

```
$feefo = new Evoluted\Feefo\Feefo(
	'', // Merchant identifier
	'' // API Key
);
```

Once initialised you are able to retrieve the latest reviews with:

```
$feefo->reviews();
```

You can optionally increase or decrease the number of results from the default of 5 like so:

```
$feefo->reviews(10);
```

### Custom Calls

[](#custom-calls)

You can make custom calls for additional information using the generic get or post request handlers.

#### Retrieving product ratings

[](#retrieving-product-ratings)

```
$feefo->get('10/products/ratings', [
    'merchant_identifier' => $feefo->merchantIdentifier,
    'review_count' => '10',
    'since' => 'year',
]);
```

#### Adding Sales

[](#adding-sales)

```
$sale = $feefo->post('entersaleremotely', [
    'apikey' => $feefo->apiKey,
    'merchantidentifier' => $feefo->merchantIdentifier,
    'email' => 'customer@example.com',
    'name' => 'John Smith',
    'date' => '2016-11-25',
    'description' => 'Our Product',
    'productsearchcode' => '123456',
    'orderref' => 'ORDER123456',
    'amount' => '123.45',
    'productlink' => 'http://www.example.com/product/123456',
    'customerref' => '987654',
]);
```

For an example of the above implementation, see the included example file.

Resources
---------

[](#resources)

- [Feefo Developer Documentation](https://support.feefo.com/support/solutions/8000050385)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~653 days

Total

3

Last Release

2155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/249d852b103b90c391be045688903bad7da259b49f235695e629c70ff9706b3b?d=identicon)[evoluted](/maintainers/evoluted)

---

Top Contributors

[![rickmills](https://avatars.githubusercontent.com/u/103707?v=4)](https://github.com/rickmills "rickmills (6 commits)")[![fredden](https://avatars.githubusercontent.com/u/334786?v=4)](https://github.com/fredden "fredden (2 commits)")[![jpswade](https://avatars.githubusercontent.com/u/1087963?v=4)](https://github.com/jpswade "jpswade (1 commits)")

---

Tags

apifeefofeefo-apiphpreviewreviews

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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