Download the PHP package ndrx/profiler without Composer
On this page you can find all versions of the php package ndrx/profiler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ndrx/profiler
More information about ndrx/profiler
Files in ndrx/profiler
Download ndrx/profiler
More information about ndrx/profiler
Files in ndrx/profiler
Vendor ndrx
Package profiler
Short Description Simple profiler package
License MIT
Homepage https://github.com/ndrx-io/profiler
Package profiler
Short Description Simple profiler package
License MIT
Homepage https://github.com/ndrx-io/profiler
Please rate this library. Is it a good library?
Informations about the package profiler
profiler
Install
Via Composer
Usage
Initialize a profiler
Add event to the timeline
Logger
Get last profils
Get Profil details
Clear all data
Use monolog handler
Add new Collector
All data collector must implements one of those interfaces:
- Ndrx\Profiler\Collectors\Contracts\FinalCollectorInterface For data available only at the end of the process, like response data
- Ndrx\Profiler\Collectors\Contracts\StartCollectorInterface For data available at the beginning of the process, like request data
- Ndrx\Profiler\Collectors\Contracts\StreamCollectorInterface For data available during the process like logs, events, query...
Initial collector
Final collector
Stream collector
Stream collector are a little bit more complex because you need to listen events and stream the event data to the datasource.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email arnaud.lahaxe[at]versusmind.eu instead of using the issue tracker.
Credits
- LAHAXE Arnaud
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of profiler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
php-jsonpatch/php-jsonpatch Version 1.2.*
symfony/http-foundation Version ^2.7
symfony/finder Version ^2.7
symfony/filesystem Version ^2.7
symfony/event-dispatcher Version ^2.7
psr/log Version ^1.0
symfony/options-resolver Version ^2.7
twig/twig Version ~1.0
php-jsonpatch/php-jsonpatch Version 1.2.*
symfony/http-foundation Version ^2.7
symfony/finder Version ^2.7
symfony/filesystem Version ^2.7
symfony/event-dispatcher Version ^2.7
psr/log Version ^1.0
symfony/options-resolver Version ^2.7
twig/twig Version ~1.0
The package ndrx/profiler contains the following files
Loading the files please wait ....