PHPackages                             keversc/dynovh - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. keversc/dynovh

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

keversc/dynovh
==============

Provide an implementation to dyndns with ovh.

10[2 PRs](https://github.com/kevin-verschaeve/dynovh/pulls)PHP

Since Oct 4Pushed 3y agoCompare

[ Source](https://github.com/kevin-verschaeve/dynovh)[ Packagist](https://packagist.org/packages/keversc/dynovh)[ RSS](/packages/keversc-dynovh/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

DYNOVH
======

[](#dynovh)

A DynDNS like for ovh

How to use it
-------------

[](#how-to-use-it)

- install it with `composer require keversc/dynovh` or clone this repository
- run `composer install`
- [create an application on Ovh and get an api key](https://api.ovh.com/createToken/index.cgi)
- copy the `config/ovh.yaml.dist` file to a `config/ovh.yaml` file : `cp config/ovh.yaml.dist config/ovh.yaml` and configure it with the keys you've just created
- add a cron with this command : `php /index.php dynovh:set-ip  `

### What does it do ?

[](#what-does-it-do-)

This command can accept a DNS zone and an ip:

```
php index.php dynovh:set-ip my-website.com 127.0.0.1

```

If no ip is provided, it will fetch it from a webservice on your internet provider box.

To do so, you will need to provide the internet provider name to the command via the `--provider` (or `-p`) option :

```
php index.php dynovh:set-ip my_website.com -p orange

```

Then, it will update your ovh dns record with this new ip address, using the Ovh api.

### Configuration

[](#configuration)

There are 3 keys to configure in order for this command to work :

-`app_key` : Your ovh application key

-`app_secret` : Your ovh application secret

-`consumer_key` : Your ovh consumer key

If you have not already did it, you can get these 3 keys by registering your application on Ovh on this page :

#### Warning

[](#warning)

This currently, only works with the `Orange` internet provider.

Feel free to do a PR if you want to add another provider.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd92b2ebde1d0069b8464d4a95232c99262e7da77ce545990985dbdfe3386927?d=identicon)[keversc](/maintainers/keversc)

---

Top Contributors

[![kevin-verschaeve](https://avatars.githubusercontent.com/u/2345927?v=4)](https://github.com/kevin-verschaeve "kevin-verschaeve (12 commits)")

---

Tags

dnsdyndnsinternet-providerovh

### Embed Badge

![Health badge](/badges/keversc-dynovh/health.svg)

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

PHPackages © 2026

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