codenamephp / deployer.flow
This package provides deployer task for the flow framework.
Installs: 1 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 1
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: 2025-03-24 12:33:45 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.