PHPackages                             m12/neos-utils - 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. m12/neos-utils

ActiveTypo3-flow-plugin[Utility &amp; Helpers](/categories/utility)

m12/neos-utils
==============

Neos utils library

0.2.0(11y ago)32.2k41MITPHP

Since May 24Pushed 11y ago2 watchersCompare

[ Source](https://github.com/million12/M12.Utils)[ Packagist](https://packagist.org/packages/m12/neos-utils)[ RSS](/packages/m12-neos-utils/feed)WikiDiscussions master Synced 1w ago

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

M12.Utils
=========

[](#m12utils)

Extra helpers / libraries used by other M12.\* Neos plugins.

### M12.Utils:WrapRemover

[](#m12utilswrapremover)

Removes extra DIV wrapper - by definition needed by Neos back-end (both those around Conent Collection or around any other Node Type) - but not really necessary when in front-end (live) workspace.

This helper only works when exactly `[content]` is found around element - if extra attributes or classes were added, it won't run. Also, if you changed default class around Neos NodeTypes (defined for `TYPO3.Neos:Content` in `attributes.class.@process.nodeType`, you'll have to adjust `.wrapperClass` accordingly.

Example usage:

To remove wrapper `...`, add to your TypoScript:

```
prototype(TYPO3.Neos:ContentCollection) {
	@process.wrapRemover = M12.Utils:WrapRemover
	@process.wrapRemover.wrapperClass = 'neos-contentcollection'
}

```

To remove wrapper e.g. around Text element `...`, add to your TypoScript:

```
prototype(TYPO3.Neos.NodeTypes:Text) {
	@process.wrapRemover = M12.Utils:WrapRemover
	@process.wrapRemover.wrapperClass = 'typo3-neos-nodetypes-text'
}

```

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

[](#installation)

It's defined as `typo3-flow-plugin`, hence needs to be placed in `/Packages/Plugins/` directory. Do this manually by clonning this repository there or add it as a dependency to your site package:

composer.json:

```
    "repositories": [
        { "type": "git", "url": "https://github.com/million12/M12.Utils.git" }
    ],
    "require": {
        "your/dependencies": "*",
        "m12/utils": "*"
    },

```

And then run composer update.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.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 ~271 days

Total

2

Last Release

4105d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a34efb7a76d2f4ab5d707b74b4c3b4450bb0900e56bc48bf4c3f88bc1e8a4e7b?d=identicon)[ryzy](/maintainers/ryzy)

---

Top Contributors

[![ryzy](https://avatars.githubusercontent.com/u/994940?v=4)](https://github.com/ryzy "ryzy (6 commits)")[![dimaip](https://avatars.githubusercontent.com/u/837032?v=4)](https://github.com/dimaip "dimaip (1 commits)")

### Embed Badge

![Health badge](/badges/m12-neos-utils/health.svg)

```
[![Health](https://phpackages.com/badges/m12-neos-utils/health.svg)](https://phpackages.com/packages/m12-neos-utils)
```

###  Alternatives

[usmanhalalit/strana

Pagination library for PHP, framework agnostic, with built-in adapters for Doctrine, Eloquent, Pixie and PHP Array.

947.4k3](/packages/usmanhalalit-strana)[m12/neos-nodetype-slickcarousel

Slick carousel for Neos CMS

101.5k2](/packages/m12-neos-nodetype-slickcarousel)

PHPackages © 2026

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