PHPackages                             reyero/site\_tools - 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. reyero/site\_tools

AbandonedArchivedDrupal-module[DevOps &amp; Deployment](/categories/devops)

reyero/site\_tools
==================

Drupal / Drush development and deployment tools

8.x-dev(6y ago)028GPL-3.0-onlyPHPPHP &gt;=7.0

Since Apr 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/josereyero/site_tools)[ Packagist](https://packagist.org/packages/reyero/site_tools)[ Docs](https://github.com/josereyero/site_tools)[ RSS](/packages/reyero-site-tools/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

```
Site Tools
=============

Introduction
------------
This is a collection of development and deployment tools to use with Drupal and Drush.
It provides some drush commands:

* site:enable-master Enables master site modules, see configuration below
* site:enable-environment Enables site environment modules, see configuration below
* site:backup Creates a backup in a predefined folder.
* site:update Runs all site update scripts (enable/disable modules, update database, clear caches, resync configuration, etc..)

This module can work together, but doesn't require, Project Tools
@see https://github.com/josereyero/project_tools

This is a development tool by https://reyero.net
Use at your own risk.

Requirements
------------
* Drupal 8, https://drupal.org
* Drush 9.x, http://docs.drush.org/en/9.x/
* Drupal Tools 8.x, https://github.com/josereyero/drupal-tools

Installation
------------

* Via composer:
  composer require reyero/site_tools

* Manual download:
  Place the module in your contributed modules folder.

Configuration
-------------

The settings to define in the site's settings.php file:

  $settings['project_name'] = 'EXAMPLE_NAME';
  $settings['site_env'] = 'EXAMPLE_ENV';

  // These additional settings can be defined by project_tools instead.

  // Drush alias for this site
  $settings['site_alias'] = '@SITEALIAS';

  // List of 'master' modules that will be enabled for all sites.
  $settings['master_modules'] = ['site_gronze_master'];
  // List of 'environment modules' that will be enabled only for this environment.
  $settings['environment_modules'] => ['site_gronze_devel'];

These modules can define an aditional section in their .info.yml file for
disabling or uninstalling other extensions.

Note that with Drupal 7 modules must be disabled before uninstalled.

  disable:
    - module1
    - module2

  uninstall:
    - module1
    - module2
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~517 days

Total

2

Last Release

2433d ago

Major Versions

7.x-dev → 8.x-dev2019-09-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/db71250e4435b6ddf07b14cb1d6d1f27f78e558a719b3e5167b825d9fa3fc961?d=identicon)[josereyero](/maintainers/josereyero)

---

Top Contributors

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

---

Tags

drupaldevelopmentDrush

### Embed Badge

![Health badge](/badges/reyero-site-tools/health.svg)

```
[![Health](https://phpackages.com/badges/reyero-site-tools/health.svg)](https://phpackages.com/packages/reyero-site-tools)
```

###  Alternatives

[natanfelles/php-server

Fine-tuning on the PHP built-in web server.

2811.9k2](/packages/natanfelles-php-server)

PHPackages © 2026

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