Download the PHP package bdk/debug without Composer
On this page you can find all versions of the php package bdk/debug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package debug
Short Description Browser/javascript like console class for PHP
License MIT
Homepage http://bradkent.com/php/debug
Informations about the package debug
PHPDebugConsole
Browser/javascript like console class for PHP
Website/Usage/Examples: http://www.bradkent.com/php/debug
- PHP port of the javascript web console api
- multiple simultaneous output options
- ChromeLogger
- FirePHP (no FirePHP dependency!)
- HTML
- Plain text / file
- <script>
- WebSocket (WAMP)
- "plugin"
- "Collectors" / wrappers for
- Guzzle
- Doctrine
- Mysqli
- PDO
- PhpCurlClass
- SimpleCache
- SoapClient
- SwiftMailer
- more
- PSR-3 (Logger) Implementation
- PSR-15 (Middleware) Implementation
- custom error handler
- errors (even fatal) are captured / logged / displayed
- optionally send error notices via email (throttled as to not to send out a flood of emails)
- password protected
- send debug log via email
Installation
This library supports PHP 5.4 - 8.4
It is installable and autoloadable via Composer as bdk/debug.
installation without Composer
As of v3.3 this is no longer officially supported due to now requiring one or more dependencies.
Usage
See http://www.bradkent.com/php/debug
PSR-3 Usage
PHPDebugConsole includes a PSR-3 implementation (which can be used as a monolog PSR handler). If you're using a application or library that uses these standards, drop PHPDebugConsole right in.
(this library includes neither psr/log or monolog/monolog. Include separately if needed.)
PSR-3:
monolog:
Methods
- log
- info
- warn
- error
- assert
- clear
- count
- countReset
- group
- groupCollapsed
- groupEnd
- profile
- profileEnd
- table
- time
- timeEnd
- timeLog
- trace
- … more
Tests / Quality
Changelog
All versions of debug with dependencies
bdk/http-message Version ^1.3.3 || ^2.3.3 || ^3.3.3
jdorn/sql-formatter Version ^1.2