PHPackages                             hikingyo/php-ovh-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. hikingyo/php-ovh-api

ActiveLibrary[API Development](/categories/api)

hikingyo/php-ovh-api
====================

Ovh API client for PHP

v0.1-alpha(4y ago)21MITPHPPHP ^7.4.15 || ^8.0.2

Since Apr 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Hikingyo/php-ovh-api)[ Packagist](https://packagist.org/packages/hikingyo/php-ovh-api)[ RSS](/packages/hikingyo-php-ovh-api/feed)WikiDiscussions develop Synced 1mo ago

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

Ovh PHP Api Client
==================

[](#ovh-php-api-client)

This is a simple PHP client for the [Ovh Api](https://api.ovh.com/console/#/).

More information about API usage at [first-steps-with-ovh-api](https://docs.ovh.com/gb/en/api/first-steps-with-ovh-api/)

[![Ovh Api](https://camo.githubusercontent.com/434db806faad16686f03d477ec94e33cbc31d96f23e646c4543c39f5a51a6f37/68747470733a2f2f6170692e6f76682e636f6d2f696d616765732f6f76682d756e6465722d636f6e737472756374696f6e2e706e67)](https://camo.githubusercontent.com/434db806faad16686f03d477ec94e33cbc31d96f23e646c4543c39f5a51a6f37/68747470733a2f2f6170692e6f76682e636f6d2f696d616765732f6f76682d756e6465722d636f6e737472756374696f6e2e706e67)

This project is inspired by [GitLab PHP API Client](https://github.com/GitLabPHP/Client)

[![Build Status](https://camo.githubusercontent.com/625f2c0f46b3fe095441d5a612763aec790f8c9396e582d1f12b3266245ec554/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f48696b696e67796f2f7068702d6f76682d6170692f4255494c443f6c6162656c3d4255494c44267374796c653d666c61742d737175617265)](https://github.com/Hikingyo/php-ovh-api/actions?query=workflow%3ABUILD)[![Software License](https://camo.githubusercontent.com/c090e080484e2a2bc766446291d04437db823929042bf614b26a1643660ddf6f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e3f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Downloads](https://camo.githubusercontent.com/10d6ac4e9845788b0164d3a37866f7ecbcf9f46f7fd0d8b1e9dc45358c53cf32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68696b696e67796f2f7068702d6f76682d6170693f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hikingyo/php-ovh-api)[![Latest Version](https://camo.githubusercontent.com/f8a86789d2ad0e2b48f07ef62fb2a0c6ac4f647202f10d72463f6f710e4f7b58/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f48696b696e67796f2f7068702d6f76682d6170693f646973706c61795f6e616d653d74616726696e636c7564655f70726572656c6561736573)](https://github.com/Hikingyo/php-ovh-api/releases)[![](https://camo.githubusercontent.com/2a4e9cc0e339eef523cc6b797c57efd5b4abbea183ba589bdb7ef6890f482b7b/68747470733a2f2f636f6465636f762e696f2f67682f48696b696e67796f2f7068702d6f76682d6170692f6272616e63682f646576656c6f702f67726170682f62616467652e7376673f746f6b656e3d4d4342374f52535a4135)](https://codecov.io/gh/Hikingyo/php-ovh-api)

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

[](#installation)

This version supports [PHP](https://php.net) 7.4 and above.

To get started, siply require the library using [Composer](https://getcomposer.org/):

You will also need to install packages that " provide" [`psr/http-client-implementation`](https://packagist.org/providers/psr/http-client-implementation)and [`psr/http-factory-implementation`](https://packagist.org/providers/psr/http-factory-implementation) in order to have a working client.

```
$ composer require "hikingyo/php-ovh-api" "guzzlehttp/guzzle:^7.4" "http-interop/http-factory-guzzle:^1.2"
```

We are decoupled from any HTTP messaging client by using

- [PSR-7](https://www.php-fig.org/psr/psr-7/)
- [PSR-17](https://www.php-fig.org/psr/psr-17/)
- [PSR-18](https://www.php-fig.org/psr/psr-18/)
- [HTTPlug](https://httplug.io/)

You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages.

General API Usage
-----------------

[](#general-api-usage)

```
