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 49% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

573d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/baa8d3f2127d6668f6c9f2844f2def8715165f126fb1e0320d6b2dace789a086?d=identicon)[xxutianyi](/maintainers/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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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