acquia / drupal-environment-detector

Provides common methods for detecting the current Acquia environment
GNU General Public License v2.0
10 stars 12 forks source link

Acquia Drupal Environment Detector

This package provides a static class that your application can use to detect various characteristics of the current hosting environment.

It also provides static helper classes that provide canonical information about any arbitrary environment.

Detector class

Scans environment variables and settings files to determine several characteristics of the current hosting environment, including:

See all available methods in src/AcquiaDrupalEnvironmentDetector.php.

Helper classes

The additional static classes allow you to predict the characteristics of any Acquia hosting environment given the site group and environment name, including:

Installation and usage

In your project, require the plugin with Composer:

composer require acquia/drupal-environment-detector

License

Copyright (C) 2020 Acquia, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.