juanjol/drupal-dev

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

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 3

Type:metapackage

0.x-dev 2023-03-09 17:31 UTC

This package is auto-updated.

Last update: 2024-04-09 19:57:39 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