Skip to content

rafaelnery/PHPUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmaintained Repo

PHPUtils

CodeQuality Build Version Downloads

Available Features

Dump

Wrapper for Symfony's VarDumper Component

<?php
//@TODO

dump_sql

Wrapper for jdorn/sql-formatter

<?php
//@TODO

kill(dump + die)

Executes dump and die()

<?php
//@TODO

kill_sql(dump_sql + die)

Executes dump_sql and die()

<?php
//@TODO

debug_array

Implements ArrayObject class, for debug messages when an position in array is changed, returned or tested with empty

<?php
//@TODO