Download the PHP package fridde/letsencrypt without Composer

On this page you can find all versions of the php package fridde/letsencrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package letsencrypt

letsencrypt

PHP script to automatically issue and renew Let's Encrypt SSL certificates on shared hostings.

Credits

Development of the script was inspired by this article.

Checking, issuing and renewal of certificates is handled using kelunik/acme-client.

Thanks to the authors!

Requirements

Installation

We will use composer to easily install dependencies.

First connect to the server with SSH and then:

Updating

To update the script to the newest version:

Remember to review your configuration against config.yml.example for possible changes!

Configuration

All configuration should be placed in the config.yml:

Usage

Certificates can be issued/renewed by running the command manually.

Run script as an executable:

Alternatively use PHP to execute the script:

Script will check if certificates should be renewed and issue/reissue them if so. Then it will install newly issued certificates in all specified domains using cPanel API.

It can also notify you about actions it took via email, if you wish so.

Command line arguments:

Option Description
-n, --notify Send email notification about errors or issued certificates
-c, --config Name of the configuration file including extension, by default config.yml
-v, --verbose Enable verbose output
-h, --help Display the help message
Optional list of certificate common names to issue and install only
a subset of certificates defined in the configuration file.

For example to use configuration file example.yml, issue and install only certificate for example.com and send email notification to the address defined in the config:

Automation

Issuing, renewal and installation of certificates can be automated by setting up a cron job:

It will run the script every day at midnight and notify you about errors or issued certificates to an email defined in the configuration file.

You can check path to CLI version of PHP by connecting to your hosting via SSH and running:

Alternatives

The Neilpang/acme.sh may be a more robust alternative.


All versions of letsencrypt with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
kelunik/acme-client Version ^0.2.13
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fridde/letsencrypt contains the following files

Loading the files please wait ....