PHPackages                             discoverydn/vidora-api-client - 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. discoverydn/vidora-api-client

AbandonedLibrary[API Development](/categories/api)

discoverydn/vidora-api-client
=============================

A library that wraps the Vidora API

v0.3.3(10y ago)329[3 issues](https://github.com/discoverydn/vidora-api-client/issues)MITPHPPHP &gt;=5.6

Since Oct 26Pushed 10y ago3 watchersCompare

[ Source](https://github.com/discoverydn/vidora-api-client)[ Packagist](https://packagist.org/packages/discoverydn/vidora-api-client)[ RSS](/packages/discoverydn-vidora-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Vidora API Client
=================

[](#vidora-api-client)

Vidora is an AI-driven recommendaiton service that allows you to surface content via their API. The intention of this library is to make getting data from Vidora as simple as possible.

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

[](#installation)

#### Git

[](#git)

git clone :discoverydn/vidora-api-client.git

#### Composer

[](#composer)

composer require discoverydn/vidora-api-client dev-master &amp;&amp; composer dumpautoload

Usage
-----

[](#usage)

There are two main components: the client and the request. The client uses the request to fetch data from the API. The Vidora API has two main types of requests: Behavioral, which POSTs data and Personalization which GETs data.

example:

```
$vidoraClient = new \Discoverydn\VidoraApiClient\Client('api-key', 'api-secret');

$request = new \Discoverydn\VidoraApiClient\Requests\Personalization\UserRecommendationsRequest($vidoraClient, 'user-id', ['param1' => 'value1', 'param2' => 'value2']);

$data = $vidoraClient->fetch($request); // {"items": [ {...

```

#### Testing

[](#testing)

In order to fully test the code, you'll need to add a .env file with the following:

```
VIDORA_KEY=
VIDORA_SECRET=
VIDORA_TEST_FETCH_CATEGORY=
VIDORA_TEST_USER_ID=
VIDORA_TEST_ITEM_ID=

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

3846d ago

PHP version history (2 changes)v0.2.3PHP &gt;=5.6

v0.2.10PHP &gt;=5.5.30

### Community

Maintainers

![](https://www.gravatar.com/avatar/dab52e3b2e447648a9f58c91e884235e094541a1cbad9e0fcc42e70b916d08f5?d=identicon)[robsaurini](/maintainers/robsaurini)

---

Top Contributors

[![saurini](https://avatars.githubusercontent.com/u/1007494?v=4)](https://github.com/saurini "saurini (39 commits)")

### Embed Badge

![Health badge](/badges/discoverydn-vidora-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/discoverydn-vidora-api-client/health.svg)](https://phpackages.com/packages/discoverydn-vidora-api-client)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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