PHP Classes

How Can PHP Print Variable Value in HTML Using the Package Dev Dumper PHP: Show the values of PHP variables in an HTML page

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-08-16 (Yesterday) RSS 2.0 feedNot yet rated by the usersTotal: 18 This week: 18All time: 11,300 This week: 6Up
Version License PHP version Categories
devdumper-php 1.0Custom (specified...7HTML, Debug, PHP 7
Description 

Author

This package can show the values of PHP variables in an HTML page.

It provides a class that extends the CLI dumper class to customize the presentation of the variable values to make it suitable to display in HTML pages.

The class provides custom CSS styles to format the output of the variable values.

Picture of Arda Günsüren
  Performance   Level  
Name: Arda Günsüren <contact>
Classes: 2 packages by
Country: Turkey Turkey

Documentation

DevDumper PHP

Latest Stable Version License composer.lock Total Downloads

This is a simple PHP library for debugging purposes. It is a simple and easy to use library that can be used to dump variables in a more readable format.

Requirements

  • PHP >= 7.4;
  • composer.

Installation

composer require ardagnsrn/devdumper-php

Contributing

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Make your changes.
  4. Run the tests, adding new ones for your own code if necessary (phpunit).
  5. Commit your changes (git commit -am 'Added some feature').
  6. Push to the branch (git push origin my-new-feature).
  7. Create new pull request.

Also please refer to CONTRIBUTION.md.

License

Please refer to LICENSE.


  Files folder image Files (22)  
File Role Description
Files folder imagesrc (4 files, 3 directories)
Files folder imagetests (1 file, 1 directory)
Accessible without login Plain text file .phpunit.result.cache Data Auxiliary data
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file CHANGELOG.md Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file CONTRIBUTION.md Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login HTML file test.html Doc. Documentation

  Files folder image Files (22)  /  src  
File Role Description
Files folder imageDumper (1 file)
Files folder imageExceptions (2 files)
Files folder imagePayloads (3 files)
  Plain text file Backtrace.php Class Class source
  Plain text file DevDumper.php Class Class source
  Accessible without login Plain text file helpers.php Aux. Auxiliary script
  Plain text file Request.php Class Class source

  Files folder image Files (22)  /  src  /  Dumper  
File Role Description
  Plain text file CustomDumper.php Class Class source

  Files folder image Files (22)  /  src  /  Exceptions  
File Role Description
  Plain text file PayloadValidationException.php Class Class source
  Plain text file ServerIsNotRunningException.php Class Class source

  Files folder image Files (22)  /  src  /  Payloads  
File Role Description
  Plain text file ColorPayload.php Class Class source
  Plain text file LogPayload.php Class Class source
  Plain text file Payload.php Class Class source

  Files folder image Files (22)  /  tests  
File Role Description
Files folder imagesuites (1 directory)
  Accessible without login Plain text file bootstrap.php Aux. Configuration script

  Files folder image Files (22)  /  tests  /  suites  
File Role Description
Files folder imagemain (1 file)

  Files folder image Files (22)  /  tests  /  suites  /  main  
File Role Description
  Plain text file MainTest.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:18
This week:18
All time:11,300
This week:6Up