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

v1.0.1 2020-03-18 21:25 UTC

This package is auto-updated.

Last update: 2025-11-23 06:40:13 UTC


README

Total Downloads Latest Stable Version

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