2017 © Pedro Peláez
 

library phpdrush

Php library for interacting with Drush Drupal cli tool

image

ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  • Monday, November 20, 2017
  • by ec-europa
  • Repository
  • 6 Watchers
  • 2 Stars
  • 1,780 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 26 Versions
  • 3 % Grown

The README.md

Drush PHP

Php library for interacting with Drush Drupal cli tool, (*1)

Warning

You shall not use this library directly in a webpage, since running one of those methods will take minutes to finish. Instead, this class is made to be used by command line tools, like deployment tools., (*2)

Installation (with composer) :

composer install

Usage

require 'vendor/autoload.php';

$drush = new \PhpDrush\PhpDrush( '/local/path/to/drush', '/local/path/to/site' );

// run updb :

$drush->updateDatabase();

// run registry rebuild (rr) :

$drush->registryRebuild();

// run full feature revert :

$drush->featuresRevert();

// run selective feature revert :

$drush->featuresRevert(
    ['feature1','feature2','feature3']
);

// enable maintenance mode :

$drush->setMaintenanceMode(true);

// clear all caches :

$drush->clearCache();

// evaluate php code in the drush context
$drush->ev('echo "Hello world!"');


Tests

Performing a PHP_CodeSniffer analysis

Before committing, ensure your code is clean by running either composer phpcs or bin/phpcs, (*3)

./bin/phpcs -p --report=full --report=source --report=summary -s --colors

Performing PHPUnit tests

Before committing, ensure there is no regression by running either composer phpunit or bin/phpunit, (*4)

A drupal instance is needed to perform PHPUnit tests. It can be quickly install using drush:, (*5)

./bin/drush dl drupal-7 --drupal-project-rename=drupal --yes
./bin/drush -r drupal site-install standard --account-name=admin --account-pass=admin --db-url=mysql://username:password@hostname/database --yes

The Versions

20/11 2017

dev-master

9999999-dev https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

 

The Development Requires

php helper drupal drush

20/11 2017

0.2.0

0.2.0.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

 

The Development Requires

php helper drupal drush

16/11 2017

dev-drone-PHPUnit

dev-drone-PHPUnit https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

 

The Development Requires

php helper drupal drush

15/11 2017

0.1.20

0.1.20.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

 

The Development Requires

php helper drupal drush

13/07 2017

0.1.19

0.1.19.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

21/10 2016

dev-feature/NEXTEUROPA-13631

dev-feature/NEXTEUROPA-13631 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

 

php helper drupal drush

27/06 2016

0.1.18

0.1.18.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

27/06 2016

0.1.17

0.1.17.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

08/02 2016

0.1.16

0.1.16.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

08/02 2016

0.1.15

0.1.15.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

28/12 2015

0.1.14

0.1.14.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

08/12 2015

0.1.13

0.1.13.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

08/12 2015

0.1.12

0.1.12.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

26/11 2015

dev-feature/transportable

dev-feature/transportable https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

04/11 2015

0.1.11

0.1.11.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

30/10 2015

0.1.10

0.1.10.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

29/10 2015

0.1.9

0.1.9.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

29/10 2015

0.1.8

0.1.8.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

22/10 2015

0.1.7

0.1.7.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

21/10 2015

0.1.6

0.1.6.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

19/10 2015

0.1.5

0.1.5.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

16/10 2015

0.1.4

0.1.4.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

16/10 2015

0.1.3

0.1.3.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

16/10 2015

0.1.2

0.1.2.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

16/10 2015

0.1.1

0.1.1.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush

16/10 2015

0.1

0.1.0.0 https://github.com/ec-europa/phpdrush

Php library for interacting with Drush Drupal cli tool

  Sources   Download

EUPL

The Requires

  • php >=5.3.0

 

php helper drupal drush