Download the PHP package elvinaqalarov99/laravel-health-panel without Composer

On this page you can find all versions of the php package elvinaqalarov99/laravel-health-panel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-health-panel

laravel-health-panel

Latest Version on Packagist

A beautiful, config-driven status panel for Laravel built on top of spatie/laravel-health.

spatie/laravel-health does the heavy lifting — running checks, storing results, alerting. laravel-health-panel turns those results into a polished public status page with uptime history, incident timelines, and zero boilerplate.


What it gives you

/status Live status of every service group — Operational / Degraded / Down
/status/history 90-day uptime bars + incident timeline with noise reduction
Config-driven Define services, checks, labels and feature flags in one file — no PHP class changes
Swappable Bind your own service or repository via contracts
Publishable views Override the default dark-mode Tailwind UI with your own Blade templates

Requirements


Installation

Publish the config and migration:

Visit /status — you're live.


Configuration

All behaviour is controlled from config/status-page.php.

Defining services

Map your Spatie health check names into logical service groups:

Set enabled to false (or wire it to an env var) to hide a service entirely — it disappears from the status page, uptime bars, and all history queries.

Check labels

Give individual check names a human-readable label shown on the panel:

Any check not listed here falls back to a title-cased version of the name.

Routes

Disable auto-registration entirely and define your own routes:

History settings

Swapping the model

By default the panel reads from Spatie's HealthCheckResultHistoryItem. Swap it with any model that has the same columns:


Customising the UI

Publish the default views:

Views land in resources/views/vendor/status-page/. Edit freely — the panel respects Laravel's standard view cascade so your versions always take precedence.

The default views use Tailwind CSS via CDN and require no build step.


Extending the service layer

Every component is bound through a contract, so you can swap any layer from your AppServiceProvider:


How it works

Key performance decisions:


Changelog

See CHANGELOG.md.

License

MIT — see LICENSE.


All versions of laravel-health-panel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0
spatie/laravel-health Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package elvinaqalarov99/laravel-health-panel contains the following files

Loading the files please wait ...