metadrop/drupal-dev

Development dependencies for Drupal projects on top of drupal/core-dev

Installs: 35 082

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 3

Open Issues: 0

Type:metapackage

v2.0.0 2024-04-01 13:25 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.

More info

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.

More info

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