PHPackages                             gdv/livedebug - 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. gdv/livedebug

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

gdv/livedebug
=============

PHP Library to use with livedebug docker image

v1.0.2(2y ago)0224MITPHPPHP 8.\*

Since Jan 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/gdevreese/livedebug-php)[ Packagist](https://packagist.org/packages/gdv/livedebug)[ RSS](/packages/gdv-livedebug/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Livedebug PHP Helper
====================

[](#livedebug-php-helper)

Use in conjunction with [guillaumedevreese/livedebug](https://github.com/gdevreese/livedebug-docker) docker image. This allows you to debug PHP code without XDEBUG, print Kint output to external UI without stopping the process execution.

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

[](#installation)

```
composer require --dev gdv/livedebug
```

Configuration
-------------

[](#configuration)

Available environment variables:

- LIVEDEBUG\_INTERNAL\_PORT: Internal exposed port to listen on (default: 3030)
- LIVEDEBUG\_INTERNAL\_HOST: Host to send data on (default: host.docker.internal)
- LIVEDEBUG\_INTERNAL\_PROTOCOL: Protocol to use (default: http)

Usage
-----

[](#usage)

```
