PHP API allows you to manage all instrumentations. Before starting, ensure that Atatus agent is available in the code.

copy
icon/buttons/copy
<?php

if (extension_loaded('atatus')) {
    // Atatus PHP Agent API call
}

For an introduction to this API, view all methods.