zr / zr-audit-bundle
ZR Audit Bundle
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/coder: ^8.3
- drupal/core: ^10.3 || ^11
- drupal/diff: ^1.8
- drupal/hacked: ^2.0@beta
- drupal/reroute_email: ^2.3@RC
- drupal/schema: dev-3465075-drupal-11-compatibility-2
- drupal/security_review: ^3.1
- drupal/site_audit: ^4.1
- drupal/unused_modules: ^1.5
- drupal/upgrade_status: ^4.3
Requires (Dev)
- phpmd/phpmd: @stable
This package is auto-updated.
Last update: 2025-05-19 09:41:54 UTC
README
Installation
To install the ZR Audit Bundle, follow the steps below:
-
Ensure the below has been added to the
composer.json
repositories before the drupal repository if you're on Drupal 11:{ "type": "vcs", "url": "https://git.drupalcode.org/issue/schema-3465075" },
-
Ensure the below has been added to the
composer.json
installer-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/zr-audit-bundle
-
Run the following command (within the
/web
directory):ddev drush recipe recipes/custom/zr-audit-bundle
This command will execute the ZR Audit Bundle installation.
You should also get https://www.drupal.org/project/sensitive_data. To do this:
cd ~/.drush/commands
git clone https://git.drupalcode.org/project/sensitive_data.git
drush cc drush
Usage:
Required:
This bundle installs the following:
- site_audit
- reroute_email
- hacked
- diff
- unused_modules
- coder
- security_review
- schema
- upgrade_status
- phpmd