inspector-apm/inspector-tempest

Code Execution Monitoring, built for developers.

Maintainers

Package info

github.com/inspector-apm/inspector-tempest

pkg:composer/inspector-apm/inspector-tempest

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.5 2026-03-20 16:11 UTC

This package is auto-updated.

Last update: 2026-03-20 16:50:47 UTC


README

Before moving on, please consider giving us a GitHub star ⭐️. Thank you!

Code Execution Monitoring for Tempest applications.

Requirements

  • PHP ^8.5
  • Tempest ^3.0

Install

Install the latest version by:

composer require inspector-apm/inspector-tempest

Tempest will automatically discover the package provider and other library components.

Configure the Ingestion Key

You just need to put the Ingestion Key in your environment file:

INSPECTOR_INGESTION_KEY=[ingestion key]

You can obtain an INSPECTOR_INGESTION_KEY creating a new project in your Inspector account.

Test everything is working

Run the command below:

vendor/bin/tempest inspector:test

Go to https://app.inspector.dev to explore your data.

Agentic Integration

You can connect the Inspector library documentation to your coding assistant as a Model Context Protocol (MCP) server.

It makes it easy for tools like Claude Code, Cursor, and VS Code extensions reliably understand what Inspector client library can do, its configurations, how to use it.

AI Assisted Integration

Official documentation

Check out the official documentation

Contributing

We encourage you to contribute to Inspector! Please check out the Contribution Guidelines about how to proceed. Join us!

LICENSE

This package is licensed under the MIT license.