https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning
https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2019-05-28T09:22:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T18:28:44.000Z (about 1 year ago)
- Last Synced: 2025-04-06T08:01:42.286Z (10 months ago)
- Language: PHP
- Size: 158 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleSAMLphp preprodwarning module

[](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-preprodwarning)
[](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-preprodwarning/?branch=master)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-preprodwarning)
[](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-preprodwarning)
## Install
Install with composer
```bash
vendor/bin/composer require simplesamlphp/simplesamlphp-module-preprodwarning
```
## Configuration
Next thing you need to do is to enable the module:
in `config.php`, search for the `module.enable` key and set `preprodwarning` to true:
```php
'module.enable' => [ 'preprodwarning' => true, … ],
```