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

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

kartmax/telescope
=================

A fork of Laravel Telescope fine tuned for KartmaX

v1.0.19(11mo ago)093MITPHPPHP ^7.3|^8.0CI passing

Since May 28Pushed 8mo agoCompare

[ Source](https://github.com/kartmax-tech/kartmax-telescope)[ Packagist](https://packagist.org/packages/kartmax/telescope)[ RSS](/packages/kartmax-telescope/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (23)Used By (0)

[![Logo KartmnaX Telescope](/art/logo.svg)](/art/logo.svg)

[![Build Status](https://github.com/laravel/telescope/workflows/tests/badge.svg)](#)[![Total Downloads](https://camo.githubusercontent.com/83bda9ae978e6b7a5480a60362c72132d3a943f68ec8bd2c8b13f1c848b7b9b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f74656c6573636f7065)](#)[![Latest Stable Version](https://camo.githubusercontent.com/f8a2b4979dfc95a2007f970e109fdf188b31f86d718d6c70cd079da75232e5ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f74656c6573636f7065)](#)[![License](https://camo.githubusercontent.com/5646281bc49ac5b7603ef261718768f5b7e0b6742819beb183d22221650e0417/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f74656c6573636f7065)](#)

Introduction
------------

[](#introduction)

KartmnaX Telescope is an elegant debug assistant for the Laravel framework, building on the original Laravel Telescope. In addition to all the features of Telescope, KartmnaX Telescope introduces support for S3 storage and enhanced environment-based configuration, making it suitable for distributed and cloud-native environments.

[![](https://camo.githubusercontent.com/e6207a750fbff9bf8d30150ec09ea88e4a7cea48489f148919813123405014f5/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f6578616d706c65732f53637265656e5f53686f745f323031382d31302d30395f61745f312e34372e32335f504d2e706e67)](https://camo.githubusercontent.com/e6207a750fbff9bf8d30150ec09ea88e4a7cea48489f148919813123405014f5/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f6578616d706c65732f53637265656e5f53686f745f323031382d31302d30395f61745f312e34372e32335f504d2e706e67)

Key Features
------------

[](#key-features)

- All features of Laravel Telescope
- **S3 Storage Support**: Store Telescope entries in AWS S3 (or any compatible object storage)
- **Custom Environment Tags**: Add static and dynamic tags to every entry for better filtering and multi-tenant support
- **Production Enablement**: Optionally enable Telescope in production with fine-grained control

S3 Storage Usage
----------------

[](#s3-storage-usage)

To use S3 as the storage backend for KartmnaX Telescope, set the following in your `.env`:

```
TELESCOPE_DRIVER=s3
TELESCOPE_S3_DISK=s3           # The Laravel disk to use (default: s3)
TELESCOPE_S3_DIRECTORY=telescope # The directory/prefix in the bucket (default: telescope)
```

Ensure your `config/filesystems.php` is configured for your S3 disk.

Environment Variables
---------------------

[](#environment-variables)

KartmnaX Telescope can be configured using the following environment variables:

```
# Enable/Disable Telescope
TELESCOPE_ENABLED=true

# Storage Configuration
TELESCOPE_DRIVER=s3
TELESCOPE_S3_DISK=s3           # The Laravel disk to use (default: s3)
TELESCOPE_S3_DIRECTORY=telescope # The directory/prefix in the bucket (default: telescope)

# Custom Tags Configuration
TELESCOPE_CUSTOM_STATIC_TAG='your service name'    # Static tag for all entries (e.g., service name)
TELESCOPE_CUSTOM_DYNAMIC_TAG='any dynamic app instance'  # Dynamic tag for entries (e.g., instance ID)

# Production and Performance Settings
TELESCOPE_ENABLED_IN_PROD=true  # Enable Telescope in production environment
TELESCOPE_CACHE_TTL=60         # Cache TTL in seconds for Telescope entries
```

Custom Tags
-----------

[](#custom-tags)

You can attach custom tags to every entry using the following configuration:

- `TELESCOPE_CUSTOM_STATIC_TAG`: A static string tag (e.g., service name)
- `TELESCOPE_CUSTOM_DYNAMIC_TAG`: A class name resolved from the container, whose value will be used as a tag (e.g., tenant/site token)

Production Usage
----------------

[](#production-usage)

To enable KartmnaX Telescope in production, set:

```
TELESCOPE_ENABLED_IN_PROD=true
```

Access is still protected by the authorization gate.

Official Documentation
----------------------

[](#official-documentation)

For general usage, see the [Laravel Telescope documentation](https://laravel.com/docs/telescope). For S3 and advanced configuration, refer to this README.

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

[](#contributing)

Thank you for considering contributing to KartmnaX Telescope! Please see the [Laravel contribution guide](https://laravel.com/docs/contributions).

Code of Conduct
---------------

[](#code-of-conduct)

Please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/laravel/telescope/security/policy) on how to report security vulnerabilities.

License
-------

[](#license)

KartmnaX Telescope is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance57

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~3 days

Total

20

Last Release

333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5be0953a3d9f7524bbaa5da3b6e959a7cc72d6fce76f86bd7158937ea622efe?d=identicon)[kartmax-tech](/maintainers/kartmax-tech)

---

Top Contributors

[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (639 commits)")[![themsaid](https://avatars.githubusercontent.com/u/4332182?v=4)](https://github.com/themsaid "themsaid (466 commits)")[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (266 commits)")[![paras-malhotra](https://avatars.githubusercontent.com/u/16099046?v=4)](https://github.com/paras-malhotra "paras-malhotra (60 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (47 commits)")[![deleugpn](https://avatars.githubusercontent.com/u/9533181?v=4)](https://github.com/deleugpn "deleugpn (47 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (39 commits)")[![sagarchauhan005](https://avatars.githubusercontent.com/u/7292512?v=4)](https://github.com/sagarchauhan005 "sagarchauhan005 (37 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (19 commits)")[![browner12](https://avatars.githubusercontent.com/u/5232313?v=4)](https://github.com/browner12 "browner12 (16 commits)")[![TBlindaruk](https://avatars.githubusercontent.com/u/12684601?v=4)](https://github.com/TBlindaruk "TBlindaruk (12 commits)")[![gdebrauwer](https://avatars.githubusercontent.com/u/22586858?v=4)](https://github.com/gdebrauwer "gdebrauwer (10 commits)")[![diogogomeswww](https://avatars.githubusercontent.com/u/11543163?v=4)](https://github.com/diogogomeswww "diogogomeswww (8 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (7 commits)")[![finagin](https://avatars.githubusercontent.com/u/11045296?v=4)](https://github.com/finagin "finagin (6 commits)")[![derekmd](https://avatars.githubusercontent.com/u/823566?v=4)](https://github.com/derekmd "derekmd (6 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (6 commits)")[![arjanwestdorp](https://avatars.githubusercontent.com/u/7716654?v=4)](https://github.com/arjanwestdorp "arjanwestdorp (5 commits)")[![amaelftah](https://avatars.githubusercontent.com/u/17250137?v=4)](https://github.com/amaelftah "amaelftah (5 commits)")[![tomswinkels](https://avatars.githubusercontent.com/u/9036151?v=4)](https://github.com/tomswinkels "tomswinkels (4 commits)")

---

Tags

laravelmonitorings3debuggings3 logs

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k75.6M261](/packages/laravel-telescope)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.2k3.5k](/packages/leantime-leantime)[lucianotonet/laravel-telescope-mcp

MCP Server extension for Laravel Telescope

2027.2k](/packages/lucianotonet-laravel-telescope-mcp)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)

PHPackages © 2026

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