PHPackages                             tvorwachs/cloudns-api-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. [API Development](/categories/api)
4. /
5. tvorwachs/cloudns-api-php

ActiveLibrary[API Development](/categories/api)

tvorwachs/cloudns-api-php
=========================

This is a wrapper library for the ClouDNS API to be used by PHP applications.

26.3k↑33.3%3PHP

Since Sep 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ToBee94/cloudns-api-php)[ Packagist](https://packagist.org/packages/tvorwachs/cloudns-api-php)[ RSS](/packages/tvorwachs-cloudns-api-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ClouDNS API Library
===================

[](#cloudns-api-library)

This is a wrapper library for the ClouDNS API to be used by PHP applications. It tries to ease the integration of the API into your applications by handling all interactions with API and providing a simple interface to interact with.

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

[](#installation)

Add this requirement to your `composer.json` file and run `composer.phar install`:

```
{
    "require": {
        "tvorwachs/cloudns-api-php": "*@dev-master"
    }
}

```

or

run `composer require tvorwachs/cloudns-api-php`

Getting Started
---------------

[](#getting-started)

To begin using the Library, the cloudns.php must be included in your application.

```
use tvorwachs\ClouDNS;

```

An instance of the ClouDNS must be created to interact with the library. This Object is the gateway to all interactions with the library. The API password obtained from the [ClouDNS](https://www.cloudns.net/api-settings/) must be passed into the ClouDNS by calling set\_options.

```
$cloudns = new ClouDNS();
$cloudns->setOptions(array('authId' => '999','authPassword' => 'some_password', 'authType' => 'auth-id'));
```

Functions
---------

[](#functions)

View at [tobee94.github.io](https://tobee94.github.io/cloudns-api-php/docs/api)

Reporting Issues/Contributing
-----------------------------

[](#reporting-issuescontributing)

If you find an issue with the library, please report the issue to us by using the repository's issue tracker and we will try to resolve the issue. If you resolve the issue or make other improvements feel free to create a pull request so we can merge it into a future release.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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/4dc278e15f9dd5f3acf280c025a838f2a5e8f83868988c51ef51bb1adfdfcadd?d=identicon)[tvorwachs](/maintainers/tvorwachs)

---

Top Contributors

[![ldrrp](https://avatars.githubusercontent.com/u/985837?v=4)](https://github.com/ldrrp "ldrrp (11 commits)")[![ToBee94](https://avatars.githubusercontent.com/u/1323310?v=4)](https://github.com/ToBee94 "ToBee94 (11 commits)")[![patrickbussmann](https://avatars.githubusercontent.com/u/15617021?v=4)](https://github.com/patrickbussmann "patrickbussmann (1 commits)")

---

Tags

apicloudnsphp

### Embed Badge

![Health badge](/badges/tvorwachs-cloudns-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/tvorwachs-cloudns-api-php/health.svg)](https://phpackages.com/packages/tvorwachs-cloudns-api-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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