codenamephp / deployer.composer
Installs: 7 283
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: ^8.1
- codenamephp/deployer.base: 1 - 3
- codenamephp/deployer.command: ^1.0
README
What is it?
This package adds deployer tasks and a command factory for running composer on the command line.
Installation
Easiest way is via composer. Just run composer require codenamephp/deployer.composer
in your cli which should install the latest version for you.
Usage
Just use the built in tasks in your deployer file or create your own by using the command factory and a command runner or just
extend \de\codenamephp\deployer\composer\task\AbstractComposerTask