PHPackages                             f4lk0n/core-dev - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. f4lk0n/core-dev

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

f4lk0n/core-dev
===============

Debug helper

v1.0.0(2y ago)03MITPHPPHP &gt;=8.1

Since May 15Pushed 2y agoCompare

[ Source](https://github.com/FalkonCorp/core-dev)[ Packagist](https://packagist.org/packages/f4lk0n/core-dev)[ Docs](https://github.com/FalkonCorp/core-dev)[ RSS](/packages/f4lk0n-core-dev/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

CORE DEV
========

[](#core-dev)

(PHP Composer Source Repository) Useful functions to debug server behavior, and provide a formated and structurated response.

VDD
---

[](#vdd)

F4lk0n VarDump functions to help visualize variable contents. Useful when, for some reason you don't have XDebug installed on the server and need to perform a quick analisys of the variables contents.

### Content

[](#content)

#### Features:

[](#features)

- Indicate variables types;
- Indicate file and line of the caller; (When available at the server);
- HTML formated output;
- Stylized output;
- Short name for easy typing while developing;

#### To Do (Future):

[](#to-do-future)

- Avoid circular reference;
- Customize output style;

### Install

[](#install)

With compose add it to the required depencies:

```
  "require": {
    "f4lk0n/core-dev": "*"
  },
```

Manually, require all files or just the desired ones from the `src/` folder:

```
