Required modules
Required modules
These modules are required when deploying to a SilverStripe Platform environment.
Crontask
This SilverStripe module provides developers the possibility to define tasks that can be triggered by cron jobs or other time based scripts.
Installation
composer require silverstripe/crontask
Alternative versions can be found at packagist.org/silverstripe/crontask.
Setup
If you wish to trigger a SilverStripe task periodically on the platform see the module usage instructions.
DynamoDB
This module enables storing SilverStripe user sessions in DynamoDB in a highly available environment setup.
Installation
composer require silverstripe/dynamodb
Alternative versions can be found at packagist.org/silverstripe/dynamodb.
Setup
No further setup is required when deploying to a SilverStripe Platform environment.