PHPackages                             sitegeist/stencil-roller - 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. [API Development](/categories/api)
4. /
5. sitegeist/stencil-roller

ActiveNeos-package[API Development](/categories/api)

sitegeist/stencil-roller
========================

Json rendering for headless Neos

23

Since Oct 2Pushed 6y ago2 watchersCompare

[ Source](https://github.com/sitegeist/Sitegeist.Stencil.Roller)[ Packagist](https://packagist.org/packages/sitegeist/stencil-roller)[ RSS](/packages/sitegeist-stencil-roller/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sitegeist.Stencil.Roller
========================

[](#sitegeiststencilroller)

Json API for headless Neos
--------------------------

[](#json-api-for-headless-neos)

**This is WIP, everything in here may change or turn out to be a bad idea at all.**

This package will expose the content of each document as json. You can access the document data by using `.stencil.roller.json` suffix instead of `.html`.

The returned json:

```
{
   document: {
     identifier
     nodeType
     properties: {
       // all properties of the node
     }
     content: {
       // all children of type Content and ContentCollection recursively
     }
   }
   children: [{identifier, uri}, ..] // all children of type Document
}

```

### Authors &amp; Sponsors

[](#authors--sponsors)

- Wilhelm Behncke -
- Martin Ficzel -

*The development and the public-releases of this package is generously sponsored by our employer .*

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

[](#installation)

Sitegeist.Stencil.Roller is available via packagist. Just run `composer require sitegeist/stencil-roller` to install it. We use semantic-versioning so every breaking change will increase the major-version number.

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

[](#contribution)

We will gladly accept contributions. Please send us pull requests.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1159e78bff9c03cc5ed626447ca5072097107f58af459a9b8bac8d933ba8298c?d=identicon)[wilhelm.behncke](/maintainers/wilhelm.behncke)

![](https://www.gravatar.com/avatar/829b4ccb51e8cff3c1e4b59d60cfe8d1b86f6d77fc31a6b3fc99227f432542ca?d=identicon)[mficzel](/maintainers/mficzel)

---

Top Contributors

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

---

Tags

apicontent-repositoryjsonneoscmsnodetype

### Embed Badge

![Health badge](/badges/sitegeist-stencil-roller/health.svg)

```
[![Health](https://phpackages.com/badges/sitegeist-stencil-roller/health.svg)](https://phpackages.com/packages/sitegeist-stencil-roller)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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