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(3mo ago)033MITPHPPHP ^8.2CI failing

Since Oct 3Pushed 1mo 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 1mo ago

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

44

—

FairBetter than 91% of packages

Maintenance91

Actively maintained with recent releases

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

107d ago

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

v0.4.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7300c10f7b7e1ce4f2fa8c457db4ead9af54ca9638b1211be62d6501998c4b1?d=identicon)[thtg88](/maintainers/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

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[laravel/pulse

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

1.7k12.1M99](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)

PHPackages © 2026

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