Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nexylan/nexycrypt
- Owner: nexylan
- Created: 2016-01-21T17:11:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T15:39:52.000Z (12 months ago)
- Last Synced: 2024-10-20T18:10:15.871Z (3 months ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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