PHPackages                             chenjia404/php-gorse - 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. chenjia404/php-gorse

ActiveLibrary[API Development](/categories/api)

chenjia404/php-gorse
====================

PHP SDK for Gorse recommender system

03PHP

Since Apr 12Pushed 2y agoCompare

[ Source](https://github.com/chenjia404/php-gorse)[ Packagist](https://packagist.org/packages/chenjia404/php-gorse)[ RSS](/packages/chenjia404-php-gorse/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

php-gorse
=========

[](#php-gorse)

PHP SDK for Gorse recommender system.

[![CI](https://github.com/gorse-io/php-gorse/actions/workflows/ci.yml/badge.svg)](https://github.com/gorse-io/php-gorse/actions/workflows/ci.yml)[![Packagist Version](https://camo.githubusercontent.com/b1edd8abbf11de9e487644a51a8e97172803e229c127a2fb669fcefa4c06329b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676f7273652f7068702d676f727365)](https://packagist.org/packages/gorse/php-gorse)[![Packagist Downloads](https://camo.githubusercontent.com/85454a73d47056d0df930ddb54a34f9df9883232fc9d09bd9c007fc347bc27d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f7273652f7068702d676f727365)](https://packagist.org/packages/gorse/php-gorse)

Install
-------

[](#install)

Install via composer:

```
composer require gorse/php-gorse
```

Usage
-----

[](#usage)

Insert feedback and get recommendations:

```
$client = new Gorse("http://127.0.0.1:8088/", "api_key");

$rowsAffected = $client->insertFeedback([
    new Feedback("read", "10", "3", "2022-11-20T13:55:27Z"),
    new Feedback("read", "10", "4", "2022-11-20T13:55:27Z"),
]);

$client->getRecommend('10');
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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://avatars.githubusercontent.com/u/2457958?v=4)[陈佳](/maintainers/chenjia404)[@chenjia404](https://github.com/chenjia404)

---

Top Contributors

[![zhenghaoz](https://avatars.githubusercontent.com/u/9030120?v=4)](https://github.com/zhenghaoz "zhenghaoz (9 commits)")[![chenjia404](https://avatars.githubusercontent.com/u/2457958?v=4)](https://github.com/chenjia404 "chenjia404 (3 commits)")

### Embed Badge

![Health badge](/badges/chenjia404-php-gorse/health.svg)

```
[![Health](https://phpackages.com/badges/chenjia404-php-gorse/health.svg)](https://phpackages.com/packages/chenjia404-php-gorse)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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