blackfireio / php-sdk

The Blackfire PHP SDK
https://blackfire.io
MIT License
150 stars 22 forks source link
blackfire performance php profiler sdk

Blackfire PHP SDK

Install the Blackfire PHP SDK via Composer:

$ composer require blackfire/php-sdk

Blackfire Client

See https://docs.blackfire.io/php/integrations/sdk

PhpUnit Integration

See https://docs.blackfire.io/php/integrations/phpunit

Proxy

If you want to inspect the traffic between profiled servers and blackfire's servers, you can use a small proxy script provided in this repository. Please read the instructions in ./bin/blackfire-io-proxy.php to do so.

PHP Probe

WARNING: This code should only be used when installing the Blackfire PHP extension is not possible.

This repository provides a Blackfire PHP Probe implementation that should only be used under the following circumstances:

Read more about how to use this feature on Blackfire's blog.

Blackfire Support

If you are facing any issue with using the Blackfire PHP SDK, please check our support site or reach out to support@blackfire.io.