Skip to content

Easy to use PHP function for inspecting objects and variables in debug time.

Notifications You must be signed in to change notification settings

neitanod/inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inspect

Easy to use PHP function for inspecting objects and variables in debug time.

  \Neitanod\Inspect::view($object_to_inspect);

or:

  use Neitanod\Inspect;

  Inspect::view($object_to_inspect);

See demo_es.php for a quick demo in spanish.

About

Easy to use PHP function for inspecting objects and variables in debug time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published