codenamephp / deployer.composer
Installs: 8 835
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 1
pkg:composer/codenamephp/deployer.composer
Requires
- php: ^8.1
- codenamephp/deployer.base: 1 - 3
- codenamephp/deployer.command: ^1.0
This package is auto-updated.
Last update: 2025-10-24 22:56:27 UTC
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