PHPackages                             justbetter/statamic-feedback-company - 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. justbetter/statamic-feedback-company

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

justbetter/statamic-feedback-company
====================================

Harvest FeedbackCompany reviews into a Statamic collection

0.3.6(1y ago)1787↓50%3PHP

Since May 9Pushed 1y ago3 watchersCompare

[ Source](https://github.com/justbetter/statamic-feedback-company)[ Packagist](https://packagist.org/packages/justbetter/statamic-feedback-company)[ RSS](/packages/justbetter-statamic-feedback-company/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

[ ![Banner](./art/banner.png)](https://github.com/justbetter/statamic-feedback-company "JustBetter")Statamic Feedback Company
=========================

[](#statamic-feedback-company)

Harvests reviews from Feedback Company using their API and saves them in a Statamic collection.

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

[](#installation)

```
composer require justbetter/statamic-feedback-company

```

How to Use
----------

[](#how-to-use)

- Set up the `FEEDBACKCOMPANY_CLIENT_ID` and `FEEDBACKCOMPANY_CLIENT_SECRET` values in your `.env`
- Publish the blueprints (see below), then create the `Reviews` collection &amp; `Reviews` global
- Now you can harvest the reviews with `php artisan reviews:harvest`

API
---

[](#api)

If you don't want to use the statamic API, this addon provides a basic API with which you can retrieve the harvested reviews by doing a GET request to the following endpoint:

```
/api/feedback-company

```

This will return the 3 newest reviews in the collection. Some other possibilities:

```
/api/feedback-company?page=1&count=5
/api/feedback-company?count=5&minscore=2&maxscore=5

```

ViewComposer
------------

[](#viewcomposer)

If you want to show some statistics about the reviews in your project, you can add the `ReviewsComposer` class as a viewcomposer to your specific component. You can add this in your serviceprovider:

```
View::composer('rapidez::layouts.footer', ReviewsComposer::class);
```

This will expose a `$reviews` variable to your blade component with a few useful statistics. For example:

```
Our customers give us a {{ $reviews['score'] }}/10 across {{ $reviews['count'] }} reviews.
{{ $reviews['percentage'] }}% of reviews recommend us.

```

You can also use `$reviews['scores'][7]` to display how many reviews have a 7/10 rating.

Tag
---

[](#tag)

We integrated a Statamic Tag called `Reviews` which will allow you to get some basic data from the reviews like ratings and review content.

Blade example:

```
Statamic::tag('reviews:get_rating_data')->fetch();
```

Publishables
------------

[](#publishables)

You can publish all of the publishables with:

```
php artisan vendor:publish --provider="JustBetter\StatamicFeedbackCompany\ServiceProvider"
```

Or publish them individually by using tags:

```
php artisan vendor:publish --provider="JustBetter\StatamicFeedbackCompany\ServiceProvider" --tag="blueprints"
php artisan vendor:publish --provider="JustBetter\StatamicFeedbackCompany\ServiceProvider" --tag="config"
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.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.

###  Release Activity

Cadence

Every ~71 days

Recently: every ~91 days

Total

9

Last Release

534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d00b3f55cd4ae8b8cfb001a644ed6c7a1127a956c24375bcfe16ce12bd89bed?d=identicon)[justbetter](/maintainers/justbetter)

---

Top Contributors

[![kevinmeijer97](https://avatars.githubusercontent.com/u/9716909?v=4)](https://github.com/kevinmeijer97 "kevinmeijer97 (8 commits)")[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (3 commits)")[![k-aleksandar](https://avatars.githubusercontent.com/u/106754068?v=4)](https://github.com/k-aleksandar "k-aleksandar (3 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (1 commits)")

### Embed Badge

![Health badge](/badges/justbetter-statamic-feedback-company/health.svg)

```
[![Health](https://phpackages.com/badges/justbetter-statamic-feedback-company/health.svg)](https://phpackages.com/packages/justbetter-statamic-feedback-company)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[swiftmade/statamic-clear-assets

Deletes unused assets. Saves storage space.

1938.6k](/packages/swiftmade-statamic-clear-assets)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2912.8k](/packages/aerni-livewire-forms)

PHPackages © 2026

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