Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devidw/debug
A PHP libary for debugging.
https://github.com/devidw/debug
atom-one atom-one-dark composer composer-package debug debugging dump dumper highlightjs libary packagist php php-debug syntax-highlighting
Last synced: about 2 months ago
JSON representation
A PHP libary for debugging.
- Host: GitHub
- URL: https://github.com/devidw/debug
- Owner: devidw
- License: mit
- Created: 2022-02-04T20:14:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T20:34:01.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T21:04:32.970Z (3 months ago)
- Topics: atom-one, atom-one-dark, composer, composer-package, debug, debugging, dump, dumper, highlightjs, libary, packagist, php, php-debug, syntax-highlighting
- Language: PHP
- Homepage: https://packagist.org/packages/devidw/debug
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= Debug
A PHP libary for debugging.
== Installation
You can install the libary with `composer`:[source,zsh]
----
composer require devidw/debug
----== Usage
[source,php]
----
require_once __DIR__ . '/vendor/autoload.php';use Devidw\Debug\Debug;
Debug::dump($var);
----***
Syntax highlighting is done using https://highlightjs.org/[highlight.js] and the _Atom One Dark_ Theme.