https://github.com/blackfireio/php-sdk
The Blackfire PHP SDK
https://github.com/blackfireio/php-sdk
blackfire performance php profiler sdk
Last synced: 3 months ago
JSON representation
The Blackfire PHP SDK
- Host: GitHub
- URL: https://github.com/blackfireio/php-sdk
- Owner: blackfireio
- License: mit
- Created: 2015-04-02T12:57:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-23T07:43:01.000Z (5 months ago)
- Last Synced: 2025-10-23T09:28:56.550Z (5 months ago)
- Topics: blackfire, performance, php, profiler, sdk
- Language: PHP
- Homepage: https://blackfire.io
- Size: 636 KB
- Stars: 155
- Watchers: 17
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
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](https://blackfire.io/) PHP Probe
implementation that should only be used under the following circumstances:
* You already have XHProf installed and cannot install the Blackfire PHP
extension (think PHP 5.2);
* You want a fallback in case the Blackfire PHP extension is not installed on
some machines (manual instrumentation will be converted to noops).
[Read more](https://blog.blackfire.io/blackfire-for-xhprof-users.html) 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](https://support.blackfire.platform.sh) or reach out to [support@blackfire.io](mailto:support@blackfire.io).