PHPackages                             netlogix/eel-javascript - 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. netlogix/eel-javascript

ActiveNeos-package

netlogix/eel-javascript
=======================

Neos Eel Helper to embed inline JavaScript

1.1.0(1y ago)08.1k—3.6%MITPHPCI passing

Since Jul 19Pushed 1y ago4 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.Eel.JavaScript)[ Packagist](https://packagist.org/packages/netlogix/eel-javascript)[ RSS](/packages/netlogix-eel-javascript/feed)WikiDiscussions main Synced 1mo ago

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

Netlogix.Eel.JavaScript
=======================

[](#netlogixeeljavascript)

Neos Eel Helper to embed inline JavaScript from files.

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

[](#installation)

```
composer require netlogix/eel-javascript
```

Usage
-----

[](#usage)

You can use the JavaScriptHelper in your Fusion files like this:

### Scripts without Variables

[](#scripts-without-variables)

To include scripts that don't require external variables, you can use the `embed` method.

```
script = ${Netlogix.JavaScript.embed('resource://Netlogix.Eel.JavaScript/Private/ScriptWithVars.js')}

```

### Scripts with Variables

[](#scripts-with-variables)

To include scripts that require external variables, you can use the `embedWithVariables` method.

```
scriptWithVars = ${Netlogix.JavaScript.embedWithVariables('resource://Netlogix.Eel.JavaScript/Private/ScriptWithVars.js', {'someVariableName': 'someValue'})}

```

This will prefix the included javascript file with the variables passed to the method:

```
var someVariable= 'someValue';
/// ... your script ScriptWithVars.js
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance43

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~216 days

Total

2

Last Release

451d 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 (5 commits)")[![stephanschuler](https://avatars.githubusercontent.com/u/1595908?v=4)](https://github.com/stephanschuler "stephanschuler (2 commits)")[![netlogix-gh-manager[bot]](https://avatars.githubusercontent.com/u/1769812?v=4)](https://github.com/netlogix-gh-manager[bot] "netlogix-gh-manager[bot] (1 commits)")[![nlx-jonas](https://avatars.githubusercontent.com/u/106147659?v=4)](https://github.com/nlx-jonas "nlx-jonas (1 commits)")[![toni-bessel](https://avatars.githubusercontent.com/u/34022843?v=4)](https://github.com/toni-bessel "toni-bessel (1 commits)")

### Embed Badge

![Health badge](/badges/netlogix-eel-javascript/health.svg)

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

###  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.

116989.0k674](/packages/neos-neos)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[appwrite/sdk-generator

Appwrite PHP library for generating API SDKs for multiple programming languages and platforms

309166.5k1](/packages/appwrite-sdk-generator)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[flowpack/searchplugin

Plugin for search integration via content node

24257.5k1](/packages/flowpack-searchplugin)[flowpack/elasticsearch-contentrepositoryadaptor

This package provides functionality for using Elasticsearch on top of Neos.ContentRepository.Search

43385.8k8](/packages/flowpack-elasticsearch-contentrepositoryadaptor)

PHPackages © 2026

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