# Contributte > DEV

# Content

# Install

composer require contributte/dev
1

# Usage

 * @function d - dump;
 * @function dd - dump; die;
 * @function ed - echo; die;
 * @function fd - foreach dump;
 * @function fdd - foreach dump; die;
 * @function td - table dump;
 * @function tdd - table dump; die;
 * @function bd - barDump;
 * @function wc - where called (backtrace)
 * @function ss - convert to shortcut;
 * @function e - show debug bar;
 * @function l - log message
 * @function erd - throw error and dump parameters
 * @function c - return instance
 * @function cl - clone instance
 * @function callback - call object method
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16