PHPackages                             sebastian/exporter - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. sebastian/exporter

ActiveLibrary[Testing &amp; Quality](/categories/testing)

sebastian/exporter
==================

Provides the functionality to export PHP variables for visualization

8.0.0(3mo ago)6.8k882.7M—1.1%36[5 issues](https://github.com/sebastianbergmann/exporter/issues)[3 PRs](https://github.com/sebastianbergmann/exporter/pulls)20BSD-3-ClausePHPPHP &gt;=8.4CI passing

Since Jul 9Pushed today8 watchersCompare

[ Source](https://github.com/sebastianbergmann/exporter)[ Packagist](https://packagist.org/packages/sebastian/exporter)[ Docs](https://www.github.com/sebastianbergmann/exporter)[ GitHub Sponsors](https://github.com/sebastianbergmann)[ Fund](https://liberapay.com/sebastianbergmann)[ RSS](/packages/sebastian-exporter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (56)Used By (20)

[![Latest Stable Version](https://camo.githubusercontent.com/6b70ef10cf75cce746fa6fb63950a82663c19203ada60b18bcc58ea6a5c3a17e/68747470733a2f2f706f7365722e707567782e6f72672f73656261737469616e2f6578706f727465722f76)](https://packagist.org/packages/sebastian/exporter)[![CI Status](https://github.com/sebastianbergmann/exporter/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/exporter/actions)[![codecov](https://camo.githubusercontent.com/239283c439c4b6b47b1a30b9369dca8030f68ae6a795d653e6232cee2d611df7/68747470733a2f2f636f6465636f762e696f2f67682f73656261737469616e626572676d616e6e2f6578706f727465722f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/sebastianbergmann/exporter)

sebastian/exporter
==================

[](#sebastianexporter)

This component provides the functionality to export PHP variables for visualization.

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

[](#installation)

You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):

```
composer require sebastian/exporter

```

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

```
composer require --dev sebastian/exporter

```

Usage
-----

[](#usage)

Exporting:

```
