PHP Libraries › php-debugbar › php-debugbar PHP DebugBar is a powerful debugging tool for PHP developers, providing insights on performance, queries, errors, and more.
Package Description PHP DebugBar is a comprehensive PHP debugging library that offers detailed insights on various performance metrics, database queries, errors, and other critical aspects of your PHP application. It enhances the development process by providing a detailed overview of the application's performance and behavior.
Classes: DebugBar\DebugBar DebugBar\PhpHttpDriver DebugBar\DataCollector\AssetProvider DebugBar\DataCollector\MemoryCollector DebugBar\DataCollector\DataCollector DebugBar\DataCollector\MessagesCollector DebugBar\DataCollector\LocalizationCollector DebugBar\DataCollector\ObjectCountCollector DebugBar\DataCollector\PDO\TracedStatement DebugBar\DataCollector\PDO\TraceablePDO DebugBar\DataCollector\PDO\PDOCollector DebugBar\DataCollector\PDO\TraceablePDOStatement DebugBar\DataCollector\MessagesAggregateInterface DebugBar\DataCollector\ConfigCollector DebugBar\DataCollector\DataCollectorInterface DebugBar\DataCollector\TimeDataCollector DebugBar\DataCollector\RequestDataCollector DebugBar\DataCollector\PhpInfoCollector DebugBar\DataCollector\AggregatedCollector DebugBar\DataCollector\ExceptionsCollector DebugBar\DataCollector\Renderable DebugBar\RequestIdGenerator DebugBar\StandardDebugBar DebugBar\Bridge\Symfony\SymfonyMailCollector DebugBar\Bridge\NamespacedTwigProfileCollector DebugBar\Bridge\TwigProfileCollector DebugBar\Bridge\Twig\DebugTwigExtension DebugBar\Bridge\Twig\MeasureTwigTokenParser DebugBar\Bridge\Twig\TraceableTwigEnvironment DebugBar\Bridge\Twig\TimeableTwigExtensionProfiler DebugBar\Bridge\Twig\MeasureTwigNode DebugBar\Bridge\Twig\DumpTwigExtension DebugBar\Bridge\Twig\TraceableTwigTemplate DebugBar\Bridge\Twig\TwigCollector DebugBar\Bridge\Twig\MeasureTwigExtension DebugBar\Bridge\SwiftMailer\SwiftMailCollector DebugBar\Bridge\SwiftMailer\SwiftLogCollector DebugBar\Bridge\PropelCollector DebugBar\Bridge\DoctrineCollector DebugBar\Bridge\SlimCollector DebugBar\Bridge\Propel2Collector DebugBar\Bridge\CacheCacheCollector DebugBar\Bridge\MonologCollector DebugBar\HttpDriverInterface DebugBar\DebugBarException DebugBar\RequestIdGeneratorInterface DebugBar\Storage\StorageInterface DebugBar\Storage\FileStorage DebugBar\Storage\PdoStorage DebugBar\Storage\MemcachedStorage DebugBar\Storage\RedisStorage DebugBar\JavascriptRenderer DebugBar\DataFormatter\VarDumper\DebugBarHtmlDumper DebugBar\DataFormatter\DebugBarVarDumper DebugBar\DataFormatter\DataFormatter DebugBar\DataFormatter\HasDataFormatter DebugBar\DataFormatter\DataFormatterInterface DebugBar\DataFormatter\HasXdebugLinks DebugBar\OpenHandler Close Previous Versions Code Integration Example Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/php-debugbar/php-debugbar/2.2.4/loader.php';
echo '✅ Library loaded.';
?>
Report a broken download or code We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion Ask questions, share tips, or report issues below.