maispace member since: Feb 28, 2026
maispace's packages
-
PHP
maispace/mai-mjml
MJML integration for TYPO3. Converts MJML templates to responsive HTML emails by invoking the local MJML CLI binary. Used exclusively as a suggested dependency of `mai_mail` — feature extensions must not depend on this directly.
-
PHP
maispace/mai-news
News / Aktuelles extension with categories, tags, RSS feed, and FAL image support. Categories use TYPO3 `sys_category`, sharing the same tree as `mai_gallery`, `mai_faq`, and `mai_timeline`.
-
PHP
maispace/mai-newsletter
Newsletter management extension. **Owns the canonical subscriber record** — all opt-in/opt-out operations across the project write to this extension's subscriber table. Email dispatch goes through `mai_mail`.
-
PHP
maispace/mai-resource
Downloads, templates, forms, and info boxes with FE group-based access control. Manages protected file downloads and informational resources.
-
PHP
maispace/mai-search
Frontend search integration with indexing, faceted filtering, and multilingual support.
-
PHP
maispace/mai-seo
SEO helpers for TYPO3 providing JSON-LD structured data, Open Graph meta tags, additional page property fields, a backend statistics module, redirect management, and Matomo analytics widgets.
-
-
PHP
maispace/mai-team
Team member management extension for displaying and managing team profiles with roles, bios, and contact information.
-
PHP
maispace/mai-testimonials
Testimonials extension with slider, grid, and single-quote layouts. Records store quote text, author name, role, organisation, portrait image (FAL), and sys_category. Supports category filtering and a Story Wall for community testimonials.
-
PHP
maispace/mai-timeline
Timeline extension with vertical, compact, and detail views for displaying chronological content. Categories use TYPO3 `sys_category`, sharing the same tree as `mai_news`, `mai_gallery`, and `mai_faq`.
-
PHP
maispace/mai-translate
Backend translation extension using DeepL or OpenAI to translate TYPO3 content records. Integrates with the TYPO3 backend translation workflow.
-
PHP
maispace/make
Extended TYPO3 make/kickstarter CLI tool with make commands for controllers, events, exceptions, migrations, traits, viewhelpers, services, middlewares and upgrade wizards
-
-
SCSS
maispace/theme
The **frontend component layer** for the entire extension set. All Fluid templates in feature extensions reference components defined here via `sitegeist/fluid-components`. `sitegeist/fluid-components` is never declared outside this extension. `mai_theme` is a practical runtime requirement for every