PHPackages                             arrilot/laravel-systemcheck - 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. arrilot/laravel-systemcheck

AbandonedArchivedLibrary

arrilot/laravel-systemcheck
===========================

1.1.0(7y ago)281.3k2MITPHPPHP &gt;=5.5.0

Since Feb 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/arrilot/laravel-systemcheck)[ Packagist](https://packagist.org/packages/arrilot/laravel-systemcheck)[ Docs](https://github.com/arrilot/laravel-systemcheck)[ RSS](/packages/arrilot-laravel-systemcheck/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/5b049a9f0654c60cfb19c9bc5b33b4fff449a1f500dd0c69f7175c0640ab5500/68747470733a2f2f706f7365722e707567782e6f72672f617272696c6f742f6c61726176656c2d73797374656d636865636b2f762f737461626c652e737667)](https://packagist.org/packages/arrilot/laravel-systemcheck/)[![Total Downloads](https://camo.githubusercontent.com/ebb7fc162a84f14b1ced48b6703ec3d0c7ae88b812bc5035451d7c149403e545/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617272696c6f742f6c61726176656c2d73797374656d636865636b2e7376673f7374796c653d666c6174)](https://packagist.org/packages/arrilot/laravel-systemcheck)[![Build Status](https://camo.githubusercontent.com/c0f5f4e2b4ed144c9f278ec3e3c185532d9b070cf43abafa26064ae5c7815ab6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f617272696c6f742f6c61726176656c2d73797374656d636865636b2f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/arrilot/laravel-systemcheck)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/1c641128ba4013bbc8d12b4385efe41b974c217ea45639044015b7a20703c611/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617272696c6f742f6c61726176656c2d73797374656d636865636b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/arrilot/laravel-systemcheck/)

Laravel System Check
====================

[](#laravel-system-check)

*Check your server and application configuration according to APP\_ENV*

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

[](#installation)

1. Run `composer require arrilot/laravel-systemcheck`
2. Register a service provider inside the `app.php` configuration file.

```
...
'providers' => [
    ...
    Arrilot\SystemCheck\ServiceProvider::class,
],
```

Usage
-----

[](#usage)

This package provides a `php artisan system:check` command that performs a bunch of checks and prints results.

[![screenshot](https://camo.githubusercontent.com/43da8e534445f34a0684b3e21e738816259fd92bc8c7e088222a5dafebbe86f4/68747470733a2f2f692e6779617a6f2e636f6d2f31666232366631656565393731353432616363626331336562336664623439632e706e67)](https://camo.githubusercontent.com/43da8e534445f34a0684b3e21e738816259fd92bc8c7e088222a5dafebbe86f4/68747470733a2f2f692e6779617a6f2e636f6d2f31666232366631656565393731353432616363626331336562336664623439632e706e67)

There are two modes.

1. production
2. dev

Each mode has its own collection of checks.

The mode is determined automatically according to APP\_ENV. You can override current environment by passing --env to the command. `php artisan system:check --env=production`

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

[](#configuration)

By default the package treats the following environments as "production":

```
['production', 'prod']
```

You can override them by calling

```
app()->make(ChecksCollection::class)->setProductionEnvironments(['prod1', 'prod2']);
```

in your `AppServiceProvider`

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 81.1% 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 ~1138 days

Total

2

Last Release

2590d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58d505cd6b2551974b0c076d133fd9a3c9cd635bbf308adb17a6399bd3b63232?d=identicon)[Arrilot](/maintainers/Arrilot)

---

Top Contributors

[![arrilot](https://avatars.githubusercontent.com/u/2826480?v=4)](https://github.com/arrilot "arrilot (30 commits)")[![whthT](https://avatars.githubusercontent.com/u/5617385?v=4)](https://github.com/whthT "whthT (7 commits)")

---

Tags

laravelcheckhealthsystem

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arrilot-laravel-systemcheck/health.svg)

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

71510.9M66](/packages/laravel-mcp)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M86](/packages/laravel-doctrine-orm)[laravel/pennant

A simple, lightweight library for managing feature flags.

57311.1M53](/packages/laravel-pennant)

PHPackages © 2026

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