PHP
Code Execution Monitoring for PHP scripts and applications.
Introduction
The Inspector PHP package sends performance metrics and errors to your Inspector account. It has a simple API which allows you to instrument any application or PHP script.
How does the package works?
The package can be used to wrap your application execution cycles to measure their duration and metadata (like the DB statements), as well as HTTP related information (like the URL, parameters, headers, etc).
These events, called Transactions and Segments, are sent to our ingestion API. Our data ingestion system converts and store them to provides you with insights into latency issues and error culprits within your application.
Useful Links
Website: https://www.inspector.dev
GitHub repository: https://github.com/inspector-apm/inspector-php
Last updated