PHPackages                             servuc/ovhapi - 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. servuc/ovhapi

ActiveLibrary[API Development](/categories/api)

servuc/ovhapi
=============

Yet another wrapper PHP to use OVH API easily !

v0.1(9y ago)564PHPPHP ^7.1

Since Jan 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Servuc/OvhApi)[ Packagist](https://packagist.org/packages/servuc/ovhapi)[ RSS](/packages/servuc-ovhapi/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

OvhApi
======

[](#ovhapi)

Ask the OVH API easily with PHP, this is simple example to link [my blog post](http://servuc.fr/blog/?p=110).

My version use **curl** instead OVH way.

You can get your app key [here :)](https://eu.api.ovh.com/createApp/).

Setup project
-------------

[](#setup-project)

Just check if you have `php5-cli` and `php5-curl` on your computer for CLI usage :

```
sudo apt-get install php5-cli php5-curl

```

Use the CLI version
-------------------

[](#use-the-cli-version)

This *cli* scripts permit to get informations about domains linked to your account.

DO NOT FORGET to set you *application key* and your *application secret key* to test it ;)

This use is very simply :

```
php cliAskDomains.php -g #For credentials
php cliAskDomains.php -d #List your domains

```

Use the WEB version
-------------------

[](#use-the-web-version)

**Web version should not be use like my example because there is no security !**

Help
----

[](#help)

Try to add in top of example :

```
ini_set('display_errors', 1);
error_reporting(E_ALL);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3443d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10000785?v=4)[Thomas S](/maintainers/Servuc)[@Servuc](https://github.com/Servuc)

---

Top Contributors

[![Servuc](https://avatars.githubusercontent.com/u/10000785?v=4)](https://github.com/Servuc "Servuc (7 commits)")

### Embed Badge

![Health badge](/badges/servuc-ovhapi/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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