performant-labs / testor
There is no license information available for the latest version (1.11.3) of this package.
Robo tasks that work with Automated Testing Kit
1.11.3
2026-08-18 21:30 UTC
Requires
- php: >=8.1
- ext-json: *
- aws/aws-sdk-php: ^3.320
- consolidation/robo: ^4.0|^5.0
- phpseclib/phpseclib: ^3.0
Requires (Dev)
- humbug/box: ^4.6
- mockery/mockery: ^1.6
- php-mock/php-mock: ^2.5
- php-mock/php-mock-phpunit: ^2.10
- phpstan/phpstan: ^2.1
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^10.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- 1.11.3
- 1.11.1
- 1.11.0
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.1-alpha2
- 1.10.1-alpha0
- 1.10.0
- 1.10.0-alpha0
- 1.9.1
- 1.9.0
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- dev-issue-40-postgres-snapshot-support
- dev-IL/tugboat-set-fix
- dev-aa/sql_sanitization
- dev-release/1.4
This package is auto-updated.
Last update: 2026-09-06 04:11:54 UTC
README
A command-line database and file snapshot management tool.
- Stores snapshots in an S3 or SFTP server.
- Can run a sanitization task when making the snapshot.
- Configured by default to work with Drupal.
Full Documentation
Please see https://performantlabs.com/testor/testor.
Installation
Via composer:
composer require performantlabs/testor vendor/bin/testor self:init
Via composer under DDEV:
ddev composer require performantlabs/testor
ddev exec testor self:init
Directly download the latest release as a PHAR:
curl -L -o testor https://github.com/Performant-Labs/testor/releases/latest/download/testor.phar php testor self:init
Add the S3/SFTP credentials and site name to the .testor.yml configuration file. See the documentation.