PHPackages                             nox0121/laravel-env-sync-command - 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. nox0121/laravel-env-sync-command

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

nox0121/laravel-env-sync-command
================================

Laravel Command Package for .env file synchronization

2.0.0(8y ago)06.9k1MITPHPPHP &gt;=5.6.0

Since Oct 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nox0121/laravel-env-sync-command)[ Packagist](https://packagist.org/packages/nox0121/laravel-env-sync-command)[ RSS](/packages/nox0121-laravel-env-sync-command/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

Laravel Command Package for .env file synchronization
=====================================================

[](#laravel-command-package-for-env-file-synchronization)

這個套件編寫了一個 .env 同步的 Artisan 命令，主要用來協助系統管理與設定。

### 安裝方式

[](#安裝方式)

`composer require nox0121/laravel-env-sync-command`

### 設定 app.confg (Laravel 5.5 以上版本不需設定)

[](#設定-appconfg-laravel-55-以上版本不需設定)

```
'providers' => [
    ...
    Nox0121\LaravelEnvSyncCommand\LaravelEnvSyncCommandServiceProvider::class,
    ...
];

```

### 支援指令如下：

[](#支援指令如下)

1. `php artisan env:sync {source} {destination}` - 同步 .env 設定檔。

### 參考來源

[](#參考來源)

- [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Every ~111 days

Total

2

Last Release

3017d ago

Major Versions

1.0.0 → 2.0.02018-02-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dbd32a2374852eeda67f2996878655bd5aa9c9a4d7b2f4cd7cb82a469e932f0?d=identicon)[nox0121](/maintainers/nox0121)

---

Top Contributors

[![nox0121](https://avatars.githubusercontent.com/u/8230591?v=4)](https://github.com/nox0121 "nox0121 (3 commits)")

---

Tags

laravelsynchronizationenv

### Embed Badge

![Health badge](/badges/nox0121-laravel-env-sync-command/health.svg)

```
[![Health](https://phpackages.com/badges/nox0121-laravel-env-sync-command/health.svg)](https://phpackages.com/packages/nox0121-laravel-env-sync-command)
```

###  Alternatives

[msztorc/laravel-env

Laravel env helper commands

7855.4k](/packages/msztorc-laravel-env)[allysonsilva/laravel-multienv

This package allows you to use multiple .envs in multitenant environment

537.2k](/packages/allysonsilva-laravel-multienv)[harmonic/laravel-envcoder

:description

414.1k](/packages/harmonic-laravel-envcoder)

PHPackages © 2026

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