A Debug information dumper function, with automatic output escaping where necessary.
Installs: 16 718
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
Requires (Dev)
- phpunit/phpunit: ^9.5
README
A Debug information dumper function, with automatic output escaping where necessary.
MIT Licence
Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Contact: info@netsilik.nl
Latest version available at: https://gitlab.com/Netsilik/d
Usage
$foo = 123; d($foo); // int(123)
Installation
composer require netsilik/d