codenamephp / deployer.flow
This package provides deployer task for the flow framework.
1.2.0
2024-01-22 08:40 UTC
Requires
- php: ^8.1
- codenamephp/deployer.base: 1 - 3
- codenamephp/deployer.command: ^1.0
Requires (Dev)
- mockery/mockery: ^1.5
This package is auto-updated.
Last update: 2026-03-24 14:43:35 UTC
README
What is it?
This package provides deployer task for the flow framework.
Installation
Easiest way is via composer. Just run composer require codenamephp/deployer.flow in your cli which should install the latest version for you.
Usage
First you need to add the flow:context configuration to each host according to your context names.
Then just use the provided tasks in your deployer file or extend the \de\codenamephp\deployer\flow\task\AbstractFlowTask and use the
\de\codenamephp\deployer\flow\command\factory\iFlowCommandFactory to run commands.