conductor / core
Conductor Core
3.1.1
2026-08-11 00:27 UTC
Requires
- php: ~8.4.1|~8.5.0
- defuse/php-encryption: ^2.3.1
- laminas/laminas-servicemanager: ^4.0
- league/flysystem: ^3.12.3
- league/flysystem-sftp-v3: ^3.12.3
- monolog/monolog: ^3.3.1
- revolt/event-loop: ^1.0
- symfony/console: ^8.0
- symfony/monolog-bridge: ^8.0
- symfony/yaml: ^8.0
Requires (Dev)
- laminas/laminas-coding-standard: ^2.5.0
- phpspec/prophecy-phpunit: ^2.5
- phpunit/phpunit: ^13.0
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-08-11 00:27:26 UTC
README
This module offers common core functionality for Conductor.
Requirements
- PHP 8.4.1 – 8.5
- Composer 2
Contributing
- TBD