PHPackages                             jeantet/exotic\_dumper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeantet/exotic\_dumper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jeantet/exotic\_dumper
======================

A composer package to dump var in new ways.

1.0.7(3y ago)2374MITPHP

Since Sep 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/chauve-dev/exotic_dumper)[ Packagist](https://packagist.org/packages/jeantet/exotic_dumper)[ RSS](/packages/jeantet-exotic-dumper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (9)Used By (0)

exotic dumper
=============

[](#exotic-dumper)

This package allow you to dump data in new ways. It's based on symfony serializer and dumper.

Functions
---------

[](#functions)

Currently there is only two functions One to display the dump in a small window on the page

### pretty\_dump

[](#pretty_dump)

the parameters are :

- array|object : data to print
- bool : should hide by default the dump (display it in line on the bottom of the page)
- string : name of the dump (it should display in the titlebar of the dump)

```
