Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 638 Bytes

AppOptics SDK API stub for PHP

The AppOptics PHP Agent provides automatic tracing and metrics for PHP-based applications, covering a variety of popular frameworks and libraries out of the box.

This project provides stub functions for use when the PHP extension is not installed.

Installation

Update composer.json to identify the project repository:

{
    "type": "vcs",
    "url": "https://github.com/traxo/appoptics-apm-php"
}

Install the package:

composer require traxo/appoptics-apm-php dev-master