PHPackages                             futjikato/pagefreeze - 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. futjikato/pagefreeze

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

futjikato/pagefreeze
====================

Highly experimental neos package providing option to freeze pages to hide them in your tree in the backend.

v0.1(10y ago)08PHP

Since Mar 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/futjikato/Neos.PageFreeze)[ Packagist](https://packagist.org/packages/futjikato/pagefreeze)[ RSS](/packages/futjikato-pagefreeze/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Neos Page Freezer
=================

[](#neos-page-freezer)

This page is in early development stage and you probably don´t want to use it in production environments.

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

[](#installation)

`composer require futjikato/pagefreeze`

### Usage

[](#usage)

Add the `Futjikato.PageArchive:FreezableMixin`mixin to your page node types you want to be able to freeze.

Example:

```
'Vendor.Site.Page:NewsArticle':
  superTypes:
    'TYPO3.Neos.NodeTypes:Page': true
    'Futjikato.PageArchive:FreezableMixin': true

```

This will add the "Freeze page" checkbox in the inspector. Just check that box and save to freeze the page.

Frozen pages will not show up in your page tree and cannot be edited.

To unfreeze go to the new "page freezer" module in your admin burger menu. There you find a list with all frozen pages. Simply hit the "Unfreeze" button next to the page you want to unfreeze. The page will now be back in the tree and editable.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3763d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1497821?v=4)[Moritz Spindelhirn](/maintainers/futjikato)[@futjikato](https://github.com/futjikato)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/futjikato-pagefreeze/health.svg)

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

PHPackages © 2026

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