Download the PHP package maximaster/tideways-xhprof without Composer

On this page you can find all versions of the php package maximaster/tideways-xhprof. 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 tideways-xhprof

maximaster/tideways-xhprof

Use tideways-xhprof PHP extension and this library to save xhprof traces as files and watch them later with some viewer like wodby/xhprof.

Hot to use it in local scope?

Manually construct TidewaysXhprofSession then use start() and stop() methods. Also, you can use TidewaysXhprofSessionInterface to inject the service as dependency and configure it in your DI-container.

How to use to profile everything happened on hit?

Environment variables

MAXIMASTER_TIDEWAYS_XHPROF_TRIGGER_NAME

Configure trigger name which should start profiling. Its value would be looked for in all global variables.

Defaults to XHPROF.

MAXIMASTER_TIDEWAYS_XHPROF_TRIGGER_VALUE

A secret string which would start profiling on being found in trigger variable.

Have no default value. Profiling won't start if it's empty.

MAXIMASTER_TIDEWAYS_XHPROF_DIRECTORY

A directory to save trace files.

Defaults to getcwd().

MAXIMASTER_TIDEWAYS_XHPROF_FILENAME_FORMAT

How trace files should be named. You can use macroses:

Defaults to #date##uniqid#.default.xhprof.

MAXIMASTER_TIDEWAYS_XHPROF_DATETIME_FORMAT

Uses as DateTime::format argument and result replaces #date# macros in MAXIMASTER_TIDEWAYS_XHPROF_FILENAME_FORMAT.

Determines which will be replaced to #date# macros in .

Defaults to 'Ymdhis'.

MAXIMASTER_TIDEWAYS_XHPROF_FLAGS

Any combination of TIDEWAYS_XHPROF_FLAGS_* constants. Used when tideways_xhprof_enable() is called.

Defaults to no flags (0).


All versions of tideways-xhprof with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-mbstring Version *
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 maximaster/tideways-xhprof contains the following files

Loading the files please wait ....