1.2.2 • Published 6 years ago

var_dumpphp v1.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

var_dumpPHP

Javascript extension to style PHP's var_dump with xdebug.

var_dump's are positioned absolute on top of the page. You can hide each of them by clicking on it.

Instalation

Install it with npm, and include in your source like any node package:

npm install --save var_dump_php

Or download it and put this directly in html

    <script type="module">
      import var_dump from './var_dumpphp.js'
      document.addEventListener('DOMContentLoaded', var_dump)
    </script>

Dependencies

https://xdebug.org Xdebug is an extension for PHP and have to by installed. It upgrades PHP's var_dump() function.

Screenshoot

screenshoot

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago