PHPackages                             netlogix/fusion-xdebug - 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. netlogix/fusion-xdebug

ActiveNeos-plugin[Debugging &amp; Profiling](/categories/debugging)

netlogix/fusion-xdebug
======================

Neos Fusion Prototype that calls "xdebug\_break()"

1.0.2(4mo ago)25MITPHP

Since Mar 9Pushed 4mo ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.Fusion.Xdebug)[ Packagist](https://packagist.org/packages/netlogix/fusion-xdebug)[ RSS](/packages/netlogix-fusion-xdebug/feed)WikiDiscussions main Synced yesterday

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

Netlogix Fusion Xdebug
======================

[](#netlogix-fusion-xdebug)

This package provides a simple Fusion prototype that contains a call to `xdebug_break()`for easier debugging of fusion prototypes.

**A working xdebug setup is assumed!**

Install package
---------------

[](#install-package)

`composer require netlogix/fusion-xdebug`

Usage
-----

[](#usage)

The prototype can be used as `@process`:

```
prototype(Foo) < prototype(Neos.Fusion:Component) {
  someprop = 'bar'

  renderer = afx`
     Foo
  `

  @process.xdebug = Netlogix.Fusion.Xdebug:Break {
    someOtherValue = ${request.format}
  }
}

```

Or directly as a prototype:

```
prototype(Foo) < prototype(Neos.Fusion:Component) {
  someprop = 'bar'

  renderer = Netlogix.Fusion.Xdebug:Break {
    someprop = ${props.someprop}
    someOtherValue = ${request.format}
  }
}

```

Or inside of afx:

```
prototype(Foo) < prototype(Neos.Fusion:Component) {
  someprop = 'bar'

  renderer = afx`

  `
}

```

Prior to the breakpoint, the following variables are declared:

- `$context`: contains the current Fusion context available to the prototype
- `$data`: contains the data passed to the prototype

[![phpstorm-debugger](https://user-images.githubusercontent.com/15905038/157396389-dce4ee59-ee36-43c8-a4c8-421f88334336.jpeg)](https://user-images.githubusercontent.com/15905038/157396389-dce4ee59-ee36-43c8-a4c8-421f88334336.jpeg)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance76

Regular maintenance activity

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~723 days

Total

3

Last Release

130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/667b5107f4c2ea180baa00166c2ee3f2a1b412ce22768d6e81bb09323d1c7fe0?d=identicon)[netlogix](/maintainers/netlogix)

![](https://www.gravatar.com/avatar/124704a0d41c6364ac5773df0c9bedc3a85f902f0826df5f12ff2a4b2a06d520?d=identicon)[paxuclus](/maintainers/paxuclus)

---

Top Contributors

[![paxuclus](https://avatars.githubusercontent.com/u/15905038?v=4)](https://github.com/paxuclus "paxuclus (6 commits)")[![tweis](https://avatars.githubusercontent.com/u/63323?v=4)](https://github.com/tweis "tweis (3 commits)")

### Embed Badge

![Health badge](/badges/netlogix-fusion-xdebug/health.svg)

```
[![Health](https://phpackages.com/badges/netlogix-fusion-xdebug/health.svg)](https://phpackages.com/packages/netlogix-fusion-xdebug)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M775](/packages/neos-neos)[neos/fusion-afx

JSX inspired compact syntax for Neos.Fusion

26984.8k63](/packages/neos-fusion-afx)[neos/fusion-form

Fusion Form

19776.4k47](/packages/neos-fusion-form)[neos/media

The Media package

101.2M53](/packages/neos-media)[sandstorm/plumber

Profiling Toolkit for Neos Flow and Neos

364.9k](/packages/sandstorm-plumber)[flowpack/fusion-tracing

Profile Fusion rendering by creating traces for Trace-Viewer

1621.6k](/packages/flowpack-fusion-tracing)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
