Skip to content

martinmdev/php-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Debug functions

codecov Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Usage

<?php

require __DIR__ . '/../../vendor/autoload.php';

use Martinm\Debug\DebugHelper;

DebugHelper::create()->a('http://example.com/foo/bar');

// prints:
// <a href="http://example.com/foo/bar" target="_blank">http://example.com/foo/bar</a><br />


vd([
    'x' => 1,
]);

// prints:
//  array(1) {
//     'x' =>
//     int(1)
//   }

Installation

composer require martinmdev/php-debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages