PHPackages                             aten/pantheon-drupal-quicksilver - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aten/pantheon-drupal-quicksilver

ActiveQuicksilver-script[Utility &amp; Helpers](/categories/utility)

aten/pantheon-drupal-quicksilver
================================

A template for creating new Quicksilver scripts installed via Composer.

01.2k↓50%PHP

Since Aug 22Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Pantheon Drupal Quicksilver Scripts
===================================

[](#pantheon-drupal-quicksilver-scripts)

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/standard-refresh.php
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/880b674b47c7025d4094d7e66fb0114b075405e89a0ecb9fc5091e03850daca7?d=identicon)[droath](/maintainers/droath)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[olimortimer/laravelshoppingcart

Laravel Shoppingcart

4343.2k](/packages/olimortimer-laravelshoppingcart)[rap2hpoutre/remove-stop-words

Remove stop words from a string

1528.3k](/packages/rap2hpoutre-remove-stop-words)[wenhainan/thinkcsv

csv处理组件,导入导出csv

223.4k](/packages/wenhainan-thinkcsv)

PHPackages © 2026

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