picperf / breakdown
A little CLI tool for breaking down an HTTP request.
Installs: 81
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1|^8.2
- guzzlehttp/guzzle: ^6.0|^7.0
- illuminate/support: ^11.0|^12.0
- nunomaduro/termwind: ^1.0|^2.0
- symfony/console: ^6.0|^7.0
- symfony/http-foundation: ^6.0|^7.0
- twig/twig: ^2.0|^3.0
Requires (Dev)
- laravel/pint: ^1.22
- mockery/mockery: ^1.6.12
- pestphp/pest: ^3.7.1
- phpstan/phpstan: ^2.1
- symfony/var-dumper: ^7.3
README
A command-line tool for breaking down and analyzing HTTP requests. A web-based version of the tool also available here.
Breakdown is a CLI tool that helps you analyze HTTP requests, providing detailed information about request headers, response times, and other connection details.
Installation
You can install the package via composer:
composer global require picperf/breakdown
Usage
breakdown <url>
Metrics You'll Get
- time-to-first-byte (TTFB)
- response size
- redirects
- TCP connection duration
- TLS handshake speed
- DNS lookup time
- ...and maybe more!
License
The MIT License (MIT). Please see License File for more information.