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.
Package info
github.com/mai-space-de/typo3-extension-environment
Type:typo3-cms-extension
pkg:composer/maispace/environment
This package is auto-updated.
Last update: 2026-05-11 17:54:44 UTC
README
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.
Requires: TYPO3 13.4 LTS / 14.1 · PHP 8.2+
Installation
composer require maispace/mai-environment
Development
Linting
composer lint:check # Run all linters composer lint:fix # Fix auto-fixable issues
Testing
composer test # Run all tests composer test:unit # Run unit tests only
License
GPL-2.0-or-later — see LICENSE for details.