PHPackages                             thamibn/laravel-periscope - 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. thamibn/laravel-periscope

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

thamibn/laravel-periscope
=========================

Laravel adapter for php-periscope — wires Telescope-tier observability events into the periscope C extension's trace. Time-travel debugging, SQL/log/cache/job inspection, and an AI-native MCP server in one package.

v0.1.10(3w ago)016MITPHPPHP ^8.3CI passing

Since May 14Pushed 3w agoCompare

[ Source](https://github.com/thamibn/php-periscope)[ Packagist](https://packagist.org/packages/thamibn/laravel-periscope)[ Docs](https://periscope.thamibn.com)[ RSS](/packages/thamibn-laravel-periscope/feed)WikiDiscussions main Synced 1w ago

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

php-periscope
=============

[](#php-periscope)

> 🚧 **Under active development — alpha.** This is a pre-release greenfield project. Things will move, break, and change shape. If you find this and want to try it, expect rough edges and please file issues. Production use is **not** recommended yet.

> See into your Laravel request.

[![GitHub release](https://camo.githubusercontent.com/5c6fd99758a9111761e685c81ca4bbf48ab6b4437483351dfd93646dc6e806df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7468616d69626e2f7068702d7065726973636f70653f6c6162656c3d72656c6561736526636f6c6f723d626c7565)](https://github.com/thamibn/php-periscope/releases/latest)[![Packagist version](https://camo.githubusercontent.com/501ae9a79e3bf8cfa077ea3a6784cf37dcbfd63051469d468e52c72d7c646623/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468616d69626e2f6c61726176656c2d7065726973636f70653f6c6162656c3d7061636b616769737426636f6c6f723d626c756576696f6c6574)](https://packagist.org/packages/thamibn/laravel-periscope)[![License](https://camo.githubusercontent.com/5ab44dccb557b5f93eca6007a3cafbea0852b147fa0ce6b2dd9a8faba63bfe83/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7468616d69626e2f7068702d7065726973636f70653f636f6c6f723d677265656e)](LICENSE)[![CI](https://github.com/thamibn/php-periscope/actions/workflows/ci.yml/badge.svg)](https://github.com/thamibn/php-periscope/actions/workflows/ci.yml)[![Docs](https://github.com/thamibn/php-periscope/actions/workflows/docs.yml/badge.svg)](https://github.com/thamibn/php-periscope/actions/workflows/docs.yml)[![Links](https://github.com/thamibn/php-periscope/actions/workflows/link-check.yml/badge.svg)](https://github.com/thamibn/php-periscope/actions/workflows/link-check.yml)

A live observability + time-travel debugger built **for Laravel**. Pause any request, see every variable, query, log, job, event, cache hit, Redis command, and HTTP call that led to that line — and scrub backward in time. **Xdebug-tier debugging plus Telescope-tier observability, in one live UI, with an AI co-pilot.**

**Status:** v0.1.4. All twelve plan phases shipped — C extension, Rust daemon, SolidJS UI, Laravel adapter, MCP server (AI-native), install/uninstall scripts, PECL package, VSCode extension scaffold, Homebrew formula, docs site, CI workflows. Real-world test harness (Phase 10) is next.

Quickstart
----------

[](#quickstart)

**Install** — pick one:

```
# macOS (recommended) — Homebrew tap, single command:
brew tap thamibn/php-periscope https://github.com/thamibn/php-periscope.git
brew install --HEAD thamibn/php-periscope/php-periscope

# Linux + any Unix shell — one-liner, no Homebrew required:
bash
