Symfony is a PHP framework for web projects. Speed up the creation and maintenance of your PHP web applications. Replace the repetitive coding tasks by power, control and pleasure.

The Drupal module ensures that the Symfony Framework module is available to
other modules. You should not have to install it unless another module asked you
to.

Installation via Drush


drush dl composer
drush dl symfony

Manual installation

  1. Install the module to your sites/all/modules directory.
  2. Execute the following commands:

    cd sites/all/modules/symfony
    curl -s http://getcomposer.org/installer | php
    php composer.phar install

Usage

Visit admin/help/symfony to verify that Symfony is installed correctly and a demonstration on how to use it.

Short name
symfony