Download the PHP package bvanhoekelen/performance without Composer
On this page you can find all versions of the php package bvanhoekelen/performance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bvanhoekelen/performance
More information about bvanhoekelen/performance
Files in bvanhoekelen/performance
Package performance
Short Description PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
License Apache-2.0
Rated 5.00 based on 1 reviews
Informations about the package performance
⏱ PHP Performance tool 🛠
Highlight
- Measure easily the performance of your PHP script across multiple platforms
- Support for Laravel framework » Laravel
- Support interface web, web console and command line
- Export results to class, file or json string » how to use query logging
- Print information about PHP version, max exaction time and max memory
- Display current user and process id » how to display username and process id
- Support multiple points » how to use multiple points
- Measure time, memory usage and memory peak
- Switch automatically between interfaces
- Log database queries » how to use query logging
- Live function » how to use
- Easy to install » installation
- Support PHP version 5.6, 7.0, 7.1, 7.2
- Clearly and active wiki » Wiki
- Love feedback » backlog or create issues
Easy to use
See the function overview for more functions.
Web preview
Command line preview
Web console
See how to export data.
See more info over data review.
Functions
Set measuring point with or without label
Finish previous measuring point
Finish all measuring points and return test results
See the function overview for more.
Command line
Run the performance test for the command line
Help, docs and links
Backlog & Feedback
If you have any suggestions to improve this performance tool? Please add your feature, bug or improvement to the BACKLOG.dm. Or create a issues.
Installation
Install with Laravel
Get PHP performance tool by running the Composer command in the command line.
Open your file for the performance test.
Install with Composer
Get PHP performance by running the Composer command in the command line.
Open your file for the performance test.