There is no license information available for the latest version (1.0.0) of this package.

N/A

Installs: 5 433

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/karim-qaderi/php-dd

1.0.0 2019-03-27 10:01 UTC

This package is auto-updated.

Last update: 2025-09-28 00:45:34 UTC


README

composer require karim-qaderi/php-dd

use

dd([
    'TestKey' => 'Test' ,
    'TestKey_2' => [ 'Test 1' , 'Test 2' ],
]);