PHPackages                             insenseanalytics/laravel-telescope-pruning - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. insenseanalytics/laravel-telescope-pruning

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

insenseanalytics/laravel-telescope-pruning
==========================================

Intelligently trim your Laravel Telescope entries.

v1.0(5y ago)92582[1 issues](https://github.com/insenseanalytics/laravel-telescope-pruning/issues)[2 PRs](https://github.com/insenseanalytics/laravel-telescope-pruning/pulls)MITPHP

Since Oct 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/insenseanalytics/laravel-telescope-pruning)[ Packagist](https://packagist.org/packages/insenseanalytics/laravel-telescope-pruning)[ RSS](/packages/insenseanalytics-laravel-telescope-pruning/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (3)Versions (8)Used By (0)

Laravel Telescope Pruning
=========================

[](#laravel-telescope-pruning)

[![Packagist License](https://camo.githubusercontent.com/83d5f1ba5b53e578e223a684ea5dfbc9d397f84e5749abb67f47b9439c1bb7c4/68747470733a2f2f706f7365722e707567782e6f72672f696e73656e7365616e616c79746963732f6c61726176656c2d74656c6573636f70652d7072756e696e672f6c6963656e73652e706e67)](http://choosealicense.com/licenses/mit/)[![Latest Stable Version](https://camo.githubusercontent.com/040e9db695b4f72f44af8a30566e7c4bc118e175b12cea936296e77a2db0a48c/68747470733a2f2f706f7365722e707567782e6f72672f696e73656e7365616e616c79746963732f6c61726176656c2d74656c6573636f70652d7072756e696e672f76657273696f6e2e706e67)](https://packagist.org/packages/insenseanalytics/laravel-telescope-pruning)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1aa5048353cd97bc9fe985f8e406005818c6d532f16abc30e3ff22ccb3e64e1d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696e73656e7365616e616c79746963732f6c61726176656c2d74656c6573636f70652d7072756e696e672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/insenseanalytics/laravel-telescope-pruning/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/38bbd91f9fbc3a22bfe148c8f35c31656031fd22e8998f8ad01366bd40b8e4eb/68747470733a2f2f706f7365722e707567782e6f72672f696e73656e7365616e616c79746963732f6c61726176656c2d74656c6573636f70652d7072756e696e672f642f746f74616c2e706e67)](https://packagist.org/packages/insenseanalytics/laravel-telescope-pruning)

This package enables you to intelligently prune your Laravel Telescope entries. You may specify a cap on the number of batches (application cycles) of entries you need. You can also whitelist certain tags (or monitored tags) to avoid pruning them, or specify a separate pruning cap for whitelisted tags!

Quick Installation
------------------

[](#quick-installation)

Pull in the package using composer:

```
composer require insenseanalytics/laravel-telescope-pruning
```

To copy the config to your app's config directory:

```
php artisan vendor:publish --provider="Insense\LaravelTelescopePruning\TelescopePruningServiceProvider"
```

#### Service Provider (Optional / auto discovered on Laravel 5.5+)

[](#service-provider-optional--auto-discovered-on-laravel-55)

Register the provider in your `config/app.php` file:

```
'providers' => [
    ...,
    Insense\LaravelTelescopePruning\TelescopePruningServiceProvider::class,
]
```

Requirements
------------

[](#requirements)

- [PHP &gt;= 7.1](http://php.net/)
- [Laravel 5.7+](https://github.com/laravel/framework)
- [Laravel Telescope](https://github.com/laravel/telescope)

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

[](#contributing)

We are open to PRs as long as they're backed by tests and a small description of the feature added / problem solved.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/insenseanalytics/laravel-telescope-pruning/blob/master/LICENSE.txt) for more information.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~175 days

Total

5

Last Release

2099d ago

Major Versions

v0.1.3 → v1.02020-10-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3b4395cbe0ac91e6c75a298f834f347905a340bd030e5f2046249a341569fee?d=identicon)[paras-malhotra](/maintainers/paras-malhotra)

---

Top Contributors

[![paras-malhotra](https://avatars.githubusercontent.com/u/16099046?v=4)](https://github.com/paras-malhotra "paras-malhotra (21 commits)")[![amit-insense](https://avatars.githubusercontent.com/u/42092723?v=4)](https://github.com/amit-insense "amit-insense (1 commits)")

---

Tags

laravellaravel-telescopelaraveltelescopepruninglaravel telescope

### Embed Badge

![Health badge](/badges/insenseanalytics-laravel-telescope-pruning/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)

PHPackages © 2026

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