Download the PHP package hyn/lets-encrypt without Composer
On this page you can find all versions of the php package hyn/lets-encrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hyn/lets-encrypt
More information about hyn/lets-encrypt
Files in hyn/lets-encrypt
Package lets-encrypt
Short Description Automated SSL certificates with Let's Encrypt
License MIT
Informations about the package lets-encrypt
hyn/lets-encrypt
PHP wrapper for the Let's Encrypt api.
Use as terminal command
The command allows you to generate certificate files (pem and key). Installation into your webserver is still your own responsibility.
Make sure to place the ~/.composer/vendor/bin directory in your PATH so the hyn-le executable can be located by your system.
You can now globally on your system use the command hyn-le
.
Requesting a certificate
Make sure you run this as a user who can write files to the public directory of the domain you're requesting a certificate for:
Use hyn-le help certificate:request
for more information on all options.
Use as package
Allows further automation of SSL generation.
About
This package is meant to ease development of Let's Encrypt functionality without requiring the python commandline utilities.
Credits
Developed by looking at Petertjuh360's efforts.
Useful links
All versions of lets-encrypt with dependencies
wouter0100/acme Version dev-master
amphp/artax Version 2.x-dev
nesbot/carbon Version ^1.0.0
illuminate/support Version ^5.2
phpseclib/phpseclib Version ^2.0
symfony/console Version ^2.6|^3.0