PHPackages                             flavioheleno/dnsomatic-php - 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. flavioheleno/dnsomatic-php

ActiveLibrary

flavioheleno/dnsomatic-php
==========================

DNS-O-Matic PHP Client

v0.1(9y ago)218mitPHPPHP &gt;=7.1

Since Mar 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/flavioheleno/dnsomatic-php)[ Packagist](https://packagist.org/packages/flavioheleno/dnsomatic-php)[ RSS](/packages/flavioheleno-dnsomatic-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

DNS-O-Matic-PHP
===============

[](#dns-o-matic-php)

This is a simple client for [DNS-O-Matic](https://www.dnsomatic.com/).

What is DNS-O-Matic?
--------------------

[](#what-is-dns-o-matic)

### For Users

[](#for-users)

DNS-O-Matic provides you a free and easy way to announce your dynamic IP changes to multiple services with a single update. Using DNS-O-Matic allows you to pick and choose what Dynamic DNS services you want to notify, all from one easy to use interface.

### For Developers

[](#for-developers)

DNS-O-Matic provides a scalable and standardized solution for developers to easily provide support for all dynamic DNS / IP services in their software or platform with one simple and consistent API at no cost.

### For Dynamic DNS Providers

[](#for-dynamic-dns-providers)

DNS-O-Matic will support dynamic DNS services without any work on your side. As more software clients and hardware vendors adopt the DNS-O-Matic API, the reach and ease of adoption for your service expands automatically.

Examples
--------

[](#examples)

There are a few simple example scripts that can be used to get started with this library.

- [checker.php](example/checker.php): IP Resolution example;
- [cron.php](example/cron.php): Full DNS-O-Matic cronjob script that updates a single hostname;
- [updater.php](example/updater.php): DNS-O-Matic update example.

Requirements
------------

[](#requirements)

- PHP7.1+
- [Guzzle](https://github.com/guzzle/guzzle)

Installing
----------

[](#installing)

The recommended way to install this library is through [Composer](http://getcomposer.org/).

```
# Install composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version:

```
php composer.phar require flavioheleno/dnsomatic-php
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

License
-------

[](#license)

This library is released under the MIT license. See [LICENSE](LICENSE) for details.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

3353d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42b9c9cbc06973a61587667fc811b853f4d71843f35ba2535f3900083e69ab3f?d=identicon)[flavioheleno](/maintainers/flavioheleno)

---

Top Contributors

[![flavioheleno](https://avatars.githubusercontent.com/u/471860?v=4)](https://github.com/flavioheleno "flavioheleno (4 commits)")

---

Tags

ddnsdnsdns-o-maticdynamicopendnsdnsddnsdynamic dnsdns-o-maticopendns

### Embed Badge

![Health badge](/badges/flavioheleno-dnsomatic-php/health.svg)

```
[![Health](https://phpackages.com/badges/flavioheleno-dnsomatic-php/health.svg)](https://phpackages.com/packages/flavioheleno-dnsomatic-php)
```

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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