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

0941↓50%PHP

Since Mar 26Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/rshkabko/health)[ Packagist](https://packagist.org/packages/flamix/health)[ RSS](/packages/flamix-health/feed)WikiDiscussions main Synced 1mo 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

21

—

LowBetter than 19% of packages

Maintenance47

Moderate activity, may be stable

Popularity17

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://www.gravatar.com/avatar/888ea3bfd61ac334551eb6b1dd2151c64022986f82c690cc87aa2db82d84a888?d=identicon)[flamix](/maintainers/flamix)

---

Top Contributors

[![rshkabko](https://avatars.githubusercontent.com/u/33148760?v=4)](https://github.com/rshkabko "rshkabko (14 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

[tomnomnom/etherpad-lite-client

Etherpad Lite client for PHP

8946.1k](/packages/tomnomnom-etherpad-lite-client)

PHPackages © 2026

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