PHPackages                             maple-syrup-group/healthcheck - 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. maple-syrup-group/healthcheck

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

maple-syrup-group/healthcheck
=============================

v1.17(9y ago)366PHP

Since Jun 23Pushed 9y ago3 watchersCompare

[ Source](https://github.com/MapleSyrupGroup/laravel-healthcheck)[ Packagist](https://packagist.org/packages/maple-syrup-group/healthcheck)[ RSS](/packages/maple-syrup-group-healthcheck/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (18)Used By (0)

Laravel Healthcheck Package
===========================

[](#laravel-healthcheck-package)

This package will scan your laravel 5.x's application config files and identify key dependencies of your application. It will check:

- cache, database, queue backends can be connected to.
- your required php version and php extensions
- that all migrations have been run
- that important directories are writable
- sessions are disabled

[![Build Status](https://camo.githubusercontent.com/724274d954eac18c37422a8bb5905e34a62fd4c841c8fe9977d0cb47fa5556fb/68747470733a2f2f7472617669732d63692e6f72672f4d61706c65537972757047726f75702f6c61726176656c2d6865616c7468636865636b2e737667)](https://travis-ci.org/MapleSyrupGroup/laravel-healthcheck)

### How to execute from command line

[](#how-to-execute-from-command-line)

```
php artisan infra:healthcheck

[OK] PHP Extensions
[OK] PHP Extension Config
[OK] Database connection user
[OK] Database connection content
[OK] Default database connection found
[OK] Sessions are disabled
[OK] Cache connection for driver: array
[OK] Cache connection for driver: file
[OK] Cache connection for driver: redis
```

### How to execute from HTTP

[](#how-to-execute-from-http)

A `/healthcheck` URI is configured to trigger this from a HTTP context

```
http://some.app/healthcheck

[OK] PHP Extensions
[OK] PHP Extension Config
[OK] Database connection user
[OK] Database connection content
[OK] Default database connection found
[OK] Sessions are disabled
[OK] Cache connection for driver: array
[OK] Cache connection for driver: file
[OK] Cache connection for driver: redis

```

### Production vs Development modes

[](#production-vs-development-modes)

There are some production-style checks such as `xdebug` being disabled.

If you wish to run this on a a local environment then you need to pass additional arguments.

**HTTP**Value: `prod`Default: `true`Usage: `?prod=false` or `?prod=true`

**CLI**Value: `env`Default: `false`Usage: `--env=production`

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~1 days

Total

17

Last Release

3646d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9025c7b030862eabb8877bfe173b2358db04463e16d50703c6d9287e55fe5804?d=identicon)[dragoonis](/maintainers/dragoonis)

![](https://avatars.githubusercontent.com/u/16324986?v=4)[msmos](/maintainers/msmos)[@msmos](https://github.com/msmos)

---

Top Contributors

[![msmos](https://avatars.githubusercontent.com/u/16324986?v=4)](https://github.com/msmos "msmos (2 commits)")[![mdjward](https://avatars.githubusercontent.com/u/4046455?v=4)](https://github.com/mdjward "mdjward (1 commits)")

### Embed Badge

![Health badge](/badges/maple-syrup-group-healthcheck/health.svg)

```
[![Health](https://phpackages.com/badges/maple-syrup-group-healthcheck/health.svg)](https://phpackages.com/packages/maple-syrup-group-healthcheck)
```

PHPackages © 2026

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