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 1mo ago

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://www.gravatar.com/avatar/f4389c628f53b9a3ca6f0c69f6e4d2901debd9dbe1fb3ca699ac9b290e257952?d=identicon)[chenjia404](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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