PHPackages                             wamesk/laravel-telescope - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. wamesk/laravel-telescope

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

wamesk/laravel-telescope
========================

Laravel Telescope Tags Middleware

2.1.1(7mo ago)06231MITPHP

Since Feb 9Pushed 7mo agoCompare

[ Source](https://github.com/wamesk/laravel-telescope)[ Packagist](https://packagist.org/packages/wamesk/laravel-telescope)[ RSS](/packages/wamesk-laravel-telescope/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Laravel Telescope Improve
=========================

[](#laravel-telescope-improve)

Instalation
-----------

[](#instalation)

```
composer require wamesk/laravel-telescope
```

- No setup is required.
- Middleware is added via ServiceProvider in the package.

Search
------

[](#search)

Adds fulltext search in path, content. Add tags to all requests.

Key.envDefaultSearch without tagExample/✓`/api/v1`ApiTELESCOPE\_TAG\_APIfalse×`Api:GET /api/v1/users`CodeTELESCOPE\_TAG\_CODEtrue✓`Code:1.2.3`Content✓`Content:ip_address":"127.0.0.1"`DateTELESCOPE\_TAG\_DATEfalse✓`Date:2023-01-01`DateTimeTELESCOPE\_TAG\_DATE\_TIMEfalse✓`DateTime:2023-01-01 11:22:33`EmailTELESCOPE\_TAG\_EMAILtrue×`Email:john.doe@example.com` or `Email:none`ErrorsTELESCOPE\_TAG\_ERRORtrue×`Errors:true`From✓`From:2024-01-01`, `From:12:34`, `From:2024-01-01 12:34`...HourTELESCOPE\_TAG\_HOURfalse✓`Hour:0` - `Hour:23`MethodTELESCOPE\_TAG\_METHODfalse✓`Method:GET`, `Method:POST`, `Method:UPDATE`...MonthTELESCOPE\_TAG\_MONTHfalse✓`Month:1` - `Month:12`PathTELESCOPE\_TAG\_PATHtrue✓`Path:/api/v1`StatusTELESCOPE\_TAG\_STATUSfalse✓`Status:200`, `Status:400`, `Status:500`...TimeTELESCOPE\_TAG\_TIMEfalse✓`Time:11:22`To✓`To:2024-01-01`, `To:12:34`, `To:2024-01-01 12:34`...UrlTELESCOPE\_TAG\_URLfalse✓`Url:/nova-api/user-groups?page=1&perPage=25`- To disable fulltext search, set `TELESCOPE_SEARCH=false` in `.env`.
- You can set the tag saving settings by adding a parameter to the `.env` e.g. `TELESCOPE_TAG_CODE=false`
- It is possible to search according to these keys even if saving tags is not allowed.
- By turning off the tag, you will only lose a quick filter.
- Keys can be written in case-insensitive

Data pruning
------------

[](#data-pruning)

The package contains command to pruning data. In `.env` it is possible to set the number of hours how much data to remember. (Default 48 hours)

```
TELESCOPE_PRUNE_HOURS=168

```

To cancel the command, set the value to `false`.

```
TELESCOPE_PRUNE_HOURS=false

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance64

Regular maintenance activity

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~55 days

Recently: every ~131 days

Total

12

Last Release

216d ago

Major Versions

1.0.3 → 2.0.02024-04-25

1.0.4 → 2.0.12024-04-26

1.0.5 → 2.0.22024-05-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bf6ece61ae07942df38ce88eb4053d4176c6ab0bf803191953961023f25fc70?d=identicon)[WAME](/maintainers/WAME)

---

Top Contributors

[![stanislav-cervenak](https://avatars.githubusercontent.com/u/6931349?v=4)](https://github.com/stanislav-cervenak "stanislav-cervenak (10 commits)")[![wamesro](https://avatars.githubusercontent.com/u/5340873?v=4)](https://github.com/wamesro "wamesro (6 commits)")[![adrianzofcin](https://avatars.githubusercontent.com/u/75702986?v=4)](https://github.com/adrianzofcin "adrianzofcin (4 commits)")

---

Tags

laraveltelescope

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[mad-web/nova-telescope-link

Smart Link for Laravel Nova to Telescope Debug Assistant.

38195.2k](/packages/mad-web-nova-telescope-link)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)

PHPackages © 2026

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