2017 © Pedro Peláez
 

library drupalcontainer

image

gsdevme/drupalcontainer

  • Friday, April 24, 2015
  • by gsdev
  • Repository
  • 4 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DrupalContainer

Add the Symfony2 Container into a Drupal 7 projects through use of a Drupal 7 module that is weighted to load before any other module., (*1)

Build Status Scrutinizer Code Quality, (*2)

Todo

  • [ ] Symfony2 Console Application to install the Drupal Module
  • [ ] Console Application to search for Drupal Install
  • [ ] Lock file created with relative path of Drupal Install
  • [ ] Ask the user where they want the module installed e.g. /sites/ /profiles/
  • [ ] Tests :)

Installing

You can install both the Drupal 7 module and the container via Composer. You will be prompted for the Drupal Project location and where you want to install the module to, (*3)

"require": {
        "gsdevme/drupalcontainer": "dev-master"
},
"scripts": {
    "post-install-cmd": [
        "bin/drupal-container composer:install"
    ],
    "post-update-cmd": [
        "bin/drupal-container composer:update"
    ]
}

The Versions