acmeproxy-php/acmeproxy-php-common

There is no license information available for the latest version (0.1) of this package.

Installs: 23

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/acmeproxy-php/acmeproxy-php-common

0.1 2020-12-20 09:48 UTC

This package is auto-updated.

Last update: 2025-10-21 21:35:33 UTC


README

This is the common package for all ACME PHP Proxy packages.

ACME PHP Proxy is a processing library for PHP and dns-01 Challenge of Lets Encrypt. It has been designed based on ideas from acmeproxy.

Installation

ACME PHP Proxy is installed via Composer. For most uses, you will need to require acmeproxy-php/acmeproxy-php-common and an individual provider library:

composer require acmeproxy-php/acmeproxy-php-common

Server

If you want a complete server based on Laravel Lumen look at acmeproxy-php/acmeproxy-php