https://github.com/mavimo/drush-php-cli
Drush PHP CLI tool
https://github.com/mavimo/drush-php-cli
Last synced: 5 months ago
JSON representation
Drush PHP CLI tool
- Host: GitHub
- URL: https://github.com/mavimo/drush-php-cli
- Owner: mavimo
- Created: 2013-07-10T17:22:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-10T17:24:35.000Z (almost 13 years ago)
- Last Synced: 2025-03-24T07:55:00.550Z (about 1 year ago)
- Size: 94.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)