PHPackages                             aqlx86/envchecker - 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. aqlx86/envchecker

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

aqlx86/envchecker
=================

laravel env file checker

1.3.5(4y ago)4124.6k↓45.7%1MITPHPPHP &gt;=5.5.9

Since Feb 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/aqlx86/envchecker)[ Packagist](https://packagist.org/packages/aqlx86/envchecker)[ Docs](https://github.com/aqlx86/EnvChecker)[ Fund](https://paypal.me/aqlx86)[ RSS](/packages/aqlx86-envchecker/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (2)Versions (10)Used By (0)

[![Build Status](https://camo.githubusercontent.com/1f9e8b20911c0dac2e2301e9210811d7f7d47e7972c72577460de6ed9a8eec84/68747470733a2f2f7472617669732d63692e6f72672f61716c7838362f656e76636865636b65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aqlx86/envchecker)

Introduction
------------

[](#introduction)

Simple Laravel 5 package that checks if your `.env` file is outdated.

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

[](#installation)

Add Envchecker to your composer.json file:

`composer.phar require "aqlx86/envchecker"`

Add the service provider to your Laravel application config:

```
EnvChecker\EnvCheckerServiceProvider::class
```

Configuration
-------------

[](#configuration)

```
php artisan vendor:publish --provider="EnvChecker\EnvCheckerServiceProvider"

```

Update `config/envchecker.php`

```
return [
    // template env file path
    'example' => base_path('.env.example'),
    // local env file
    'local' => base_path('.env'),
    // optional env vars
    'optional' => []
];

```

Usage
-----

[](#usage)

```
php artisan env:check

```

Sample Output

```
template file contains new values.
+------------------+---------------+
| New Keys         | Default Value |
+------------------+---------------+
| MAIL_PORT        | 2525          |
| MAIL_ENCRYPTION2 | null          |
+------------------+---------------+

```

Test
----

[](#test)

PHPSpec

```
./bin/phpspec run

```

Todo PHPUnit

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 93.9% 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 ~268 days

Recently: every ~507 days

Total

9

Last Release

1646d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/282673?v=4)[Arnel Labarda](/maintainers/aqlx86)[@aqlx86](https://github.com/aqlx86)

---

Top Contributors

[![aqlx86](https://avatars.githubusercontent.com/u/282673?v=4)](https://github.com/aqlx86 "aqlx86 (31 commits)")[![tvbeek](https://avatars.githubusercontent.com/u/2026498?v=4)](https://github.com/tvbeek "tvbeek (2 commits)")

### Embed Badge

![Health badge](/badges/aqlx86-envchecker/health.svg)

```
[![Health](https://phpackages.com/badges/aqlx86-envchecker/health.svg)](https://phpackages.com/packages/aqlx86-envchecker)
```

###  Alternatives

[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.2k](/packages/bedita-manager)

PHPackages © 2026

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