codenamephp/deployer.composer

3.1.0 2024-01-18 08:18 UTC

This package is auto-updated.

Last update: 2024-04-18 22:29:31 UTC


README

Packagist Version Packagist PHP Version Support Lines of code GitHub code size in bytes CI Packagist Downloads GitHub

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