PHPackages                             rogierw/rw-acme-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. rogierw/rw-acme-cli

ActiveProject[CLI &amp; Console](/categories/cli)

rogierw/rw-acme-cli
===================

A CLI tool to request, renew and revoke Let's Encrypt certificates.

2.0.0(1y ago)125MITPHPPHP ^8.2CI passing

Since Aug 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/RogierW/rw-acme-cli)[ Packagist](https://packagist.org/packages/rogierw/rw-acme-cli)[ Docs](https://github.com/RogierW/rw-acme-cli)[ RSS](/packages/rogierw-rw-acme-cli/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (0)

CLI tool for managing Let's Encrypt certificates
================================================

[](#cli-tool-for-managing-lets-encrypt-certificates)

This command-line tool allows you to request, renew and revoke SSL certificates provided by Let's Encrypt. This tool relies on the [rogierw/rw-acme-client](https://github.com/RogierW/rw-acme-client) package.

Requirements
------------

[](#requirements)

- PHP ^8.2
- OpenSSL &gt;= 1.0.1
- cURL extension
- JSON extension

Installation
------------

[](#installation)

You can install the package via composer:

```
composer global require rogierw/rw-acme-cli
```

Setup environment
-----------------

[](#setup-environment)

Copy the .env.example to .env and change the default values.

```
STORAGE_PATH=storage

```

Usage
-----

[](#usage)

#### Creating an account

[](#creating-an-account)

The first step would be creating an account.

```
rw-acme account:create
```

View your account details:

```
rw-acme account:details
```

The output will be something like this:

```
Account details.

ID: 1000222333
Status: valid
E-mail: mailto:john@doe.com
Initial IP: 127.0.0.1
Created at: 2023-05-19T10:00:25Z
```

#### Creating an order

[](#creating-an-order)

```
rw-acme certificate:order
```

There are various options that you could add to the command. Run `rw-acme certificate:order --help` to view all the available options.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance49

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~113 days

Recently: every ~168 days

Total

7

Last Release

377d ago

Major Versions

0.0.3 → 1.0.02023-08-09

1.1.1 → 2.0.02025-06-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23943?v=4)[Rogier Peters](/maintainers/rogier)[@rogier](https://github.com/rogier)

---

Top Contributors

[![RogierW](https://avatars.githubusercontent.com/u/9381528?v=4)](https://github.com/RogierW "RogierW (22 commits)")

### Embed Badge

![Health badge](/badges/rogierw-rw-acme-cli/health.svg)

```
[![Health](https://phpackages.com/badges/rogierw-rw-acme-cli/health.svg)](https://phpackages.com/packages/rogierw-rw-acme-cli)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M279](/packages/laravel-horizon)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10139.4k5](/packages/bitrix24-b24phpsdk)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
