facebook/xhprof
XHProf is a lightweight PHP function-level profiler for measuring performance and memory usage. Collects call graphs, timing, and resource metrics to help find bottlenecks in production or development, with data suitable for analysis and visualization.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laracraft-tech/laravel-xhprof | 0.85 | Laravel package to integrate XHProf profiling into your app. Capture and store performance profiles for requests and jobs, view results via a simple UI, and analyze bottlenecks to optimize code and database queries. | 235 | 235 | 11 | 11K | 0 | 20.3 | 26.4 | MIT | 3 months ago | |
| 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 | 3K | 0 | 0.0 | 47.3 | Apache-2.0 | — | |
| aeatech/web-snapshot-profiler-xhprof-bundle | 0.83 | Symfony bundle for production-friendly web profiling with XHProf and XHGui. Capture snapshot profiles per request, control sampling via route/header/request param matchers, and configure flags for memory/internal function data. Requires PHP 8.2+ and ext-xhprof. | 0 | 0 | 0 | 23 | 0 | 0.0 | 19.1 | MIT | — | |
| aeatech/cli-snapshot-profiler-xhprof-bundle | 0.83 | Symfony bundle for profiling CLI commands with xhprof and exporting snapshots to XHGui. Supports PHP 8.2+, production-safe profiling toggles, app version tagging, xhprof flags, and flexible command/event matching to profile all or selected commands. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| perftools/php-profiler | 0.83 | 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.2 | MIT | — | |
| aeatech/snapshot-profiler | 0.83 | 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 | 23 | 0 | 0.0 | 19.1 | MIT | — | |
| aferrandini/xhprof-bundle | 0.82 | Laravel-friendly integration of XHProf profiling: collect and view performance data for your app, track request timings and call graphs, and store runs for comparison. Useful for spotting bottlenecks in production-like environments. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 12 years ago | |
| perftools/xhgui-collector | 0.82 | Standalone XHProf data collector for storing profiles compatible with XHGUI (0.2–0.9). Supports PHP 5.3+, minimal dependencies, configurable storage/collection. Use via auto_prepend_file (web) or header for CLI. Being phased out; use perftools/php-profiler for new installs. | 33 | 33 | 35 | 5K | 0 | 2.6 | 21.6 | — | 6 years ago | |
| jns/xhprof-bundle | 0.81 | — | 208 | 212 | 46 | 36 | 8 | 2.8 | 2.5 | — | 10 years ago | |
| cristiansitov/xhprof-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| clamidity/profiler-bundle | 0.81 | — | 3 | 3 | 1 | 0 | 1 | 0.1 | — | — | — | |
| eloquent/phony-phpunit | 0.61 | Integration of the Phony mocking/stubbing library with PHPUnit, providing helpers to use Phony in your test suite. Note: this package is no longer maintained; see the linked statement and consider alternatives or the main Phony repo. | 6 | 6 | 3 | 929 | 0 | 1.6 | 20.7 | MIT | 5 years ago | |
| m6web/redis-mock | 0.61 | — | 83 | 83 | 58 | 53K | 15 | 15.5 | 42.9 | MIT | 3 years ago | |
| phake/phake | 0.60 | Phake is a PHP mocking framework for PHPUnit and other test runners. Create mocks, stubs, and spies with a simple API, verify method calls and arguments, and define return values or exceptions—ideal for fast, isolated unit tests. | 475 | 483 | 86 | 66K | 13 | 31.3 | 39.7 | NOASSERTION | 4 months ago | |
| mockery/mockery | 0.58 | Mockery is a flexible PHP mock object framework for unit testing with PHPUnit, PHPSpec, and more. It provides a readable DSL to define expectations and interactions, integrates cleanly with PHPUnit, and can be used alongside PHPUnit’s own mocking tools. | 10,725 | 10,807 | 465 | 9M | 105 | 68.0 | 62.2 | BSD-3-Clause | 2 years ago | |
| eloquent/phony | 0.58 | — | 194 | 196 | 7 | 2K | 8 | 6.2 | 11.1 | MIT | 5 years ago | |
| behat/behat | 0.58 | Behat is a PHP BDD framework for testing business expectations with executable specifications. Install via Composer and run scenarios from the CLI. Ideal for acceptance and behavior-driven tests, with strong docs and semantic versioning. | 3,959 | 4,001 | 614 | 2M | 49 | 76.3 | 60.3 | MIT | 1 month ago | |
| behat/gherkin | 0.57 | behat/gherkin is a PHP library for parsing the Gherkin language used in BDD. Read and tokenize feature files, build an AST, and integrate with Behat or other test runners to execute human-readable scenarios in your test suite. | 1,062 | 1,068 | 93 | 3M | 7 | 34.5 | 57.4 | MIT | 1 month ago | |
| reecem/mocker | 0.57 | A lightweight Laravel-friendly mocking helper for PHP tests. Quickly define and swap mocks, set expectations, and control return values to simplify unit and feature testing. Designed to reduce boilerplate and keep test setup clean and readable. | 7 | 7 | 16 | 2K | 2 | 4.3 | 32.2 | MIT | 3 years ago | |
| mpyw/mockery-pdo | 0.57 | Experimental BDD-style PDO mocking library built on mockery/mockery. Define expectations for prepare/bind/execute and return rows via fetch/fetchAll in a fluent API, making PDO-based code easy to test on PHP 8.2+. | 3 | 3 | 2 | 2K | 1 | 11.8 | 41.3 | MIT | 5 months ago |
How can I help you explore Laravel packages today?