PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joris Vandeweerd   PHP var_dump Pretty   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP var_dump Pretty
Display the values of variables in readable format
Author: By
Last change:
Date: 6 years ago
Size: 377 bytes
 

Contents

Class file image Download
{ "name": "kayalion/vardump", "description": "Helper library to print variables for debugging purposes", "type": "library", "keywords": ["debug"], "license": "MIT", "authors": [ { "name": "Joris Vandeweerd", "email": "kayalion@kayalion.net" } ], "autoload": { "files": ["src/VarDump.php"] } }