Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mavimo/drush-php-cli

Drush PHP CLI tool
https://github.com/mavimo/drush-php-cli

Last synced: about 2 months ago
JSON representation

Drush PHP CLI tool

Awesome Lists containing this project

README

        

# Install

You can use it directly from this repo:

mkdir ~/.drush
cd $_
git clone https://github.com/mavimo/drush-php-cli.git php-cli

Load required dependencies with composer:

composer install

And clear drush cache

drush cc drush

# Usage

Create an interactive shell using:

drush php-cli

now you can write all PHP code you need to test.

# Credits

Idea from [http://twitter.com/grota](Giuseppe Rota)
Implemented from [http://twitter.com/mavimo](Marco Vito Moscaritolo)