PHPackages                             i13e/sourceinjector - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. i13e/sourceinjector

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

i13e/sourceinjector
===================

Inject HTML/JS/CSS-Snippets directly out of the Neos CMS backend into frontend pages

1.1.1(4y ago)2265MIT

Since Feb 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ideenstadtwerke/I13e.SourceInjector)[ Packagist](https://packagist.org/packages/i13e/sourceinjector)[ RSS](/packages/i13e-sourceinjector/feed)WikiDiscussions main Synced 1mo ago

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

I13e.SourceInjector 💉
=====================

[](#i13esourceinjector-syringe)

[![Latest Stable Version](https://camo.githubusercontent.com/c7518b6011ca03cde979670280d63d9db09cd78d9529bfa61f653bb5fcceb3fd/687474703a2f2f706f7365722e707567782e6f72672f693133652f736f75726365696e6a6563746f722f76)](https://packagist.org/packages/i13e/sourceinjector) [![Total Downloads](https://camo.githubusercontent.com/1b33810e9665ad1674ea2fe0732a3404537c3bd3bf811bebe29c33bb91ec4acd/687474703a2f2f706f7365722e707567782e6f72672f693133652f736f75726365696e6a6563746f722f646f776e6c6f616473)](https://packagist.org/packages/i13e/sourceinjector) [![Latest Unstable Version](https://camo.githubusercontent.com/9111733c2abf8ea52862d7fd79fd4d7a2a0175acb7ba350400df79f45b6a6542/687474703a2f2f706f7365722e707567782e6f72672f693133652f736f75726365696e6a6563746f722f762f756e737461626c65)](https://packagist.org/packages/i13e/sourceinjector) [![License](https://camo.githubusercontent.com/7d86989fa7ed7482674c93fbb09cfc4cc92d59de275f3fe00742c30fe0f3fa33/687474703a2f2f706f7365722e707567782e6f72672f693133652f736f75726365696e6a6563746f722f6c6963656e7365)](https://packagist.org/packages/i13e/sourceinjector) [![PHP Version Require](https://camo.githubusercontent.com/16764ffee7f9e0ea8fbdee21364c2b2c1247893dcabd24e66e58a548f31a94b9/687474703a2f2f706f7365722e707567782e6f72672f693133652f736f75726365696e6a6563746f722f726571756972652f706870)](https://packagist.org/packages/i13e/sourceinjector)

Inject HTML/JS/CSS-Snippets directly out of the Neos CMS backend into frontend pages
------------------------------------------------------------------------------------

[](#inject-htmljscss-snippets-directly-out-of-the-neos-cms-backend-into-frontend-pages)

This package gives editors the ability to inject HTML, JS or CSS snippets into frontpages directly out of the backend.

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

[](#installation)

Run `composer require i13e/sourceinjector`.

Usage
-----

[](#usage)

After installation you shall be able to place an "Injections" node into your document tree.

Afterwards add as many "Injection" nodes you like with as many "Code" nodes you wan't into it.

By default, only `Neos.Neos:Administrator` privileged users are able to administrate injections. All other users should be given `I13e.SourceInjector:InjectionEditor` to make injections editable.

If you aren't using `head`, `closingHeadTag`, `body` or `closingBodyTag` please adjust the injection output to your likes. See [Override/Page.fusion](Resources/Private/Fusion/Override/Page.fusion)

```
  headStart = I13e.SourceInjector:Action.Inject {
    @position = 'before head'
    position = 'head_start'
  }
  headEnd = I13e.SourceInjector:Action.Inject {
    @position = 'before closingHeadTag'
    position = 'head_end'
  }

  bodyStart = I13e.SourceInjector:Action.Inject {
    @position = 'before body'
    position = 'body_start'
  }
  bodyEnd = I13e.SourceInjector:Action.Inject {
    @position = 'before closingBodyTag'
    position = 'body_end'
  }
}

```

Settings
--------

[](#settings)

There aren't many settings available.

```
I13e:
  SourceInjector:
    enableDebugComments: false # Default: false, output HTML-Comments before & after each injection code
```

Roadmap
-------

[](#roadmap)

In feature versions we'll maybe implement more features like:

- Integration of [KaufmannDigital.GDPR.CookieConsent](https://github.com/KaufmannDigital/KaufmannDigital.GDPR.CookieConsent)
- Exclusion rules

Contribution
------------

[](#contribution)

If you'd like to contribute simply create a pull-request.

---

Proudly developed in the Hanover Region

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~4 days

Total

4

Last Release

1553d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4420468d77e2e4e8dc6c5c54aaf07439619ebe90b54901ef1683e42c4b72613a?d=identicon)[reflexxion](/maintainers/reflexxion)

![](https://www.gravatar.com/avatar/01c1d29cb53dfba3b4d13f1f4f1de3d8eeba2af90c3023cc64436ab01eeacb88?d=identicon)[IdeenstadtwerkeDe](/maintainers/IdeenstadtwerkeDe)

---

Top Contributors

[![reflexxion](https://avatars.githubusercontent.com/u/3419968?v=4)](https://github.com/reflexxion "reflexxion (4 commits)")

---

Tags

neosneoscmsinjectsnippetsNeosneoscms

### Embed Badge

![Health badge](/badges/i13e-sourceinjector/health.svg)

```
[![Health](https://phpackages.com/badges/i13e-sourceinjector/health.svg)](https://phpackages.com/packages/i13e-sourceinjector)
```

###  Alternatives

[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[shel/neos-commandbar

A commandbar (CMD+K) for Neos CMS

1614.6k1](/packages/shel-neos-commandbar)[breadlesscode/neos-blog

Ready to use blog package

161.4k](/packages/breadlesscode-neos-blog)

PHPackages © 2026

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