ardagnsrn/devdumper-php

PHP library for dumping variables to DevDumper

v2.2.0 2024-03-02 09:27 UTC

This package is auto-updated.

Last update: 2024-05-01 00:13:23 UTC


README

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.