laurentelgard / helparr
Quick debug functions to help with PHP arrays
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/laurentelgard/helparr
Requires
- php: >=4.3
This package is auto-updated.
Last update: 2025-11-23 06:40:13 UTC
README
Quick debug functions to help with PHP arrays
Installation
Install the latest version with
$ composer require laurentelgard/helparr
Basic Usage
<?php // prints array content p($_ENV, true); // prints array content and dies d($_ENV, true);
Requirements
- helparr works with any PHP version >= 4.0