PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Arda Günsüren   Dev Dumper PHP   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Dev Dumper PHP
Show the values of PHP variables in an HTML page
Author: By
Last change:
Date: 7 days ago
Size: 1,424 bytes
 

Contents

Class file image Download

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.