# beyondcode/laravel-self-diagnosis

Perform Self-Diagnosis Tests On Your Laravel Application

Repository: https://github.com/beyondcode/laravel-self-diagnosis
Canonical: https://ross.abutalabs.com/products/laravel-self-diagnosis
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-03-23T13:59:04+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 73, release rhythm 44, longevity 100
- inputs: {"age_days": 2982, "days_push": 163, "days_rel": 163, "gap_med": 353, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1451, forks 108 (observed 2026-08-28T04:04:46.085750+00:00)

## What it is
A Laravel package that runs self-diagnosis checks on your application via an artisan command. It verifies environment configuration, dependencies, permissions, database connectivity, and more, with support for custom checks.

## Use cases
- verify laravel app environment is configured correctly
- check if php version and extensions match requirements
- detect missing environment variables in .env
- run pre-deployment health checks on laravel app
- check database and redis connectivity from cli
- validate production settings like APP_DEBUG and caching

## When to choose
- you maintain a Laravel app and want automated environment sanity checks
- you need environment-specific checks for dev vs production
- you want a quick CLI diagnostic before deploying

## When to avoid
- your project is not built on Laravel
- you need full application performance monitoring or runtime observability
- you need checks for frameworks other than Laravel

## Facets
- artifact type: library
- maturity: active
- function: testing, cli, developer-tools, configuration-management
- domain: developer-tools, web-development, backend, testing
- platform: php, cli, self-hosted
- tags: laravel, artisan-command, health-checks, environment-checks, composer-package

## Member repositories
- beyondcode/laravel-self-diagnosis (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:46.085750+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:35:50.746841+00:00, confidence not recorded.
  - readme: https://github.com/beyondcode/laravel-self-diagnosis (fetched 2026-08-28T04:04:46.085750+00:00, sha e87c22de0d7d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
