metadrop / drupal-dev
Development dependencies for Drupal projects on top of drupal/core-dev
Installs: 49 129
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 6
Open Issues: 0
Type:metapackage
Requires
- bex/behat-step-time-logger: ^2.0
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0 || ^1.0
- drupal/behat_javascript: ^1.0
- drupal/config_inspector: ^2.1
- drupal/core-dev: >=9
- drupal/devel: ^5.0 || ^4.0
- drupal/image_styles_generator: ^1.0
- edgedesign/phpqa: dev-master
- liborm85/composer-vendor-cleaner: ^1.7
- metadrop/backstopjs-addons: ^1.0
- metadrop/behat-contexts: ^1.0
- metadrop/composer-comments: ^1.0
- metadrop/drupal-updater: ^1.0
- metadrop/grumphp-php-compatibility: ^1.0 || ^2.0
- metadrop/scripthor: ^4.0
- mxr576/ddqg-composer-audit: ^1.2
- php-parallel-lint/php-parallel-lint: ^1.3
- phpro/grumphp: ^1.1 || ^2.8
- phpspec/prophecy-phpunit: ^2 || ^1
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- dev-main
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.0
- v1.1.0
- 1.0.1
- 1.0.0
- v0.5.0
- v0.5.0-rc1
- v0.4.0
- v0.3.0
- v0.2.0
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-13-remove-image_styles_generator
- dev-feature/remove-composer
- dev-feature/config-inspector
- dev-fb-add-assistant-as-separate-dependency
This package is auto-updated.
Last update: 2025-03-01 00:47:18 UTC
README
On top of drupal/core-dev, this package adds more development dependencies that are useful in any drupal development.
Devel
Devel provides suite of modules containing helpful tools for module developers and themers.
PHP Code Sniffer.
Verify that the code follows the best practices. It will integrate the own drupal coding standards.
PHP mess detector.
Find potential problems in the PHP code. More info
PHP copy paste detector.
Detect duplicated code. More info
Behat
Allows writing behaviour driven development in PHP, very useful to cover the functionalities of your Drupal site. More info
Step time logger
Finds slow scenarios by measuring the time spent on each step. More info
PHPQA
PHPQa allows to unify all the static analysis tools in just one command to makes code quality review easier.
Drupal check
Built on PHPStan, drupal-check will check for correctness (e.g. using a class that doesn't exist), deprecation errors, and more.
GrumPHP
Ensure developers follow the Drupal coding standards and best practices. To make your projects fit the highest quality assurance, a git-hook is automatically installed so is not possible to commit any change without accomplishing those quality requirements.
Grumphp drupal check
Grumphp drupal check ensures that deprecated code is detected before commiting it.
Scripthor
Swiss knife of scripts for speed up the development on drupal projects. More info