PHPackages                             wy/neos-static-pages - 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. wy/neos-static-pages

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

wy/neos-static-pages
====================

A easy way to include a predesigned page into Neos CMS

v0.0.6(3y ago)03.8kPHPPHP &gt;=7.4

Since Apr 6Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/wysiwyg-software-design/neos-static-pages)[ Packagist](https://packagist.org/packages/wy/neos-static-pages)[ RSS](/packages/wy-neos-static-pages/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Caution

This repository is deprecated and will be removed in September 2025

Neos static pages
=================

[](#neos-static-pages)

A easy way to include a predesigned page into Neos CMS.

Install
-------

[](#install)

```
composer require wy/neos-static-pages
```

Usage
-----

[](#usage)

Just in assign the `Wysiwyg.StaticPages:Mixin.StaticPage` to your `Neos.Neos:Document` and define some static pages in the `Settings.yaml`. E.g.:

```
Wysiwyg:
  StaticPages:
    pageGroups:
      default:
        firstPage:
          label: 'First Test Page'
          icon: 'fa-solid fa-bold'
          file: 'ProjectSite/my-prediesigned-page.php'
          dimensionConstraints:
            language: ['de']
```

Now you can use the page content, stylesheets and scripts in your page with the following Fusion prototypes:

- `Wysiwyg.StaticPages:Content`
- `Wysiwyg.StaticPages:Stylesheets`
- `Wysiwyg.StaticPages:JavaScripts.Body`
- `Wysiwyg.StaticPages:JavaScripts.Head`

If you want to use multiple page groups you can configure it like this:

```
Wysiwyg:
  StaticPages:
    pageGroups:
      default:
        firstPage:
          label: 'First Test Page'
          icon: 'fa-solid fa-bold'
          file: 'ProjectSite/my-prediesigned-page.php'
          dimensionConstraints:
            language: ['de']
      anotherGroup:
        firstPage:
          label: 'Another Test Page'
          icon: 'fa-solid fa-bold'
          file: 'ProjectSite/my-prediesigned-page.php'
          dimensionConstraints:
            language: ['de']
```

And set the page group to the data source property:

```
'My.Super:Document':
  extends:
    'Neos.Neos:Document': true
    'Wysiwyg.StaticPages:Mixin': true
  properties:
    staticPage:
      ui:
        inspector:
          editorOptions:
            dataSourceAdditionalData:
              group: 'anotherGroup'
```

Reference
---------

[](#reference)

### Config

[](#config)

```
Wysiwyg:
  StaticPages:
    rootFolder: '%FLOW_PATH_ROOT%' # Root folder for page file lookup
    contentSelector: 'main' # a css selector for extracting the content from the page
    pageGroups:
      default: [] # the default page group for the page select
```

### Eel helpers

[](#eel-helpers)

HelperDescription`StaticPages.Loader.content('group%pageKey')`Returns the page content`StaticPages.Loader.stylesheets('group%pageKey')`Returns the page stylesheets from the documents head`StaticPages.Loader.headScripts('group%pageKey')`Returns the page JavaScripts from the documents head`StaticPages.Loader.bodyScripts('group%pageKey')`Returns the page JavaScripts from the documents body### Fusion prototypes

[](#fusion-prototypes)

PrototypeDescription`Wysiwyg.StaticPages:Content`Renders the selected page content of the current document`Wysiwyg.StaticPages:Stylesheets`Renders the selected page stylesheets of the current document`Wysiwyg.StaticPages:JavaScripts.Body`Renders the selected page body JavaScripts of the current document`Wysiwyg.StaticPages:JavaScripts.Head`Renders the selected page head JavaScripts of the current document

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

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 ~49 days

Recently: every ~62 days

Total

6

Last Release

1301d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e1cef5bdb4c46b4a3538272c36ff37e4de6ac71270e07e17e38b28f4d416341?d=identicon)[wy-packagist](/maintainers/wy-packagist)

---

Top Contributors

[![breadlesscode](https://avatars.githubusercontent.com/u/5465112?v=4)](https://github.com/breadlesscode "breadlesscode (1 commits)")[![mariofischer](https://avatars.githubusercontent.com/u/166842?v=4)](https://github.com/mariofischer "mariofischer (1 commits)")

### Embed Badge

![Health badge](/badges/wy-neos-static-pages/health.svg)

```
[![Health](https://phpackages.com/badges/wy-neos-static-pages/health.svg)](https://phpackages.com/packages/wy-neos-static-pages)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M65](/packages/spatie-crawler)[drupal/drupal-extension

Drupal extension for Behat

22215.7M172](/packages/drupal-drupal-extension)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M340](/packages/drupal-core-dev)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)

PHPackages © 2026

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