https://github.com/blackfireio/php-sdk
The Blackfire PHP SDK
https://github.com/blackfireio/php-sdk
blackfire performance php profiler sdk
Last synced: 3 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T13:03:33.000Z (4 months ago)
- Last Synced: 2025-04-14T01:53:41.956Z (about 1 month ago)
- Topics: blackfire, performance, php, profiler, sdk
- Language: PHP
- Homepage: https://blackfire.io
- Size: 620 KB
- Stars: 152
- Watchers: 21
- 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 [[email protected]](mailto:[email protected]).