PHPackages                             voradius/api - 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. voradius/api

ActiveLibrary[API Development](/categories/api)

voradius/api
============

Voradius API service

v0.1(10y ago)01361PHPPHP &gt;=5.4.0

Since Aug 10Pushed 10y ago3 watchersCompare

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

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

[![Build Status](https://camo.githubusercontent.com/9208ba12845bb5fec597fecf867566ff7be65613b5edf3618e6ef2762b1fe942/68747470733a2f2f6170692e7472617669732d63692e6f72672f566f7261646975732f4170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Voradius/Api)[![Latest Stable Version](https://camo.githubusercontent.com/ed08ad89da0313e5af99180225a715b1eb69cfc4c4c20dd41094ede60732b312/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766f7261646975732f6170692e7376673f7374796c653d666c6174)](https://packagist.org/packages/voradius/api)[![Dependency](https://camo.githubusercontent.com/7e9677c4577eb0dbc8971b65ef17a44f834be6f501ed042eca7dfef25ffd91b8/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535633961366362383132636334303031373030303030312f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/55c9a6cb812cc40017000001)[![Code Climate](https://camo.githubusercontent.com/9342fde7adfc43f5a4501ce1453129cd63efd4914630808982736e905ca61b70/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f566f7261646975732f4170692f6261646765732f6770612e737667)](https://codeclimate.com/github/Voradius/Api)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/be0bb28faab5961885bcf25071f6fde830be842e134bc08dc1af42978601f119/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f566f7261646975732f4170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Voradius/Api/?branch=master)

Voradius API
============

[](#voradius-api)

This library is aimed at wrapping the Voradius API in a simple package.

Table Of Content
----------------

[](#table-of-content)

1. [Requirements](#requirements)
2. [Installation](#installation)
3. [General Example](#general)

Requirements
------------

[](#requirements)

This library uses PHP 5.4+.

To use the API, you have to request an access key from Voradius. For every request, you will have to provide the Access Key.

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

[](#installation)

It is recommended that you install the PHP API Wrapper library [through composer](http://getcomposer.org/). To do so, add the following lines to your `composer.json` file.

```
{
    "require": {
        "Voradius/api": "dev-master"
    }
}
```

General example
---------------

[](#general-example)

All Entity classes need a Client object supplied on creating an object, with both the API Key and Environment supplied, as below.

Valid environments for external usage are:

- SANDBOX (for testing)
- LIVE

```
$client = new Voradius\Client('API_KEY_HERE', Voradius\Client::SANDBOX]);
$productApi = new Entity\Product($client);
````

After creating the entity object it is possible to use the several methods provided in this entity, e.g.:

````
$product = $productApi->getById(1000);
````

All entities check for valid input and build the request to the Voradius API for you. Errors are thrown by the Guzzle library, else the content is just returned directly to you. In most cases this will be a JSON formatted string. We don't manipulate the data on return, giving you all the freedom to perform caching and/or manipulate the data before usage.

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.2% 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

Unknown

Total

1

Last Release

3934d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6288bb2eea91655373aff3f08193a71e5c22b728608c74740a9a47033a1d957b?d=identicon)[Voradius](/maintainers/Voradius)

---

Top Contributors

[![stefandoorn](https://avatars.githubusercontent.com/u/4903082?v=4)](https://github.com/stefandoorn "stefandoorn (46 commits)")[![Jomaanro](https://avatars.githubusercontent.com/u/5111622?v=4)](https://github.com/Jomaanro "Jomaanro (3 commits)")[![Voradius](https://avatars.githubusercontent.com/u/13415821?v=4)](https://github.com/Voradius "Voradius (3 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/voradius-api/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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