PHPackages                             sitepack-io/reviewpack-sdk - 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. sitepack-io/reviewpack-sdk

ActiveLibrary

sitepack-io/reviewpack-sdk
==========================

The PHP SDK for the ReviewPack API

1.0.3(4y ago)022[1 PRs](https://github.com/sitepack-io/reviewpack-php-sdk/pulls)PHP

Since Jun 25Pushed 4y ago2 watchersCompare

[ Source](https://github.com/sitepack-io/reviewpack-php-sdk)[ Packagist](https://packagist.org/packages/sitepack-io/reviewpack-sdk)[ RSS](/packages/sitepack-io-reviewpack-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

ReviewPack PHP SDK library
==========================

[](#reviewpack-php-sdk-library)

*Note: this SDK is still is testing phase.*

This library is very helpful when you want to implement the ReviewPack API in a project. It has all API calls implemented, so you can call them easily from your application.

Examples
--------

[](#examples)

#### List companies

[](#list-companies)

See also our [official documentation](https://reviewpack.eu/developers-api#list-companies) for the list companies endpoint.

```
$companyEndpoint = new \ReviewPack\Endpoint\CompanyEndpoint();
$collection = $companyEndpoint->getCompanies(
    'token',
    'secret',
);
var_dump($collection);
```

#### Invite a customer for a review

[](#invite-a-customer-for-a-review)

See also our [official documentation](https://reviewpack.eu/developers-api#plan-invite) to plan a customer invite for a review.

```
$inviteEndpoint = new \ReviewPack\Endpoint\InviteEndpoint();

$result = $inviteEndpoint->createInvite(
    'token',
    'secret',
    'company',
    'email',
    'first_name'
);
var_dump($result);
```

#### Get company review scores (total, average)

[](#get-company-review-scores-total-average)

See also our [official documentation](https://reviewpack.eu/developers-api#review-scores) for the average scoring endpoint.

```
$reviewEndpoint = new \ReviewPack\Endpoint\ReviewEndpoint();
$scores = $reviewEndpoint->getCompanyReviewScores(
    'token',
    'secret',
    'company_uuid'
);
var_dump($scores);
```

#### Get the newest reviews of a company

[](#get-the-newest-reviews-of-a-company)

See also our [official documentation](https://reviewpack.eu/developers-api#newest-reviews) for the newest reviews of a specific company.

```
$reviewEndpoint = new \ReviewPack\Endpoint\ReviewEndpoint();
$recentReviews = $reviewEndpoint->getNewestReviews(
    'token',
    'secret',
    'company_uuid'
);
var_dump($recentReviews);
```

*Copyright ReviewPack B.V.*

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40e46fe516650f2bafa6728d8d4ab3da4b6570d29772fbeef6798613e49843d8?d=identicon)[Petervw](/maintainers/Petervw)

---

Top Contributors

[![Petervw](https://avatars.githubusercontent.com/u/7113270?v=4)](https://github.com/Petervw "Petervw (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sitepack-io-reviewpack-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/sitepack-io-reviewpack-sdk/health.svg)](https://phpackages.com/packages/sitepack-io-reviewpack-sdk)
```

PHPackages © 2026

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