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

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

wwy/hyperf-telescope
====================

An elegant debug assistant for the hyperf framework.

07PHP

Since Aug 18Pushed 2y agoCompare

[ Source](https://github.com/szuwwy/hyperf-telescope)[ Packagist](https://packagist.org/packages/wwy/hyperf-telescope)[ RSS](/packages/wwy-hyperf-telescope/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Get Started

[](#get-started)

参考laravel telescope的代码开发出来的适用于hyperf的调试工具

`composer require wwy/hyperf-telescope dev-master`

一键安装telescope
-------------

[](#一键安装telescope)

`php ./bin/hyperf.php telescope:install`

如果一键安装有问题，请尝试下面安装方式：
--------------------

[](#如果一键安装有问题请尝试下面安装方式)

#### 复制migrations到根目录

[](#复制migrations到根目录)

`php ./bin/hyperf.php vendor:publish wwy/hyperf-telescope`

#### 运行数据库表迁移

[](#运行数据库表迁移)

`php ./bin/hyperf.php migrate`

### 启动项目

[](#启动项目)

`php ./bin/hyperf.php start`

### 访问地址

[](#访问地址)

`http://127.0.0.1:9501/telescope/requests`

### 功能点

[](#功能点)

- 开箱即用
- 记录request请求
- 记录异常错误
- 记录sql语句
- 记录rpc请求，默认支持jsonrpc，其它需要修改代码

### 提供配置项

[](#提供配置项)

```
# 修改.env
TELESCOPE_ENABLED=false #默认开启
TELESCOPE_TIMEZONE=Asia/Shanghai #默认php时区
TELESCOPE_QUERY_SLOW=50 #单位毫秒

```

### 温馨提示

[](#温馨提示)

因为修改了内核代码，不能应用线上环境

效果图
---

[](#效果图)

[![](./preview.jpg)](./preview.jpg)

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e62e60f6109f4810e20ac8287348d11ea960ad83f71d8676f3fc91055a793b5?d=identicon)[szuwwy](/maintainers/szuwwy)

---

Top Contributors

[![windawake](https://avatars.githubusercontent.com/u/3115222?v=4)](https://github.com/windawake "windawake (25 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M915](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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