Skip to content
/ acme Public
forked from kelunik/acme

Async ACME library written in PHP based on the Amp concurrency framework.

License

Notifications You must be signed in to change notification settings

iggyvolz/acme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acme License

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 7.4+

Installation

composer require kelunik/acme

This 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.

About

Async ACME library written in PHP based on the Amp concurrency framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Shell 0.2%