sixlive / dd-helpers
Additional dump and die helpers
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/sixlive/dd-helpers
Requires
- php: ^7.2
- symfony/var-dumper: ^4.3
This package is auto-updated.
Last update: 2021-11-29 02:50:36 UTC
README
Installation
You can install the package via composer:
composer require sixlive/dd-helpers
Usage
dd_if($value, true === true); dd_if($value, function ($value) { return $value === 'foo'; }); foreach($foo in $bar) { dump_until($foo, function ($foo) use ($bar) { return $bar === 'baz'; }); }
Testing
Not even sure how this could be tested.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email oss@tjmiller.co instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.