PHPackages                             rvtraveller/qs-db-sanitization - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. rvtraveller/qs-db-sanitization

ActiveQuicksilver-module[Validation &amp; Sanitization](/categories/validation)

rvtraveller/qs-db-sanitization
==============================

Quicksilver implementation to sanitize a production database when it is rolled back to a prior environment.

1.1(9y ago)18MITPHPPHP &gt;=5.5.0

Since Mar 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/rvtraveller/qs-database-sanitization)[ Packagist](https://packagist.org/packages/rvtraveller/qs-db-sanitization)[ RSS](/packages/rvtraveller-qs-db-sanitization/feed)WikiDiscussions master Synced yesterday

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

Sanitize Database
=================

[](#sanitize-database)

Sanitize a production database when using the Pantheon workflows to clone that database to another environment.

Note that with the current `webphp` type operations (currently the only option for Pantheon), your timeout is limited to 120 seconds, so long-running operations should be avoided for now.

Instructions
------------

[](#instructions)

1. Require this Quicksilver module using composer (`composer require rvtraveller/qs-db-sanitization`).
2. Add a Quicksilver operation to your `pantheon.yml` to fire the script before a clone database, using the example.pantheon.yml file for reference. *Note:* you must set up your project's `composer.json` file to move projects of type `quicksilver-module` to the appropriate directory in your project.
3. Test a clone database out!

Optionally, you may want to use the `terminus workflows watch` command to get immediate debugging feedback.

Example composer.json file
--------------------------

[](#example-composerjson-file)

```
{
  "require": {
    "rvtraveller/qs-db-sanitization": "1.0"
  },
  "extra": {
    "installer-paths": {
      "web/private/scripts/quicksilver/{$name}": ["type:quicksilver-module"]
    }
  }
}

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3401d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1789427?v=4)[Brian Thompson](/maintainers/rvtraveller)[@rvtraveller](https://github.com/rvtraveller)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rvtraveller-qs-db-sanitization/health.svg)

```
[![Health](https://phpackages.com/badges/rvtraveller-qs-db-sanitization/health.svg)](https://phpackages.com/packages/rvtraveller-qs-db-sanitization)
```

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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