Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nexylan/nexycrypt

Let's Encrypt ACME protocol PHP client
https://github.com/nexylan/nexycrypt

Last synced: 3 months ago
JSON representation

Let's Encrypt ACME protocol PHP client

Awesome Lists containing this project

README

        

# NexyCrypt

Let's Encrypt ACME protocol PHP client.

Inspired by [analogic/lescript](https://github.com/analogic/lescript) project.

[![Latest Stable Version](https://poser.pugx.org/nexylan/nexycrypt/v/stable)](https://packagist.org/packages/nexylan/nexycrypt)
[![Latest Unstable Version](https://poser.pugx.org/nexylan/nexycrypt/v/unstable)](https://packagist.org/packages/nexylan/nexycrypt)
[![License](https://poser.pugx.org/nexylan/nexycrypt/license)](https://packagist.org/packages/nexylan/nexycrypt)

[![Total Downloads](https://poser.pugx.org/nexylan/nexycrypt/downloads)](https://packagist.org/packages/nexylan/nexycrypt)
[![Monthly Downloads](https://poser.pugx.org/nexylan/nexycrypt/d/monthly)](https://packagist.org/packages/nexylan/nexycrypt)
[![Daily Downloads](https://poser.pugx.org/nexylan/nexycrypt/d/daily)](https://packagist.org/packages/nexylan/nexycrypt)

## Installation

```bash
composer require nexylan/nexycrypt php-http/guzzle6-adapter
```

Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client thanks to [HTTPlug](http://httplug.io/).

## Usage

See example root files.

## TODO

* Exception management
* Unit test
* Integration test with a fake API
* Symfony console (letsencrypt cli like)
* Save accepted agreement with a boolean getter (`agreement` on reg body)
* Implement dns-01 and tls-sni-01 challenges
* Use a JWT library to simplify code