Download the PHP package innmind/profiler without Composer
On this page you can find all versions of the php package innmind/profiler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download innmind/profiler
More information about innmind/profiler
Files in innmind/profiler
Package profiler
Short Description App profiler
License MIT
Homepage http://github.com/Innmind/Profiler
Informations about the package profiler
Profiler
App profiler to help profile any kind of applications (http or cli).
This package can be integrated in an existing app (using innmind/framework
) or run as a standalone app
Installation
Overview
The profiler contains 2 types of entities: a profile and sections.
A profile contains a name (usually the http path called or the cli), the point in time the profile started, the status (succeeded, failed or pending) and an exit message.
A section is a part of a profile. By default there are 9 sections:
- Http: the request and response (if the app didn't crash) the app received
- Exception: the stack trace represented as graph (see
innmind/stack-trace
) - App graph: the object graph representing the application (see
innmind/object-graph
) - Call graph: a flamechart
- Environment: the list of environment variables
- Processes: the list of commands run on the machine
- Remote / Http: all the http requests issued by the application
- Remote / Processes: all the commands run on a distant machine
- Remote / Sql: all the SQL queries issued to a database
Documentation
All the documentation can be found in the docs
folder.
All versions of profiler with dependencies
innmind/immutable Version ~5.2
ramsey/uuid Version ~4.7
innmind/operating-system Version ~4.1|~5.0
innmind/framework Version ~2.0
innmind/json Version ^1.3
innmind/html Version ~6.2
innmind/url-template Version ^3.0