Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

00f100/phpdbug

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

00f100/phpdbug

Package to debug everything in PHP

Source
Packagist
Version
0.5.0
Version published
Maintainers
1
Created
Source

phpdbug

Debug for PHP scripts

Total Downloads

Installation

Run on terminal:


composer require 00f100/phpdbug

Or add in your composer.json


"require-dev": {
    "00f100/phpdbug": "*"
},

Usage

Run in your code:

<?php

$var = array(
   'foo' => 'bar'
);

// Force die
debug($var);
// or
d($var);

// Non-force die
debug($var, false);
// or
d($var, false);

FAQs

Package last updated on 17 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts