Stars: 122
Forks: 18
Pull Requests: 15
Issues: 25
Watchers: 9
Last Updated: 2023-01-17 10:42:56
Async ACME library written in PHP based on the Amp concurrency framework.
License: MIT License
Languages: PHP, Shell
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-clientwhich is based on this library.
Required PHP Version
Installation
composer require kelunik/acmeThis package follows semantic versioning.
Usage
You should be familiar with promises and amphp/amp.
You can always use Amp\Promise\wait to use this async library in synchronous code.