Drake

Component type

module

Categories

Maintenance status

Development status

Downloads

14528

Component created

Component changed

Yet another site-building/rebuilding/stuff-doing tool for Drush, this one taking much more inspiration from the likes of make(1) (and rake, pake, phake, ant, phing, etc), and other more or less general purpose building tools, but with Drush Flavour (TM).

Apart from site building, Drake can be used for running various housekeeping associated with Drupal development, such as running CI tests or running deployment procedures.

Composer Manager

Component type

module

Maintenance status

Development status

Downloads

237077

Component created

Component changed

Composer Manager allows contributed modules to depend on PHP libraries managed via Composer.

Composer is a command line tool for installing PHP libraries and their dependencies on a per-project basis. Nowadays, all libraries are registered on Packagist and expect to be installed via Composer. See the Composer Getting started page for more information.

Taxonomy XML dump

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module dumps all the terms in a taxonomy vocabulary to a single XML file with the hierarchy structure preserved. The functionality can be accessed through a new tab on the vocabulary administration page.

The XML file also shows the number of children (immediate children) and offspring (children and their children and so on) for each term.

dbinfo

Component type

module

Maintenance status

Development status

Downloads

1460

Component created

Component changed

What this Module does for you:

DBinfo adds a small status report item to the /admin/status/reports page of your Drupal website.

DBinfo tells you the database connection information for any configured databases Drupal has connection info for. Optionally, it can test the connection on status report page load.

Requirements

This module requires Ctools in order to generate the collapsible reports.

As a security precaution the db password always displays as [omitted] from the report page.