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

ActiveLibrary

windawake/hyperf-telescope
==========================

An elegant debug assistant for the hyperf framework.

32436[1 issues](https://github.com/windawake/hyperf-telescope/issues)PHP

Since Aug 12Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

### Get Started

[](#get-started)

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

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

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

[](#一键安装telescope)

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

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

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

#### 复制migrations到根目录

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

`php ./bin/hyperf.php vendor:publish windawake/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

23

—

LowBetter than 27% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity36

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/2712cf27d61ea655277f23deabc8245103e03555c74990f2889899ecc2e60890?d=identicon)[fengjuexing](/maintainers/fengjuexing)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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