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 2mo 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

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

3396d ago

### Community

---

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

[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)
