PHPackages                             pantheon-quicksilver/quicksilver-template - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. pantheon-quicksilver/quicksilver-template

ActiveQuicksilver-script[DevOps &amp; Deployment](/categories/devops)

pantheon-quicksilver/quicksilver-template
=========================================

A template for creating new Quicksilver scripts installed via Composer.

1.0.1(4y ago)05[11 issues](https://github.com/pantheon-quicksilver/quicksilver-template/issues)MITPHP

Since Jul 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pantheon-quicksilver/quicksilver-template)[ Packagist](https://packagist.org/packages/pantheon-quicksilver/quicksilver-template)[ RSS](/packages/pantheon-quicksilver-quicksilver-template/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Quicksilver Template
====================

[](#quicksilver-template)

This is template for new Quicksilver projects to utilize so that Quicksilver scripts can be installed through Composer.

Requirements
------------

[](#requirements)

While these scripts can be downloaded individually, they are meant to work with Composer. See the installation in the next section.

- Quicksilver script projects and the script name itself should be consistent in naming convention.
- README should include a recommendation for types of hooks and stages that the script should run on.
    - For example, "This script should run on `clone_database` and the `after` stage.
    - Provide a snippet that can be pasted into the `pantheon.yml` file.

### Installation

[](#installation)

This project is designed to be included from a site's `composer.json` file, and placed in its appropriate installation directory by [Composer Installers](https://github.com/composer/installers).

In order for this to work, you should have the following in your composer.json file:

```
{
  "require": {
    "composer/installers": "^1"
  },
  "extra": {
    "installer-paths": {
      "web/private/scripts/quicksilver": ["type:quicksilver-script"]
    }
  }
}
```

The project can be included by using the command, where `{quicksilver-project}` represents the name of the Quicksilver script:

`composer require pantheon-quicksilver/{quicksilver-project}:^1`

If you are using one of the example PR workflow projects ([Drupal 8](https://www.github.com/pantheon-systems/example-drops-8-composer), [Drupal 9](https://www.github.com/pantheon-systems/drupal-project), [WordPress](https://www.github.com/pantheon-systems/example-wordpress-composer)) as a starting point for your site, these entries should already be present in your `composer.json`.

### Example `pantheon.yml`

[](#example-pantheonyml)

Here's an example of what your `pantheon.yml` would look like if this were the only Quicksilver operation you wanted to use.

```
api_version: 1

workflows:
  sync_code:
    after:
      - type: webphp
        description: Run Quicksilver script
        script: private/scripts/quicksilver/pantheon-quicksilver/quicksilver-template.php
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1748d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1759794?v=4)[Kyle Taylor](/maintainers/kyletaylored)[@kyletaylored](https://github.com/kyletaylored)

---

Top Contributors

[![kyletaylored](https://avatars.githubusercontent.com/u/1759794?v=4)](https://github.com/kyletaylored "kyletaylored (5 commits)")

---

Tags

composerhacktoberfest

### Embed Badge

![Health badge](/badges/pantheon-quicksilver-quicksilver-template/health.svg)

```
[![Health](https://phpackages.com/badges/pantheon-quicksilver-quicksilver-template/health.svg)](https://phpackages.com/packages/pantheon-quicksilver-quicksilver-template)
```

###  Alternatives

[k10r/deployment

Adds some helpers for shopware-deployment

1321.7k](/packages/k10r-deployment)[metadrop/drupal-boilerplate

Project template for Drupal 9 projects with a relocated document root

281.0k](/packages/metadrop-drupal-boilerplate)

PHPackages © 2026

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