PHPackages                             friendsofhyperf/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. friendsofhyperf/telescope

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

friendsofhyperf/telescope
=========================

An elegant debug assistant for the hyperf framework.

v3.2.1(3w ago)225.5k↑15.6%22MITVue

Since Nov 13Pushed 2w ago2 watchersCompare

[ Source](https://github.com/friendsofhyperf/telescope)[ Packagist](https://packagist.org/packages/friendsofhyperf/telescope)[ Fund](https://hdj.me/sponsors/)[ GitHub Sponsors](https://github.com/huangdijia)[ RSS](/packages/friendsofhyperf-telescope/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (16)Versions (80)Used By (2)

Telescope
=========

[](#telescope)

[中文说明](README_CN.md)

Available Listeners
-------------------

[](#available-listeners)

- Request Monitor
- Exception Monitor
- Data Query Monitor
- gRPC Request Monitor
- Redis Monitor
- Log Monitor
- Command Line Monitor
- Event Monitor
- HTTP Client Monitor
- Cache Monitor
- Scheduled Task Monitor

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

[](#installation)

```
composer require friendsofhyperf/telescope
```

Use the `vendor:publish` command to publish its public resources

```
php bin/hyperf.php vendor:publish friendsofhyperf/telescope
```

Run the `migrate` command to execute database changes and create the tables required by Telescope:

```
php bin/hyperf.php migrate
```

Usage
-----

[](#usage)

### Middleware (Optional for gRPC)

[](#middleware-optional-for-grpc)

Add the middleware in the `config/autoload/middlewares.php` configuration file

To enable additional gRPC functionality, use the `grpc` middleware

```
