PHPackages                             pantheon-quicksilver/wakeup - 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. pantheon-quicksilver/wakeup

ActiveQuicksilver-script

pantheon-quicksilver/wakeup
===========================

A simple script to wake up a sleeping site environment.

v1.0.8(4y ago)01.0kMITPHP

Since Jul 27Pushed 4y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (13)Used By (0)

Wake Up!
========

[](#wake-up)

This is simple script that can be used to wake up a site environment by pinging the public URL before running any other Quicksilver scripts.

### 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:

`composer require pantheon-quicksilver/wakeup`

### Example `pantheon.yml`

[](#example-pantheonyml)

```
api_version: 1

workflows:
  sync_code:
    after:
      - type: webphp
        description: Wakeup!
        script: private/scripts/quicksilver/pantheon-quicksilver/wakeup.php
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.3% 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 ~11 days

Total

9

Last Release

1663d 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 (14 commits)")[![namespacebrian](https://avatars.githubusercontent.com/u/87093053?v=4)](https://github.com/namespacebrian "namespacebrian (1 commits)")

---

Tags

hacktoberfesthackweek

### Embed Badge

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

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

PHPackages © 2026

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