PHPackages                             putyourlightson/craft-blitz-shell - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. putyourlightson/craft-blitz-shell

ActiveBlitz-deployer[CLI &amp; Console](/categories/cli)

putyourlightson/craft-blitz-shell
=================================

Shell deployer for the Blitz plugin for Craft CMS.

3.0.0(2y ago)21.8k↓50%1proprietaryPHPPHP ^8.2

Since Dec 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/putyourlightson/craft-blitz-shell)[ Packagist](https://packagist.org/packages/putyourlightson/craft-blitz-shell)[ RSS](/packages/putyourlightson-craft-blitz-shell/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (5)Versions (10)Used By (0)

[![Stable Version](https://camo.githubusercontent.com/ba7bd6f51cc48c4af53471eaed7823daac840fe060ac17c2b9d64c2944ba3c65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d626c69747a2d7368656c6c3f6c6162656c3d737461626c65)](https://camo.githubusercontent.com/ba7bd6f51cc48c4af53471eaed7823daac840fe060ac17c2b9d64c2944ba3c65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d626c69747a2d7368656c6c3f6c6162656c3d737461626c65)[![Total Downloads](https://camo.githubusercontent.com/4c1d4e82087b3fba68d1207e77d5ad639e7931b2c1d177090bb3d010143801c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707574796f75726c69676874736f6e2f63726166742d626c69747a2d7368656c6c)](https://packagist.org/packages/putyourlightson/craft-blitz-shell)

[![](https://camo.githubusercontent.com/a9f8ab4a558842f789bd09721b51b3a78e9e87af60a487e14ca93b59369a630f/68747470733a2f2f707574796f75726c69676874736f6e2e636f6d2f6173736574732f6c6f676f732f626c69747a2e737667)](https://camo.githubusercontent.com/a9f8ab4a558842f789bd09721b51b3a78e9e87af60a487e14ca93b59369a630f/68747470733a2f2f707574796f75726c69676874736f6e2e636f6d2f6173736574732f6c6f676f732f626c69747a2e737667)

Blitz Shell Deployer for Craft CMS
==================================

[](#blitz-shell-deployer-for-craft-cms)

The Shell Deployer allows the [Blitz](https://putyourlightson.com/plugins/blitz) plugin for [Craft CMS](https://craftcms.com/) to deploy cached files to remote locations using shell commands.

> WARNING: Commands are parsed by the shell of your OS. Use at your own risk.

Usage
-----

[](#usage)

Install the deployer using composer.

```
composer require putyourlightson/craft-blitz-shell
```

Then add the class to the `driverTypes` config setting in `config/blitz.php`.

```
// The deployer type classes to add to the plugin’s default deployer types.
'deployerTypes' => [
    'putyourlightson\blitzshell\ShellDeployer',
],
```

You can then select the deployer and add shell commands to execute either in the control panel or in `config/blitz.php`. The shell commands cal also be defined as an array of arrays in the `deployerSettings` setting in `config/blitz.php`.

```
// The deployer type to use.
'deployerType' => 'putyourlightson\blitzshell\ShellDeployer',

// The deployer settings.
'deployerSettings' => [
   'commands' => [
        ['cp -r ~/mysite.com/web/cache/blitz ~/remote'],
        ['cp -r ~/mysite.com/web/cache/blitz ~/remote'],
        ['cp -r ~/mysite.com/web/cache/blitz ~/remote'],
    ],
],
```

Documentation
-------------

[](#documentation)

Read the documentation at [putyourlightson.com/plugins/blitz](https://putyourlightson.com/plugins/blitz#remote-deployment).

Created by [PutYourLightsOn](https://putyourlightson.com/).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~196 days

Recently: every ~12 days

Total

9

Last Release

770d ago

Major Versions

v1.x-dev → 2.0.0-beta.12022-04-19

2.0.0 → 3.0.0-beta.12024-02-20

v2.x-dev → 3.0.02024-04-08

PHP version history (2 changes)2.0.0-beta.1PHP ^8.0.2

3.0.0-beta.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/59428c6783d02d74c8778d9953ba84c35d3877ece53f5eb393689c052a9c97e4?d=identicon)[putyourlightson](/maintainers/putyourlightson)

---

Top Contributors

[![bencroker](https://avatars.githubusercontent.com/u/57572400?v=4)](https://github.com/bencroker "bencroker (13 commits)")

---

Tags

shellcachecraftcmsdeployerblitz

### Embed Badge

![Health badge](/badges/putyourlightson-craft-blitz-shell/health.svg)

```
[![Health](https://phpackages.com/badges/putyourlightson-craft-blitz-shell/health.svg)](https://phpackages.com/packages/putyourlightson-craft-blitz-shell)
```

###  Alternatives

[nystudio107/craft-scripts

Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments

36262.5k5](/packages/nystudio107-craft-scripts)[seregazhuk/php-watcher

Automatically restart PHP application once the source code changes

394137.8k4](/packages/seregazhuk-php-watcher)[am-impact/amcommand

Command palette in Craft.

8674.1k3](/packages/am-impact-amcommand)[ostark/craft-plugin-commands

Manage Craft plugins from the cli

1951.1k1](/packages/ostark-craft-plugin-commands)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

251.1k](/packages/mwguerra-web-terminal)[dawood/phpscreenrecorder

A slim PHP wrapper around ffmpeg to record screen,best for recording your acceptance test using selenium, easy to use and clean OOP interface

501.5k](/packages/dawood-phpscreenrecorder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
