PHPackages                             gonzaloner/laravel-trustspot - 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. gonzaloner/laravel-trustspot

ActiveProject[API Development](/categories/api)

gonzaloner/laravel-trustspot
============================

A very basic TrustSpot API client wrapper for Laravel

0.2.1(8y ago)021MITPHP

Since Sep 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gonzaloner/laravel-trustspot)[ Packagist](https://packagist.org/packages/gonzaloner/laravel-trustspot)[ RSS](/packages/gonzaloner-laravel-trustspot/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

[![TrustSpot](https://camo.githubusercontent.com/bd6c89921a722ac8061ad9e7aade44c14898c58b1503cbabfb92af6cf2e2b431/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f747275737473706f742d626c6f672d696d616765732f626c6f672f77702d636f6e74656e742f75706c6f6164732f323031362f30312f30343138353431392f54535f4c6f676f5f416c7465726e61746976655f466f72576869746542472e706e67)](https://camo.githubusercontent.com/bd6c89921a722ac8061ad9e7aade44c14898c58b1503cbabfb92af6cf2e2b431/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f747275737473706f742d626c6f672d696d616765732f626c6f672f77702d636f6e74656e742f75706c6f6164732f323031362f30312f30343138353431392f54535f4c6f676f5f416c7465726e61746976655f466f72576869746542472e706e67)

TrustSpot API client wrapper for Laravel
========================================

[](#trustspot-api-client-wrapper-for-laravel)

Laravel-TrustSpot incorporates the [TrustSpot API](https://www.trustspot.io/) into your [Laravel](https://laravel.com/) or [Lumen](https://lumen.laravel.com/) project.

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

[](#installation)

Add Laravel-TrustSpot to your composer file via the `composer require` command:

```
$ composer require gonzaloner/laravel-trustspot
```

Laravel 5.5+ will use the auto-discovery function.

In Laravel 5.4 (or if you are not using auto-discovery) register the service provider by adding it to the `providers` key in `config/app.php`. Also register the facade by adding it to the `aliases` key in `config/app.php`.

```
'providers' => [
    ...
    Gonzaloner\LaravelTrustSpot\LaravelTrustSpotServiceProvider::class,
],

'aliases' => [
    ...
    'LaravelTrustSpot' => Gonzaloner\LaravelTrustSpot\Facades\LaravelTrustSpot::class,
]
```

In order to add your API keys you have to execute:

```
$ php artisan vendor:publish --provider="Gonzaloner\LaravelTrustSpot\LaravelTrustSpotServiceProvider"
```

After that, `config/laraveltrustspot.php` will be created. Inside this file you will find all the fields that can be edited in this package.

Usage
-----

[](#usage)

At the moment, only the Company Review Get API is supported.

### Get company reviews

[](#get-company-reviews)

Should be called in a view like this:

```
{{ LaravelTrustSpot::company->get(optional int $limit, optional int $offset, optional string $sort) }}
```

License
-------

[](#license)

[MIT License](https://opensource.org/licenses/MIT)Copyright (c) 2017

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

3

Last Release

3146d ago

### Community

Maintainers

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

---

Top Contributors

[![gfausagullo](https://avatars.githubusercontent.com/u/8094450?v=4)](https://github.com/gfausagullo "gfausagullo (5 commits)")

---

Tags

phpapilaraveltrustspot

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gonzaloner-laravel-trustspot/health.svg)

```
[![Health](https://phpackages.com/badges/gonzaloner-laravel-trustspot/health.svg)](https://phpackages.com/packages/gonzaloner-laravel-trustspot)
```

###  Alternatives

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2559.9k2](/packages/jeroen-g-flickr)[exlo89/laravel-sevdesk-api

A helpful Sevdesk API client for Laravel.

1116.5k](/packages/exlo89-laravel-sevdesk-api)[dystcz/lunar-api

Dystore API layer for Lunar e-commerce package

411.1k3](/packages/dystcz-lunar-api)[yxx/laravel-quick

agile development

145.3k](/packages/yxx-laravel-quick)[gufy/whmcs

WHMCS API for Laravel 5

201.7k](/packages/gufy-whmcs)

PHPackages © 2026

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