PHPackages                             namelesscoder/fluid-schema-generator - 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. namelesscoder/fluid-schema-generator

Abandoned → [typo3fluid/schema-generator](/?search=typo3fluid%2Fschema-generator)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

namelesscoder/fluid-schema-generator
====================================

Generates XSD schemas for packages containing Fluid ViewHelpers

2.1.2(7y ago)933941MITPHP

Since Apr 18Pushed 1y ago4 watchersCompare

[ Source](https://github.com/NamelessCoder/TYPO3.Fluid.SchemaGenerator)[ Packagist](https://packagist.org/packages/namelesscoder/fluid-schema-generator)[ RSS](/packages/namelesscoder-fluid-schema-generator/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (10)Used By (1)

Fluid ViewHelper Schema Generator
=================================

[](#fluid-viewhelper-schema-generator)

Note

XSD schema generation is part of [Fluid](https://github.com/TYPO3/Fluid) since v2.12. Please use this modern approach whenever possible instead of this project.

What does it do?
----------------

[](#what-does-it-do)

This package is an add-on for [Fluid](https://github.com/TYPO3/Fluid/). It can be helpful when writing fluid templates by auto completing view helper arguments.

This package is usually added as an additional composer 'require-dev' dependency to your existing project.

Its main purpose is to generate XSD schemas for (X)HTML files which can be used in editors to enable auto completion of Fluid template code. Can generate schemas for the official as well as any of your own packages which provide ViewHelpers.

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

[](#installation)

```
composer require --dev typo3/fluid-schema-generator
```

Example
-------

[](#example)

Let's say there is a Fluid template file in your extension - `Resource/Private/Templates/MyTemplate.html` that uses view helpers with two different namespaces:

```

... more HTML and view helper usages

```

IDE`s usually do not understand the tag "f:render" out of the box and will highlight them as invalid. Generating an xsd schema for this namespace however will make them understand the tag and its possible attributes. The example generates schema for these two namespaces into the root directory of the project:

```
./bin/generateschema TYPO3\\CMS\\Fluid TYPO3\\CMS\\Backend > mySchema.xsd
```

This call will search all view helper classes in the given namespaces and creates an according xsd file that contain target namespaces for "f" and "be". An IDE like PhpStorm then typically auto detects this file (if not, ALT+Enter onto the xmlns url in the template above and improt the file) "understands" the tags and allows attribute auto completion.

Usage
-----

[](#usage)

```
./vendor/bin/generateschema VendorName\\PackageName VendorName\\OptionalSecondPackage > schema.xsd
```

Provide as many package namespaces as desired and all ViewHelper classes in all those namespaces will be included in the schame. The *first* provided namespace gets used when determining the XSD namespace URL.

License
-------

[](#license)

MIT License. See LICENSE file.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 59.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 ~157 days

Recently: every ~166 days

Total

9

Last Release

2832d ago

Major Versions

1.1.0 → 2.0.02016-12-05

### Community

Maintainers

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

---

Top Contributors

[![lolli42](https://avatars.githubusercontent.com/u/2178068?v=4)](https://github.com/lolli42 "lolli42 (43 commits)")[![NamelessCoder](https://avatars.githubusercontent.com/u/2228052?v=4)](https://github.com/NamelessCoder "NamelessCoder (24 commits)")[![ErHaWeb](https://avatars.githubusercontent.com/u/5416710?v=4)](https://github.com/ErHaWeb "ErHaWeb (2 commits)")[![s2b](https://avatars.githubusercontent.com/u/458524?v=4)](https://github.com/s2b "s2b (2 commits)")[![tantegerda1](https://avatars.githubusercontent.com/u/4216652?v=4)](https://github.com/tantegerda1 "tantegerda1 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/namelesscoder-fluid-schema-generator/health.svg)

```
[![Health](https://phpackages.com/badges/namelesscoder-fluid-schema-generator/health.svg)](https://phpackages.com/packages/namelesscoder-fluid-schema-generator)
```

###  Alternatives

[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M80](/packages/typo3-cms-redirects)[typo3/cms-core

TYPO3 CMS Core

3713.2M5.1k](/packages/typo3-cms-core)[typo3/cms-fluid

TYPO3 CMS Fluid Integration - Integration of the Fluid templating engine into TYPO3.

1912.9M646](/packages/typo3-cms-fluid)[xima/xima-typo3-frontend-edit

Frontend Edit - This extension provides an edit button for editors within frontend content elements.

1414.3k](/packages/xima-xima-typo3-frontend-edit)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)

PHPackages © 2026

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