PHPackages                             xovi/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. [API Development](/categories/api)
4. /
5. xovi/sdk

ActiveLibrary[API Development](/categories/api)

xovi/sdk
========

00PHP

Since Jul 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/startwind/xovi-sdk)[ Packagist](https://packagist.org/packages/xovi/sdk)[ RSS](/packages/xovi-sdk/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

XOVI SDK
========

[](#xovi-sdk)

Note

This package is work in progress. Not all methods are implemented yet. Please only use it in you production code if you are a real badass.

Install
-------

[](#install)

```
composer require xovi/sdk
```

Example
-------

[](#example)

```
$client = new \Xovi\Sdk\Client('myPersonalKey');
$domains = $client->getKeywordsService()->getRank('google.de');

foreach($domains as $domain) {
    echo $domain->getDomain() . "\n";
}
```

Implemented Services and Methods
--------------------------------

[](#implemented-services-and-methods)

### Address Book

[](#address-book)

- `addPerson`
- `getPersons`
- `getOrganisations`

### Keywords

[](#keywords)

- `getRank` - *Returns the strongest domains within a search engine sorted by OVI.*
- `getSearchEngines` - *Returns all daily crawled or weekly crawled search engines. (Contains data relevant for other functions).*

### User

[](#user)

- `getXoviLimits` - *Returns all usage limits of the tool.*
- `getCreditState` - *Returns the current status of your credit data.*

How to run tests
----------------

[](#how-to-run-tests)

All methods are unit tested. As a normal user you don't have to run tests at all but if want to help with this open source library it will help you a lot.

### Add your API key

[](#add-your-api-key)

To run the tests you have to add your API key to a file `.env.local` with the following content. You have to change the key in that file to match your key.

```
XOVI_API_KEY="f27d2abf6bf0a96ebarec196cd196a0b"
```

### Run tests

[](#run-tests)

After you added the key to the env file you just need to run the following command.

```
php vendor/bin/phpunit --bootstrap tests/autoload.php tests
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/484ac8fdab8874b46d6890cba143e75f6ed5369749d35c76a8ca87fa5857ebc0?d=identicon)[phmLabs](/maintainers/phmLabs)

---

Top Contributors

[![phmLabs](https://avatars.githubusercontent.com/u/650537?v=4)](https://github.com/phmLabs "phmLabs (14 commits)")

### Embed Badge

![Health badge](/badges/xovi-sdk/health.svg)

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

###  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.0k13](/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)
