xDebug
Xdebug — Step Debugger and Debugging Aid for PHP (by xdebug)
PHPBench
PHP Benchmarking framework (by phpbench)
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- Revelo Payroll - Free Global Payroll designed for tech teams
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SonarLint - Clean code begins in your IDE with SonarLint
xDebug | PHPBench | |
---|---|---|
25 | 2 | |
2,940 | 1,768 | |
0.8% | 0.8% | |
6.6 | 0.0 | |
5 days ago | 8 days ago | |
PHP | PHP | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xDebug
Posts with mentions or reviews of xDebug.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-06.
-
Docker environment for WordPress development
Is a Docker WordPress Environment focused on the development of WordPress plugins and themes, supports WP-CLI, phpMyAdmin, Xdebug and WordPress Coding Standards - WPCS.
-
Moving from Java to PHP Project
I've gotten a lot of mileage out of Psalm, a static analysis tool that can help you identify potential bugs and things that might not be considered best practice, and XDebug, a debugging and profiling extension for PHP.
-
Your experience switching from vanilla PHP spaghetti/OOP to Symfony?
Step debugger
-
How to Use a Debugger in PHP
XDebug
-
How to step debug PHP code with Xdebug and PhpStorm on a DDEV setup
Xdebug, per the official website, “is an extension for PHP, and provides a range of features to improve the PHP development experience”.
-
How can I see a variable in the browser?
or var-dump() but what you probably want is a step debugger like XDebug.
There's FirePHP (I've never used it) but the most straightforward way to inspect variables is Xdebug (supported by PhpStorm, Visual Studio Code and NetBeans).
-
Modern tools for PHP developers
Before the introduction of debuggers like XDebug and ZendDebugger, developers were forced to spend excessive time understanding the root cause of an application’s misbehavior.
-
Weekly "ask anything" thread
Using Xdebug's profiling features. This takes some time to learn and setting up to your environment.
-
How to setup an automated testing pipeline with Codecov and GitHub Actions.
Setup PHP with XDebug: This section installs PHP with XDebug, which is a PHP extension that is critical to generating the coverage report file labeled "coverage.xml". For projects written in other programming languages, this section of the CI pipeline is usually where necessary setup for running the unit tests is done.
PHPBench
Posts with mentions or reviews of PHPBench.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-22.
-
Comparing PHP Collections
I used phpbench to measure performance. I think one of the big differences between all the solutions is the type checking. So I decided to try measure it. How much faster will code with/without type checking?
-
Benchmark: Mezon Router is up to 196 tomes faster then Hoa Router
use phpbench
What are some alternatives?
When comparing xDebug and PHPBench you can also consider the following projects:
PHPDBG
XHProf - XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
PHP Debug Bar - Debug bar for PHP
Kint - Kint - a powerful and modern PHP debugging tool.
Tracy - 😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
Barbushin PHP Console - Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
APM - PHP APM (Alternative PHP Monitor)
Dephpugger - Php Debugger to run in terminal to debug your code easily.
PHP Console - PHP Debug Console
Dontbug Debugger