Download the PHP package blackfire/player without Composer

On this page you can find all versions of the php package blackfire/player. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package player

Blackfire Player

Blackfire Player is a powerful performance testing application. It provides a nice DSL to crawl HTTP services, assert responses, and extract data from HTML/XML/JSON responses.

Read more about how to download and use Blackfire Player <https://docs.blackfire.io/builds-cookbooks/player>.

Usage

blackfire-player is distributed through a Docker image.

To run a scenario located in the my-scenario.bkf file, run the following command:

docker run --rm -it -e BLACKFIRE_CLIENT_ID -e BLACKFIRE_CLIENT_TOKEN -v "`pwd`:/app" blackfire/player run my-scenario.bkf

The pwd part is the local working directory (we are using the current directory here) and it is mapped to the /app path in the Docker container.

BLACKFIRE_CLIENT_ID and BLACKFIRE_CLIENT_TOKEN environment variables need to be properly exposed from the host in order to be able to use the Blackfire Profiler integration.

To make it simpler to run this command, you might create a shell alias (that you can store in a .bashrc or .zshrc file depending on your shell):

alias blackfire-player="docker run --rm -it -e BLACKFIRE_CLIENT_ID -e BLACKFIRE_CLIENT_TOKEN -v \"`pwd`:/app\" blackfire/player"

Don't forget to restart your terminal for it to take effect. You can then use blackfire-player as if it was the binary itself:

blackfire-player --version
blackfire-player list
blackfire-player run my-scenario.bkf

All versions of player with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
ext-ctype Version *
ext-filter Version *
ext-intl Version *
ext-mbstring Version *
blackfire/php-sdk Version ^2.1
fakerphp/faker Version ^1.10
maltyxx/images-generator Version ^1.0
mtdowling/jmespath.php Version ^2.2
nyholm/psr7 Version ^1.6
psr/log Version ^3.0
sentry/sentry Version ^4.0
symfony/console Version 7.0.*
symfony/css-selector Version 7.0.*
symfony/dom-crawler Version 7.0.*
symfony/event-dispatcher Version 7.0.*
symfony/expression-language Version 7.0.*
symfony/filesystem Version 7.0.*
symfony/finder Version ^7.0
symfony/http-client Version 7.0.*
symfony/mime Version 7.0.*
symfony/polyfill-uuid Version ^1.28
symfony/property-access Version 7.0.*
symfony/serializer Version 7.0.*
symfony/yaml Version 7.0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package blackfire/player contains the following files

Loading the files please wait ....