blackfire / php-sdk
Blackfire.io PHP SDK
Installs: 9 882 751
Dependents: 29
Suggesters: 4
Security: 0
Stars: 150
Watchers: 23
Forks: 22
Open Issues: 8
Requires
- php: >=5.3.0
- composer/ca-bundle: ^1.0
Requires (Dev)
- behat/behat: ^3.8
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-extension: ^2.5
- friends-of-behat/symfony-extension: ^2
- guzzlehttp/psr7: ^1.6
- illuminate/console: ^8.81
- illuminate/queue: ^8.81
- illuminate/support: ^8.81
- laravel/octane: ^1.2
- phpunit/phpunit: ^9.5
- psr/http-message: ^1.0
- symfony/browser-kit: ^5.1
- symfony/framework-bundle: ^5.1
- symfony/http-client: ^5.1
- symfony/messenger: ^5.1
- symfony/panther: ^1.0
- symfony/phpunit-bridge: ^5.2
Suggests
- ext-blackfire: The C version of the Blackfire probe
- ext-zlib: To push config to remote profiling targets
- symfony/panther: To use Symfony web test cases with Blackfire
- dev-master / 2.5.x-dev
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- v1.35.0
- v1.34.0
- v1.33.0
- v1.32.0
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.2
- v1.27.1
- v1.27.0
- v1.26.0
- v1.25.1
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.0
- v1.21.0
- v1.20.0
- v1.19.2
- v1.19.1
- v1.19.0
- v1.18.0
- v1.17.6
- v1.17.5
- v1.17.4
- v1.17.3
- v1.17.2
- v1.17.1
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.1
- v1.14.0
- v1.13.0
- v1.12.1
- v1.12.0
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.1
- v1.10.0
- v1.9.1
- v1.9.0
- v1.8.1
- v1.8.0
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.20
- v1.5.19
- v1.5.18
- v1.5.17
- v1.5.16
- v1.5.15
- v1.5.14
- v1.5.13
- v1.5.12
- v1.5.11
- v1.5.10
- v1.5.9
- v1.5.8
- v1.5.7
- v1.5.6
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
This package is auto-updated.
Last update: 2024-10-18 07:40:01 UTC
README
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:
-
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 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.