2017 © Pedro Peláez
 

library drupal-driver

A collection of reusable Drupal drivers

image

drupal/drupal-driver

A collection of reusable Drupal drivers

  • Monday, July 9, 2018
  • by jhedstrom
  • Repository
  • 6 Watchers
  • 42 Stars
  • 1,582,450 Installations
  • PHP
  • 15 Dependents
  • 0 Suggesters
  • 70 Forks
  • 44 Open issues
  • 53 Versions
  • 9 % Grown

The README.md

Build Status, (*1)

Provides a collection of light-weight drivers with a common interface for interacting with Drupal. These are generally intended for testing, and are not meant to be API-complete., (*2)

Read the full documentation, (*3)

Latest Stable Version Total Downloads License Scrutinizer Code Quality, (*4)

Drivers

These drivers support Drupal versions 7 and 8., (*5)

  • Blackbox
  • Direct Drupal API bootstrap
  • Drush

Installation

``` json { "require": { "drupal/drupal-driver": "~2.0" } }, (*6)


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

Usage

``` php <?php, (*7)

use Drupal\Driver\DrupalDriver;, (*8)

require 'vendor/autoload.php';, (*9)

// Path to Drupal. $path = './drupal-8';, (*10)

// Host. $uri = 'http://d8.devl';, (*11)

$driver = new DrupalDriver($path, $uri); $driver->setCoreFromVersion();, (*12)

// Bootstrap Drupal. $driver->bootstrap();, (*13)

// Create a node. $node = (object) array( 'type' => 'article', 'uid' => 1, 'title' => $driver->getRandom()->name(), ); $driver->createNode($node); ```, (*14)

Contributing

Features and bug fixes are welcome! First-time contributors can jump in with the issues tagged good first issue., (*15)

See CONTRIBUTING.md for more information., (*16)

Release notes

See CHANGELOG., (*17)

The Versions

09/04 2016
08/10 2015

dev-revert-63-master

dev-revert-63-master http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

07/10 2015

1.0.x-dev

1.0.9999999.9999999-dev http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

07/10 2015
16/07 2015

dev-additional-travis-envs

dev-additional-travis-envs http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

16/07 2015

dev-extension-loading-abstraction

dev-extension-loading-abstraction http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

25/06 2015
01/06 2015
22/05 2015
16/05 2015
16/05 2015
31/03 2015
31/03 2015

dev-php53-fixes

dev-php53-fixes http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

25/03 2015
19/03 2015

v1.0.10

1.0.10.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

18/03 2015

v1.0.9

1.0.9.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

18/03 2015

dev-fix-drupal8-bootstrap

dev-fix-drupal8-bootstrap http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

05/03 2015

v1.0.8

1.0.8.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

25/02 2015

v1.0.7

1.0.7.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

25/02 2015

v1.0.6

1.0.6.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

20/02 2015

v1.0.5

1.0.5.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

13/02 2015

v1.0.4

1.0.4.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

23/12 2014

v1.0.3

1.0.3.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

07/11 2014

v1.0.2

1.0.2.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

07/11 2014

v1.0.1

1.0.1.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

31/10 2014

v1.0.0

1.0.0.0 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

17/10 2014

v1.0.0-beta2

1.0.0.0-beta2 http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web

17/10 2014

v1.0.0-beta

1.0.0.0-beta http://github.com/jhedstrom/DrupalDriver

A collection of reusable Drupal drivers

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

test drupal web