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

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

thenpingme/laravel
==================

Zero config scheduled task monitoring for Laravel

3.6.0(1y ago)18135.8k4[1 issues](https://github.com/thenpingme/thenpingme-laravel/issues)[1 PRs](https://github.com/thenpingme/thenpingme-laravel/pulls)MITPHPPHP ^8.0

Since Apr 20Pushed 1y ago4 watchersCompare

[ Source](https://github.com/thenpingme/thenpingme-laravel)[ Packagist](https://packagist.org/packages/thenpingme/laravel)[ Docs](https://github.com/thenpingme/laravel)[ RSS](/packages/thenpingme-laravel/feed)WikiDiscussions 3.x Synced 3w ago

READMEChangelog (10)Dependencies (15)Versions (56)Used By (0)

thenping.me - hands-free scheduled task monitoring
==================================================

[](#thenpingme---hands-free-scheduled-task-monitoring)

[![](./.github/logo.png)](./.github/logo.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7c19c7a40f46d5982b36641a5a24ee57a75c4fb08dfc0cb9d4237f3e1151f103/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468656e70696e676d652f6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thenpingme/laravel)[![Build Status](https://github.com/thenpingme/thenpingme-laravel/workflows/run-tests/badge.svg)](https://github.com/thenpingme/thenpingme-laravel/actions?query=workflow%3Arun-tests)[![Total Downloads](https://camo.githubusercontent.com/0483b8d65d78eedb61440205be416136801636c9bac706b7c33b1dc1b3f7d33e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468656e70696e676d652f6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thenpingme/laravel)

thenping.me is a hands-free scheduled task monitoring application for your Laravel projects.

You need to have a [thenping.me](https://thenping.me) account in order to make use of the monitoring aspect, however, you are free to use the list command to identify your application's scheduled tasks.

- If using Laravel ^7.0|^8.0, use version ^2.0
- If using Laravel ^9.0, use version ^3.0
- Support for `ScheduledTaskFailed` is available since 2.1.0
- Version 1.3.0 is the first public-release of this companion package.

In order to avoid collisions between monitored scheduled tasks when using scheduled closures, you must ensure that each has a unique `description()` set.

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

[](#installation)

You can install the package via composer:

```
composer require thenpingme/laravel
```

Usage
-----

[](#usage)

Once you have created a new project within [thenping.me](https://thenping.me), you will need to run the installation command.

```
php artisan thenpingme:setup
```

This will automatically compile your scheduled tasks, check they are valid and unique, and sync them with thenping.me, in order to be able to monitor them.

Each time you deploy your application, you should include the `thenpingme:sync` command as part of the deployment strategy, in order to ensure any new tasks that were added in the latest release are monitored.

```
php artisan thenpingme:sync

```

**Note:** Any tasks that are changed as part of a sync operation will replace their monitored counterpart, as it is not possible to track the configuration of a scheduled task between releases.

You will be notified of any changes to your monitored tasks via email notification.

If you would like to check on your application's configured tasks, you may run the `thenpingme:schedule` command.

To ensure that your tasks can be uniquely identified by thenping.me, use the `thenpingme:verify` command.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Michael Dyrynda](https://github.com/michaeldyrynda)
- [Jake Bennett](https://github.com/JacobBennett)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT. Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 99.4% 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 ~30 days

Recently: every ~153 days

Total

54

Last Release

661d ago

Major Versions

1.3.8 → 2.3.82020-11-29

1.3.9 → 2.3.92020-11-29

1.3.11 → 2.4.22021-05-20

2.4.9 → 3.0.02022-02-12

2.x-dev → 3.3.02022-07-27

PHP version history (6 changes)1.0.0PHP ^7.2

2.0.0PHP ^7.2.5

2.3.0PHP ^7.3

2.3.6PHP ^7.3|^8.0

2.4.0PHP ^7.4|^8.0

3.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/558441?v=4)[Michael Dyrynda](/maintainers/michaeldyrynda)[@michaeldyrynda](https://github.com/michaeldyrynda)

---

Top Contributors

[![michaeldyrynda](https://avatars.githubusercontent.com/u/558441?v=4)](https://github.com/michaeldyrynda "michaeldyrynda (501 commits)")[![bilfeldt](https://avatars.githubusercontent.com/u/30228807?v=4)](https://github.com/bilfeldt "bilfeldt (1 commits)")[![fabalv](https://avatars.githubusercontent.com/u/5883882?v=4)](https://github.com/fabalv "fabalv (1 commits)")[![parkourben99](https://avatars.githubusercontent.com/u/7295774?v=4)](https://github.com/parkourben99 "parkourben99 (1 commits)")

---

Tags

laravelthenpingme

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-analytics

A Laravel package to retrieve Google Analytics data.

3.2k6.0M66](/packages/spatie-laravel-analytics)[laravel/octane

Supercharge your Laravel application's performance.

4.0k24.7M203](/packages/laravel-octane)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

18476.4k](/packages/lunarstorm-laravel-ddd)

PHPackages © 2026

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