PHPackages                             wisdech/laravel-encrypt - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wisdech/laravel-encrypt

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wisdech/laravel-encrypt
=======================

Let's Encrypt 证书申请 Laravel 实现 (Acme)

v1.2.0(1y ago)014MITPHPPHP ^8.2

Since Oct 15Pushed 1y agoCompare

[ Source](https://github.com/Wisdech/laravel-encrypt)[ Packagist](https://packagist.org/packages/wisdech/laravel-encrypt)[ RSS](/packages/wisdech-laravel-encrypt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Let's Encrypt 证书申请 Laravel 实现 (Acme)
====================================

[](#lets-encrypt-证书申请-laravel-实现-acme)

安装使用
----

[](#安装使用)

```
#添加依赖
composer require wisdech/laravel-encrypt
```

Laravel项目中
----------

[](#laravel项目中)

```
#发布配置文件
php artisan vendor:publish --tag=lets-encrypt-config
```

```
#在.env文件填写配置信息
LETS_ENCRYPT_EMAIL=
```

```
//使用Facade
use Wisdech\LetsEncrypt\Facade\LetsEncrypt

LetsEncrypt::createOrder('domain')
```

不使用Facade
---------

[](#不使用facade)

```
$le=new Wisdech\LetsEncrypt\LetsEncrypt('email')

$le->createOrder('domain')
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

628d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35088435?v=4)[Eddie Xu](/maintainers/xxutianyi)[@xxutianyi](https://github.com/xxutianyi)

---

Top Contributors

[![xxutianyi](https://avatars.githubusercontent.com/u/35088435?v=4)](https://github.com/xxutianyi "xxutianyi (5 commits)")

### Embed Badge

![Health badge](/badges/wisdech-laravel-encrypt/health.svg)

```
[![Health](https://phpackages.com/badges/wisdech-laravel-encrypt/health.svg)](https://phpackages.com/packages/wisdech-laravel-encrypt)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[livewire/flux

The official UI component library for Livewire.

9527.8M128](/packages/livewire-flux)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

198321.1k](/packages/fumeapp-modeltyper)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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