conductor / core
Conductor Core
2.0.4
2026-06-26 15:54 UTC
Requires
- php: ~8.2.0|~8.3.0|~8.4.0|~8.5.0
- amphp/amp: ^2.0
- defuse/php-encryption: ^2.3.1
- laminas/laminas-servicemanager: ^3.20.0
- league/flysystem: ^3.12.3
- league/flysystem-sftp-v3: ^3.12.3
- monolog/monolog: ^3.3.1
- symfony/console: ^6.2.7
- symfony/monolog-bridge: ^6.2.7
- symfony/yaml: ^6.2.7
Requires (Dev)
- laminas/laminas-coding-standard: ^2.5.0
- phpspec/prophecy-phpunit: ^2.1
- phpunit/phpunit: ^10.0.16
Suggests
- ext-pcntl: Allows for parallel download/upload of files with remove filesystems via PHP forks.
- ext-posix: Required to display colors in command line.
- ext-xdebug: Required to test code coverage.
- conductor/application-orchestration: Adds application orchestration functionality.
- conductor/aws-s3-filesystem-support: Adds support for working with AWS S3 filesystems.
- conductor/azure-blob-filesystem-support: Adds support for working with Microsoft Azure blob storage containers.
- conductor/git-vcs-support: Adds support for Git VCS.
- conductor/mysql-database-support: Adds support for working with MySQL databases.
- conductor/ssh-support: Adds support for running shell commands on remote servers.
This package is auto-updated.
Last update: 2026-06-26 15:55:33 UTC
README
This module offers common core functionality for Conductor.
Requirements
- PHP 8.2 – 8.5
- Composer 2
Contributing
- TBD