kelunik/acme
is a non-blocking implementation of the ACME protocol based on the amp
concurrency framework.
If you're looking for a PHP client, have a look at
kelunik/acme-client
which is based on this library.
Required PHP Version
- PHP 5.5
Installation
composer require kelunik/acme
The library is fully documented using PHPDoc.
Implementations
Usage
If you're not familiar with promises and amphp/amp
yet, read my blog post to get started.
You can always use Amp\wait
to use this async library in synchronious code.