Download the PHP package fbett/le_acme2 without Composer

On this page you can find all versions of the php package fbett/le_acme2. 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 le_acme2

le-acme2-php CircleCI

Scrutinizer Build Status Scrutinizer Quality Score Latest Stable Version License PHP Version Require

LetsEncrypt client library for ACME v2 written in PHP.

This library is inspired by yourivw/LEClient, completely rewritten and enhanced with some new features:

The aim of this client is to make an easy-to-use and integrated solution to create a LetsEncrypt-issued SSL/TLS certificate with PHP.

You have the possibility to use the HTTP authentication: You need to be able to redirect specific requests (see below)

You have also the possibility to use DNS authentication: You need to be able to set dynamic DNS configurations.

Wildcard certificates can only be requested by using the dns authentication.

Current version

Tested with LetsEncrypt staging and production servers.

Transitioning to ISRG's Root:

This library supports it to set a preferred chain in Order::setPreferredChain($issuerCN)).

If the preferred chain is not set or set to IdenTrust’s chain, this library will try to use the IdenTrust’s chain as long as possible. Please see: https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/

Prerequisites

The minimum required PHP version is 7.3.

This client also depends on cURL and OpenSSL.

Getting Started

Install via composer:

Also have a look at the LetsEncrypt documentation for more information and documentation on LetsEncrypt and ACME.

Example Integration

Example apache virtual host configuration:

If DNSWriter::write(...) is called, set the DNS configuration like described in:

https://letsencrypt.org/docs/challenge-types/#dns-01-challenge

(By adding the digest as a TXT record for the subdomain '_acme-challenge'.)

If a certificate is renewed, the path will also change.

My integrated workflow is the following:

Please take a look on the Samples for a full sample workflow.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


All versions of le_acme2 with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-curl Version *
ext-openssl Version *
ext-json Version *
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 fbett/le_acme2 contains the following files

Loading the files please wait ....