generoi / genero-status
Genero Status
Installs: 5 549
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:php-script
pkg:composer/generoi/genero-status
Requires
- php: >=7.2.0
This package is auto-updated.
Last update: 2025-10-31 00:29:39 UTC
README
A basic status script to query the status of a Drupal/Wordpress site from a remote dashboard.
Installation
Recommended way is to install the script in the root of the project using composer. To move it from the vendor/ directory you can use the following configuration using composer-dropin-installer:
{
  "repositories": [
    {
      "type": "composer",
      "url": "https://packagist.minasithil.genero.fi/"
    }
  ],
  "require": {
    "php": ">=5.6",
    "composer/installers": "~1.2.0",
    "koodimonni/composer-dropin-installer": "*",
    "generoi/genero-status": "*"
  },
  "extra": {
    "dropin-paths": {
      "web/": ["package:generoi/genero-status:genero-status.php"]
    }
  }
}