acmeproxy-php/acmeproxy-php-common

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

0.1 2020-12-20 09:48 UTC

This package is auto-updated.

Last update: 2024-04-21 18:21:07 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