phpsh
Component ID
1100042
Component name
phpsh
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
636
Component created
Component changed
Component body
This project makes it easy to use phpsh within a Drupal environment. The "module" is just a set of drush commands to make this easier.
- drush phpsh-console
- Runs phpsh with a Drupal version-specific startup file. This puts you into an interactive php shell with Drupal fully bootstrapped. Requires a working phpsh setup.
- drush phpsh-ctags
- Builds a tags file using exuberant ctags. Maps the various Drupal-specific file extensions to the correct file type. This file can then be used by phpsh to give descriptions of Drupal functions. Requires exuberant-ctags.
