PHPackages                             flamix/health - 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. flamix/health

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

flamix/health
=============

Check Health

01.2k↓23.1%PHP

Since Jun 30Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/rshkabko/health)[ Packagist](https://packagist.org/packages/flamix/health)[ RSS](/packages/flamix-health/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Flamix Health Checks
--------------------

[](#flamix-health-checks)

Install
-------

[](#install)

```
# add to config/health.php

'checks' => [
  \Flamix\Health\Checks\MemcachedCheck::class,
  \Flamix\Health\Checks\SSLExpireCheck::class => [
      'name' => 'HelpDesk Ssl',
      'domain' => 'http://b24.flamix.info/',
  ],
  \Spatie\Health\Checks\Checks\PingCheck::class => [
    [
        'name' => 'HelpDesk',
        'url' => 'https://cp.flamix.solutions',
    ],
    [
        'name' => 'Main Site',
        'url' => 'https://en.flamix.solutions/status.php',
    ],
  ],
]

# Run
php artisan health:check

# Add to Cron
\Flamix\Health\Controllers\HealthController::schedule($schedule);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance56

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![rshkabko](https://avatars.githubusercontent.com/u/33148760?v=4)](https://github.com/rshkabko "rshkabko (16 commits)")

### Embed Badge

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

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

###  Alternatives

[riimu/kit-phpencoder

Highly customizable alternative to var\_export for PHP code generation

748.3M37](/packages/riimu-kit-phpencoder)[miraheze/rotten-links

A MediaWiki extension to show the state of all external links on the wiki.

101.6k](/packages/miraheze-rotten-links)

PHPackages © 2026

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