2017 © Pedro Peláez
 

drupal-module drupalconnectormodule

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

image

liip/drupalconnectormodule

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

  • Tuesday, February 24, 2015
  • by lapistano
  • Repository
  • 47 Watchers
  • 11 Stars
  • 1,649 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

LiipDrupalConnectorModule

Purpose

Doing quite a number of Drupal projects we found out that for our developers the procedural nature of Drupal is always an obstacle. Furthermore as they are used to at least unit test their code, they always complain about the tight coupling and 'invisible' dependencies you have to agree on when using the Drupal functions, we had to come up with some kind on an abstraction layer to instantiate a dedicated border between our and the Drupal world - the LiipDrupalConnectorModule was born., (*1)

Obtain sources

The complete list of where and how to get your hands on the project sources read the corresponding wiki page., (*2)

For the impatient, there two major ways to download/import the sources into your project., (*3)

Get it from packagist.org

To obtain the sources via composer add the following lines to your composer.json file or complete the list of dependencies., (*4)

"require": {
    "liip/drupalconnectormodule": "1.*"
}

Then execute the following commands on the command line:, (*5)

$> curl -s http://getcomposer.org/installer | php
$> php composer.phar install

Get it from github

If you consider participating and contribute to the connector the best way to start is by forking the repository. For further information how to start contributing and how things are done please refer to Participate and contribute., (*6)

Getting started

Sources fetched? Brilliant.. now we can start using the connector., (*7)

So much for a short example. Again the wiki is much more verbose., (*8)

The Versions

24/02 2015

dev-master

9999999-dev

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

  Sources   Download

MIT

The Requires

 

by Daniel Barsotti

tdd testing drupal adapter oop drupal 7 ood software quality

20/08 2013

v1.0.1

1.0.1.0

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

  Sources   Download

MIT

The Requires

 

by Daniel Barsotti

tdd testing drupal adapter oop drupal 7 ood software quality

01/07 2013

8.x-dev

8.9999999.9999999.9999999-dev

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

  Sources   Download

MIT

The Requires

 

by Daniel Barsotti
by Patrick Jezek

tdd testing drupal adapter oop drupal 7 ood software quality

23/01 2013

dev-codeCleanUp

dev-codeCleanUp

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

  Sources   Download

MIT

The Requires

 

by Daniel Barsotti

tdd testing drupal adapter oop drupal 7 ood software quality

22/01 2013

dev-menu_module

dev-menu_module

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

  Sources   Download

MIT

The Requires

 

by Daniel Barsotti

tdd testing drupal adapter oop drupal 7 ood software quality

18/01 2013

dev-drupal-testing

dev-drupal-testing

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in an OOD setup.

  Sources   Download

MIT

The Requires

 

by Daniel Barsotti

tdd testing drupal adapter oop drupal 7 ood software quality

16/11 2012

v1.0.0

1.0.0.0

The DrupalConnector Module is an abstraction layer to the Drupal 7 API of global functions in order to use them in a OOD setup.

  Sources   Download

MIT

The Requires

 

by Daniel Barsotti

drupal oop adaptor drupal 7