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.

Maintainers

Package info

github.com/mai-space-de/typo3-extension-environment

Type:typo3-cms-extension

pkg:composer/maispace/environment

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main / 14.0.x-dev 2026-04-11 17:36 UTC

This package is auto-updated.

Last update: 2026-05-11 17:54:44 UTC


README

PHP TYPO3 License: GPL v2

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.