Download the PHP package kirik/web-profiler-ui without Composer

On this page you can find all versions of the php package kirik/web-profiler-ui. 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 web-profiler-ui

WEB Profiler UI

Created to simplify the process of searching for bottlenecks in web projects. Click here to see it in action.

Features

Floating window mode

Docked mode

Build&Run

You don't need to run anything just to play with the profiler. Please see the playground.

If you'd like to run the project locally:

  1. Clone this project

  2. Run any HTTP server to open index.html:

Python

PHP

IntelliJ IDEs

You can run the project with your IntelliJ IDE using the embedded web server. Just open index.html and click on your favorite browser icon in the browser toolbar:

Internals

Profiler is embedded using an iframe just to avoid CSS collisions with the parent page.

Backends should send an appropriate response to be parsed by the profiler and draw spans:

Collector object

To render AJAX responses, they should provide a full response with the __profiler property along with business data:

I'm avoiding using HTTP headers to send profiler data with AJAX as it requires special settings for HTTP servers. I also don't like to save responses to files to use them later, as it requires a writable filesystem and other file-related logic (be KISS).

Adapters

An adapter is a small piece of language-related code (aka interface) to connect the UI to the web project. Supported adapters:

Developing

Makefile is used just to minify CSS and JS after editing.

PHP adapter

Please initialize Composer with the command

and then open index.php.

Roadmap

  1. [x] create playground
  2. [ ] add php library
  3. [ ] add golang adapter and library
  4. [ ] add dark mode

All versions of web-profiler-ui with dependencies

PHP Build Version
Package Version
Requires php 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 kirik/web-profiler-ui contains the following files

Loading the files please wait ....