maispace member since: Feb 28, 2026

maispace's packages

  • PHP

    maispace/assets

    Intelligent asset pipeline for TYPO3 with critical CSS, SVG sprites, responsive images, font preloading, and self-optimising above-fold detection.

  • PHP

    maispace/base

    Base foundation extension for Maispace TYPO3 projects. Provides shared TypoScript configuration, page layout definitions, and pulls in all TYPO3 backend/infrastructure extensions that the project requires. Mail dispatch is handled by `mai_mail` — no external mail queue package is declared here.

  • HTML

    maispace/elements

    TYPO3 extension for content elements

  • PHP

    maispace/environment

    Helper extension for environment-dependent TYPO3 configuration. Loads `.env` files via `helhum/dotenv-connector` and provides utilities to detect the active environment (development, staging, production) and apply appropriate settings.

  • PHP

    maispace/mai-accessibility

    Backend module for editorial accessibility analysis. Checks content elements for common accessibility issues before publication. Includes TYPO3 link validation to surface broken links alongside accessibility warnings.

  • PHP

    maispace/mai-account

    Frontend user extension providing login, registration, MFA, and full profile management including interests and reminders. Extends the TYPO3 core `felogin` plugin with MFA, registration, and profile features. Newsletter opt-in is a UI entry point only — subscriber records are owned by `mai_newslette

  • PHP

    maispace/mai-canteen

    Canteen meal plan records with daily menus, dietary flags, and weekly scheduling.

  • PHP

    maispace/mai-consent

    Cookie consent management with a configurable banner, modal, category-based content gating, and a backend statistics module.

  • PHP

    maispace/mai-events

    Event management extension with list and detail views and iCal export. Supports event registration with waiting list. Categories use TYPO3 `sys_category`.

  • PHP

    maispace/mai-faq

    FAQ extension with accordion view, category tabs, and a JavaScript search/filter widget. Categories use TYPO3 `sys_category`, sharing the same tree as `mai_news`, `mai_gallery`, and `mai_timeline`.

  • PHP

    maispace/mai-gallery

    Image gallery and retrospectives extension using TYPO3 FAL. Supports year archives and category filtering via TYPO3 `sys_category`, sharing the same tree as `mai_news`, `mai_faq`, and `mai_timeline`.

  • PHP

    maispace/mai-jobs

    Jobs extension with job listings, category filtering, status management, and application form with file upload.

  • PHP

    maispace/mai-locations

    Location and venue records with address, coordinates, opening hours, and contact info.

  • PHP

    maispace/mai-mail

    Mail queue and logging extension for TYPO3 backend mail dispatch with site-based theming.

  • PHP

    maispace/mai-member

    Member management extension for managing organisation members and handling applications with status workflows. FE-User linking requires `mai_account`.