2017 © Pedro Peláez
 

library php-var-dump

html var dump with syntax highlighting

image

christophehurpeau/php-var-dump

html var dump with syntax highlighting

  • Thursday, September 25, 2014
  • by christophe-hurpeau
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

php-var-dump

html var dump with syntax highlighting, (*1)

How to use

$formatter = new HtmlFormatter();
$varDump = new VarDump($this->formatter, 99);
echo '
<html style="margin:0; padding:0;">
    <body style="margin:0; padding:0;">
        <pre>' . $varDump->dump($data) . '</pre>
    </body>
</html>';

The Versions

25/09 2014

dev-master

9999999-dev

html var dump with syntax highlighting

  Sources   Download

MIT

The Development Requires

25/09 2014

1.0.2

1.0.2.0

html var dump with syntax highlighting

  Sources   Download

MIT

The Development Requires

24/09 2014

1.0.1

1.0.1.0

html var dump with syntax highlighting

  Sources   Download

MIT

The Development Requires

24/09 2014

1.0.0

1.0.0.0

html var dump with syntax highlighting

  Sources   Download

The Development Requires