iter8/dd-helpers
Various dump and debug helpers
Maintainers
1.1.4
2018-11-23 03:21 UTC
Requires
- php: ~7.1
- symfony/var-dumper: ^3.4|^4.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT dc70bbb7b9d3391d56d24f838e29d0f52d55b618
- Dan Barrett <dan.woop@iter8.com.au>
README
dd
Heavily inspired by Laravel, the dd function can be provided 1 or more arguments which are passed on to the Symfony VarDumper to be nicely formatted before dieing.
ddl
Displays the line number where it was called and then dies.
