.. _available_tools: *************** Available tools *************** Each PHP container version brings the same tools, so you can safely switch versions without having to worry to have less or more tools available. .. seealso:: :ref:`tutorial_work_inside_the_php_container` The PHP container is your workhorse and these are your tools: +----------------------+-----------------------------------------------------------------------------------+ | Binary | Tool | +======================+===================================================================================+ | various binaries | `awesome-ci `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``brew`` | `Linux brew `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``composer`` | `Composer `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``drush`` | `Drush `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``drupal`` | `Drupal Console `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``eslint`` | `ESLint `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``git`` | `Git `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``git-flow`` | `Git flow `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``gulp`` | `Gulp `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``grunt`` | `Grunt `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``jsonlint`` | `JSON lint `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``laravel`` | `Laravel installer `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``mdl`` | `Markdown lint `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``mdlint`` | `MD Linter `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``mongo*`` | Various MongoDB client tools | +----------------------+-----------------------------------------------------------------------------------+ | ``mysql*`` | Various MySQL client tools | +----------------------+-----------------------------------------------------------------------------------+ | ``mysqldump-secure`` | `mysqldump-secure `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``node`` | `Node `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``npm`` | `NPM `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``pg*`` | Various PostgreSQL client tools | +----------------------+-----------------------------------------------------------------------------------+ | ``phalcon`` | `Phalcon DevTools `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``phpcs`` | `PHP CodeSniffer `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``phpcbf`` | `PHP Code Beautifier and Fixer `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``photon`` | `Photon CMS cli `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``redis*`` | Various Redis client tools | +----------------------+-----------------------------------------------------------------------------------+ | ``sass`` | `Sass `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``scss-lint`` | `SCSS Lint `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``ssh`` | `OpenSSH `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``symfony`` | `Symfony installer `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``tig`` | `Text-mode Interface for Git `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``webpack`` | `Webpack `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``wp`` | `Wordpress CLI `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``yamllint`` | `Yamllint `_ | +----------------------+-----------------------------------------------------------------------------------+ | ``yarn`` | `Yarn `_ | +----------------------+-----------------------------------------------------------------------------------+ .. note:: If you are in need of other tools, open up an issue at `Github `_ and ask for it, this can usually be implemented very quickly. .. seealso:: If you ever feel those tools are out-dated, simply update your Docker images. Docker images are built every night to ensure latest tools and security patches: :ref:`getting_started_update_the_docker_images`