2017 © Pedro Peláez
 

functions dump-die-shortcuts

Shortcut functions for symfony VarDumper component

image

ivoba/dump-die-shortcuts

Shortcut functions for symfony VarDumper component

  • Wednesday, November 8, 2017
  • by ivoba
  • Repository
  • 1 Watchers
  • 3 Stars
  • 21 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

d($var); dd($var); shortcut functions for symfony's VarDumper component

Build Status, (*1)

Though this functions were rejected by symfony core team, it will probably still save tons of keystrokes around the world.
Also see: https://github.com/ivoba/dump-die, (*2)

Installation

composer require ivoba/dump-die-shortcuts --dev

Usage

d($var); // shortcut for dump($var);
dd($var); // shortcut for dump_die($var);

Credits

https://github.com/symfony/symfony/pull/13657
https://github.com/symfony/symfony/pull/17267
https://github.com/symfony/symfony/pull/19096, (*3)

one function package ;) npm style..., (*4)

The Versions

08/11 2017

dev-master

9999999-dev https://github.com/ivoba/dump-die-shortcuts

Shortcut functions for symfony VarDumper component

  Sources   Download

MIT

The Requires

 

The Development Requires

debug shortcuts dump dump-die

08/11 2017

1.0.0

1.0.0.0 https://github.com/ivoba/dump-die-shortcuts

Shortcut functions for symfony VarDumper component

  Sources   Download

MIT

The Requires

 

The Development Requires

debug shortcuts dump dump-die