ardagnsrn / devdumper-php
PHP library for dumping variables to DevDumper
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 3
Type:project
Requires
- php: ^7.4|^8.3
- guzzlehttp/guzzle: ^7.9.2
- ramsey/uuid: ^4.2|^4.7.5
Requires (Dev)
- phpmd/phpmd: ^2.6|^2.15.0
- phpunit/phpunit: ^6.0|^11.0.3
- squizlabs/php_codesniffer: ^3.0
- symfony/var-dumper: ^7.1.4
This package is auto-updated.
Last update: 2024-11-11 11:47:54 UTC
README
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
- Fork it.
- Create your feature branch (git checkout -b my-new-feature).
- Make your changes.
- Run the tests, adding new ones for your own code if necessary (phpunit).
- Commit your changes (git commit -am 'Added some feature').
- Push to the branch (git push origin my-new-feature).
- Create new pull request.
Also please refer to CONTRIBUTION.md.
License
Please refer to LICENSE.