Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mavimo/drush-php-cli
- Owner: mavimo
- Created: 2013-07-10T17:22:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-10T17:24:35.000Z (over 11 years ago)
- Last Synced: 2024-12-01T04:52:04.442Z (2 months ago)
- Size: 94.7 KB
- Stars: 4
- Watchers: 3
- 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-cliLoad 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)