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

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

tilleuls/ovh-bundle
===================

OVH SDK integration

v1.0.3(5y ago)29137.0k↓33.3%5[2 issues](https://github.com/coopTilleuls/CoopTilleulsOvhBundle/issues)[1 PRs](https://github.com/coopTilleuls/CoopTilleulsOvhBundle/pulls)MITPHPPHP &gt;=7.2

Since Dec 20Pushed 5y ago25 watchersCompare

[ Source](https://github.com/coopTilleuls/CoopTilleulsOvhBundle)[ Packagist](https://packagist.org/packages/tilleuls/ovh-bundle)[ Docs](http://les-tilleuls.coop)[ RSS](/packages/tilleuls-ovh-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

CoopTilleulsOVHBundle: OVH SDK integration in Symfony
=====================================================

[](#cooptilleulsovhbundle-ovh-sdk-integration-in-symfony)

This bundle integrates [OVH's offical PHP SDK](https://github.com/ovh/php-ovh) in [the Symfony framework](http://symfony.com).

[![Build Status](https://camo.githubusercontent.com/b514a61226eb06da2dc69d79cd5e4d0857b950b0ba25460fff1b8521f285d3ff/68747470733a2f2f7472617669732d63692e6f72672f636f6f7054696c6c65756c732f436f6f7054696c6c65756c734f766842756e646c652e737667)](https://travis-ci.org/coopTilleuls/CoopTilleulsOvhBundle) [![SensioLabsInsight](https://camo.githubusercontent.com/fabf27440cc6b969ed311c040e95367b96e25b108cd3519311b5b5dfd5d33b37/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37333636636131332d336530382d343431392d623166312d6165346338393137323735652f6d696e692e706e67)](https://insight.sensiolabs.com/projects/7366ca13-3e08-4419-b1f1-ae4c8917275e) [![Coverage Status](https://camo.githubusercontent.com/3b9b54c117dfb612651883330c4a24d4c52f507d08202037d6ee8da818804ed7/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f636f6f7054696c6c65756c732f436f6f7054696c6c65756c734f766842756e646c652e737667)](https://coveralls.io/r/coopTilleuls/CoopTilleulsOvhBundle)

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

[](#installation)

Use [Composer](http://getcomposer.org) to install the bundle:

`composer require tilleuls/ovh-bundle`

Then, update your `app/config/AppKernel.php` file:

```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new CoopTilleuls\OvhBundle\CoopTilleulsOvhBundle(),
            // ...
        );

        return $bundles;
    }
```

Configure the bundle in `app/config/config.yml`:

```
coop_tilleuls_ovh:
    endpoint_name:      "%ovh_endpoint_name%"
    application_key:    "%ovh_application_key%"
    application_secret: "%ovh_application_secret%"
    consumer_key:       "%ovh_consumer_key%"
```

Finally, update your `app/config/parameters.yml` file to store your OVH API credentials:

```
parameters:
    # ...
    ovh_endpoint_name:      "ovh-eu"
    ovh_application_key:    "MyOvhApplicationKey"
    ovh_application_secret: "MyOvhApplicationSecret"
    ovh_consumer_key:       "MyOvhConsumerKey"
```

Usage
-----

[](#usage)

The bundle automatically registers a `ovh` service in the Dependency Injection Container. That service is an instance of `\Ovh\Api`.

Example usage in a controller:

```
// ...

    public function smsAction(\Ovh\Api $ovhApi)
    {
        // Send a SMS
        $ovhApi
            ->post(
                sprintf('/sms/%s/users/%s/jobs', 'my-service-name', 'my-login'),
                [
                    'message' => 'Si tu veux me parler, envoie-moi un... fax !',
                    'receivers' => ['+33612345678'],
                    'sender' => 'my-login',
                ]
            )
        ;

        // ...
    }

// ...
}
```

Credits
-------

[](#credits)

Created by [Kévin Dunglas](http://dunglas.fr) for [Les-Tilleuls.coop](http://les-tilleuls.coop).

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 61.1% 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

Every ~687 days

Total

4

Last Release

2106d ago

PHP version history (2 changes)v1.0.1PHP &gt;=5.5

v1.0.3PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57224?v=4)[Kévin Dunglas](/maintainers/dunglas)[@dunglas](https://github.com/dunglas)

---

Top Contributors

[![dunglas](https://avatars.githubusercontent.com/u/57224?v=4)](https://github.com/dunglas "dunglas (11 commits)")[![bpolaszek](https://avatars.githubusercontent.com/u/5569077?v=4)](https://github.com/bpolaszek "bpolaszek (2 commits)")[![soullivaneuh](https://avatars.githubusercontent.com/u/1698357?v=4)](https://github.com/soullivaneuh "soullivaneuh (1 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (1 commits)")[![vjandrea](https://avatars.githubusercontent.com/u/1639757?v=4)](https://github.com/vjandrea "vjandrea (1 commits)")[![mhor](https://avatars.githubusercontent.com/u/4103719?v=4)](https://github.com/mhor "mhor (1 commits)")[![CurvesFR](https://avatars.githubusercontent.com/u/32187719?v=4)](https://github.com/CurvesFR "CurvesFR (1 commits)")

---

Tags

apisdkovh

### Embed Badge

![Health badge](/badges/tilleuls-ovh-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tilleuls-ovh-bundle/health.svg)](https://phpackages.com/packages/tilleuls-ovh-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[openai-php/symfony

Symfony Bundle for OpenAI

215715.5k3](/packages/openai-php-symfony)[google-gemini-php/symfony

Symfony Bundle for Gemini

149.4k1](/packages/google-gemini-php-symfony)

PHPackages © 2026

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