Provides mechanisms for walking through any arbitrary PHP variable

v1.0.0 2022-09-02 14:18 UTC

This package is auto-updated.

Last update: 2024-04-30 00:51:15 UTC


README

Maintainer Source Code PHP from Packagist Latest Version Software License Build Quality Score Total Downloads

Dump and Direction is a small set of functions developed for Laravel's abstract function.

Dump and Die Library é um pequeno conjunto de funções desenvolvidas para abstrair a função similar do Laravel.

Highlights

  • Simple installation (Instalação simples)
  • Abstraction of a function similar to Laravel's dd() (Abstração de uma função similar à dd() do Laravel)

Installation

DD is available via Composer:

"marcolamr/dd": "^1.0"

or run

composer require marcolamr/dd

Documentation

How to use:

<?php

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

dd(true);