PHPackages                             omouren/external-var-dumper-bundle - 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. [API Development](/categories/api)
4. /
5. omouren/external-var-dumper-bundle

ActiveSymfony-bundle[API Development](/categories/api)

omouren/external-var-dumper-bundle
==================================

Externalize Symfony VarDumper dumps

2.0.2(5mo ago)650.4k↑18.6%2[1 PRs](https://github.com/omouren/external-var-dumper-bundle/pulls)MITPHPPHP &gt;=7.0.0

Since Oct 15Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/omouren/external-var-dumper-bundle)[ Packagist](https://packagist.org/packages/omouren/external-var-dumper-bundle)[ RSS](/packages/omouren-external-var-dumper-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (4)Versions (13)Used By (0)

ExternalVarDumperBundle
=======================

[](#externalvardumperbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/227140f4e2531bd5170e5c6ca3c0ea9b925d3a09d752c850d958a6af3474ea42/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36393464646335302d306461622d346431312d393632642d6539373334303464386365322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/694ddc50-0dab-4d11-962d-e973404d8ce2)

The **ExternalVarDumperBundle** allows you to redirect Symfony dumps (VarDumper) to an external web service. Usefull to debug applications like REST APIs, background console commands or other applications that you don't have a direct output or that you can't break with a dump in the middle of the response.

Installation
------------

[](#installation)

Via Composer

```
$ composer require omouren/external-var-dumper-bundle
```

Register the bundle in the application kernel :

```
