PHPackages                             thtg88/laravel-pingable - 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. thtg88/laravel-pingable

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

thtg88/laravel-pingable
=======================

Pingable provides a ping route for your Laravel application.

v0.8.0(5mo ago)033MITPHPPHP ^8.2CI failing

Since Oct 3Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/thtg88/laravel-pingable)[ Packagist](https://packagist.org/packages/thtg88/laravel-pingable)[ RSS](/packages/thtg88-laravel-pingable/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (10)Versions (9)Used By (0)

Pingable
========

[](#pingable)

Pingable provides a ping route for your Laravel application.

Installation
------------

[](#installation)

```
composer require thtg88/laravel-pingable
```

Publish Configuration
---------------------

[](#publish-configuration)

If you want to change any of the default configuration variables, you can publish the config file with the following command:

```
php artisan vendor:publish --tag=pingable-config
```

### Available configuration options

[](#available-configuration-options)

Config OptionTypeDescriptionDefault`pingable.response``mixed`the response to be output by the controller. Please note this is output as JSON, so it must be something that is accepted by the Laravel Framework's `response()->json(...)` method`['success' => true]``pingable.route.method``string`the lowercased HTTP method the Pingable route responds to. This is anything supported by the Laravel Framework (`get`, `post`, etc.)`get``pingable.route.name``string`the name of the route, so that you can use it across the app, e.g. `route(config('pingable.route.name'))``pingable.api.ping``pingable.route.path``string`the URI where the ping request will be reachable`pingable/api/ping``pingable.controller``string`the fully-qualified classname of the controller that responds to the `pingable.ping` route. ⚠️ **Once you override this, you are on your own!** ⚠️`Thtg88\Pingable\Http\Controllers\PingController`License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance77

Regular maintenance activity

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.6% 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 ~225 days

Recently: every ~0 days

Total

8

Last Release

160d ago

PHP version history (2 changes)v0.1.0PHP ^8.0

v0.4.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16927402?v=4)[Marco Marassi](/maintainers/thtg88)[@thtg88](https://github.com/thtg88)

---

Top Contributors

[![thtg88](https://avatars.githubusercontent.com/u/16927402?v=4)](https://github.com/thtg88 "thtg88 (34 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thtg88-laravel-pingable/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M127](/packages/roots-acorn)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)

PHPackages © 2026

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