draw/profiling
Laravel profiling tools for measuring performance and tracing requests. Capture timings, memory usage, and key execution steps to help identify slow endpoints and bottlenecks during development and debugging.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pbweb/xhprof | 0.84 | Laravel-friendly integration for XHProf profiling. Collect and store performance data (CPU, memory, call graphs) for your PHP requests, making it easier to analyze slow code paths and regressions during development or troubleshooting. | 0 | 0 | 0 | 2K | 0 | 0.0 | 46.5 | Apache-2.0 | — | |
| b2pweb/bdf-phpunit | 0.84 | Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. | 0 | 0 | 0 | 197 | 0 | 0.0 | 31.7 | MIT | — | |
| aeatech/snapshot-profiler-contracts | 0.83 | Contracts/interfaces for integrating a snapshot-based profiler into Laravel/PHP apps. Provides the core abstractions used by the Snapshot Profiler package ecosystem for capturing, storing, and reporting performance snapshots across implementations. | 0 | 0 | 0 | 33 | 0 | 0.0 | 21.3 | MIT | — | |
| laracraft-tech/laravel-xhprof | 0.83 | Laravel package integrating XHProf profiling into your app. Capture and review performance data for requests, analyze bottlenecks, and compare runs to optimize code, queries, and overall response time with minimal setup and overhead. | 236 | 235 | 11 | 7K | 0 | 25.7 | 31.3 | MIT | 2 months ago | |
| aureja/web-profiler-bundle | 0.83 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aeatech/web-snapshot-profiler-newrelic-bundle | 0.83 | Symfony bundle that integrates Web Snapshot Profiler with New Relic for production-grade request profiling. Configure app name/license and enable profiling selectively per route via headers, request params with probabilities, or profile all routes. Requires PHP 8.2+ and ext-newrelic. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| symfony/profiler-pack | 0.83 | Symfony Profiler Pack integrates the Symfony Profiler and Web Debug Toolbar into your app, giving detailed request/response insights, performance metrics, logs, and debugging panels. Ideal for local dev and troubleshooting during development. | 1,682 | 1,685 | 1 | 119K | 0 | 8.7 | 25.6 | MIT | 4 years ago | |
| symfony/web-profiler-bundle | 0.82 | Provides the Symfony Web Profiler and debug toolbar for development. Inspect requests, routing, templates, database queries, logs, events, and performance metrics via an in-browser UI to speed up debugging and optimization. | 0 | 2,256 | — | 3M | — | 42.1 | 51.4 | — | — | |
| chrisjohnson00/api-profiler-bundle | 0.82 | — | 2 | 2 | 0 | 0 | 0 | 0.3 | — | — | 12 years ago | |
| covex-nn/phpcb | 0.82 | PHP Code Beautifier (phpcb) for formatting and cleaning up PHP codebases. Helps apply consistent styling, improve readability, and standardize code output across projects and teams, suitable for use in local workflows or automation. | 2 | 2 | 2 | 27 | 0 | 0.0 | 9.8 | BSD-3-Clause | — | |
| elao/web-profiler-extra-bundle | 0.82 | Symfony Web Profiler add-on that adds extra panels for Routing, Service Container, Twig (extensions/tests/filters/functions), and Assetic. Enable per collector and optionally show in the web debug toolbar; intended for dev/test environments. | 261 | 269 | 47 | 1K | 1 | 2.5 | 7.7 | MIT | 7 years ago | |
| robiningelbrecht/phpunit-coverage-tools | 0.82 | Enforce minimum PHPUnit code coverage using Clover XML reports. Fails the test run with exit code 1 when coverage drops below a threshold—ideal for CI/CD and pre-commit hooks. Configure via phpunit.xml and run with --min-coverage plus --coverage-clover. | 17 | 17 | 4 | 15K | 1 | 21.4 | 46.0 | MIT | 2 months ago | |
| wyrihaximus/test-utilities | 0.82 | A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). | 7 | 7 | 1 | 51K | 6 | 29.9 | 65.4 | MIT | 1 month ago | |
| ascetic-soft/rowcast-profiler | 0.81 | — | 0 | 0 | 0 | 3 | 0 | 20.4 | 9.8 | — | 1 week ago | |
| perftools/php-profiler | 0.81 | A low-overhead PHP profiler extension plus client library for collecting and exporting performance data. Capture CPU and memory usage for scripts and web requests, then send profiles to compatible backends for analysis and visualization. | 165 | 164 | 29 | 45K | 1 | 2.3 | 35.5 | MIT | — | |
| aeatech/snapshot-profiler | 0.81 | Laravel/PHP snapshot profiler that captures lightweight performance snapshots of requests and code execution. Helps you track timing, memory usage, and key metrics over time for debugging and regression detection, with simple integration into existing apps. | 0 | 0 | 0 | 34 | 0 | 0.0 | 21.3 | MIT | — | |
| draw/draw-test-helper-bundle | 0.81 | — | 0 | 0 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| dek-cz/mssql-profiler-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | GPL-3.0 | — | |
| acseo/profiler-cli | 0.81 | Symfony bundle adding a CLI to browse Symfony Profiler data: list recent tokens, filter by IP/URL/method/date, inspect a token’s request details (headers/body), and export generated curl commands. Works with Symfony 5/6 and PHP 7.4+. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| draw/tester | 0.80 | Tools for testing PHP apps: DataTester wraps PHPUnit assertions with a fluent, path-based API for arrays/objects. Includes PHPUnit extensions like CarbonReset to reset Carbon state between tests and SetUpAutowire to autowire test properties via attributes. | 0 | 0 | 0 | 2K | 0 | 0.0 | 44.8 | MIT | — |
How can I help you explore Laravel packages today?