PHPackages                             zhortein/ovh-api-bundle - 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. zhortein/ovh-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

zhortein/ovh-api-bundle
=======================

A comprehensive Symfony 7+ bundle for OVH SDK integration.

02PHP

Since Aug 23Pushed 8mo agoCompare

[ Source](https://github.com/Zhortein/ovh-api-bundle)[ Packagist](https://packagist.org/packages/zhortein/ovh-api-bundle)[ RSS](/packages/zhortein-ovh-api-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

OVH API Bundle
==============

[](#ovh-api-bundle)

[![PHP Version](https://camo.githubusercontent.com/5c8ce4571ddf4b6b8ca847e0c4c079de98fc6460eb7eae9c81ca63319c21f546/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e332d626c75652e737667)](https://php.net/)[![Symfony Version](https://camo.githubusercontent.com/130d165a20ffefc453aa640154c04ea5c7b393caf4b2ed3e58fdd3ea7761e468/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73796d666f6e792d253345253344372e302d677265656e2e737667)](https://symfony.com/)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Un bundle Symfony 7+ complet pour l'intégration du SDK OVH. Ce bundle fournit un wrapper autour du SDK PHP officiel d'OVH, facilitant l'intégration des fonctionnalités de l'API OVH dans les applications Symfony.

🚀 Fonctionnalités
-----------------

[](#-fonctionnalités)

- ✅ **Wrapper simple et élégant** autour du SDK OVH officiel
- ✅ **Configuration via YAML** avec support des variables d'environnement
- ✅ **Injection de dépendances** native Symfony
- ✅ **Support complet de PHPStan** (niveau max)
- ✅ **Tests unitaires et d'intégration** inclus
- ✅ **Documentation complète** avec exemples
- ✅ **Gestion d'erreurs robuste**
- ✅ **Compatible Symfony 7+** et PHP 8.3+

📦 Installation
--------------

[](#-installation)

### Via Composer

[](#via-composer)

```
composer require zhortein/ovh-api-bundle
```

### Activation du bundle

[](#activation-du-bundle)

Ajoutez le bundle dans votre fichier `config/bundles.php` :

```
