PHPackages                             acmeproxy-php/acmeproxy-php-hostingde - 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. acmeproxy-php/acmeproxy-php-hostingde

ActiveLibrary

acmeproxy-php/acmeproxy-php-hostingde
=====================================

0.3(5y ago)08PHP

Since Dec 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/acmeproxy-php/acmeproxy-php-hostingde)[ Packagist](https://packagist.org/packages/acmeproxy-php/acmeproxy-php-hostingde)[ RSS](/packages/acmeproxy-php-acmeproxy-php-hostingde/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

ACME PHP Proxy Hosting.de Provider
==================================

[](#acme-php-proxy-hostingde-provider)

Package for ACME PHP Proxy [acmeproxy-php/acmeproxy-php](https://github.com/acmeproxy-php/acmeproxy-php)

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

[](#installation)

ACME PHP Proxy is installed via [Composer](https://getcomposer.org/).

First you need to add the hosting.de Repository

```
// composer.json
"repositories": [
    {
        "url": "https://github.com/hosting-de-labs/hostingde-api-php.git",
        "type": "git"
    }
]

```

After that you can install this package by composer

```
composer require acmeproxy-php/acmeproxy-php-hostingde

```

Usage
-----

[](#usage)

```
$api = new \acme\hostingde\Hostingde([
    "apiKey" => "ABC123"
]);
// Add TXT Record with Content of "abc123"
$api->present("_acme-challenge.example.org", "abc123");
// Remove TXT Record with Content of "abc123"
$api->cleanUp("_acme-challenge.example.org", "abc123");

```

Server
------

[](#server)

If you want a complete server based on Laravel Lumen look at [acmeproxy-php/acmeproxy-php](https://github.com/acmeproxy-php/acmeproxy-php)

```
// /config/acme.php
"domains" => [
    "example.org" => "hostingde"
],
"providers" => [
    "hostingde" => [
        "apiKey" => "abc123"
    ]
],

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~7 days

Total

3

Last Release

1962d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8981bda362d33e2aae44d36a10df3d2321fda3513f5589faf2a6d865a09c9cd3?d=identicon)[KuLi](/maintainers/KuLi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/acmeproxy-php-acmeproxy-php-hostingde/health.svg)

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

PHPackages © 2026

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