Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgranadino/Interactive-Magento-Console
A simple shell script which loads a magento environment
https://github.com/rgranadino/Interactive-Magento-Console
Last synced: 3 months ago
JSON representation
A simple shell script which loads a magento environment
- Host: GitHub
- URL: https://github.com/rgranadino/Interactive-Magento-Console
- Owner: rgranadino
- Created: 2011-09-22T14:21:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T00:34:38.000Z (almost 11 years ago)
- Last Synced: 2024-06-29T19:33:29.316Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 28
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-magento - Interactive Magento Console
README
A *simple* shell script to load up a Magento environment and execute PHP code
Very experimental and should only be ran on dev serversREQUIRES
php pcntlOPTIONAL
php readline (no history, autocomplete or cursor support)KNOWN ISSUES
ctrl+c doesn't exit app until you return/enter (but at least it'll save your history)
poorly written auto complete functionality
input must be able to be eval'd (e.g. `$x="` would cause a syntax error)INSTALL
place in your include path or base magento directory, make sure it's executable
must be ran from base magento directoryUSAGE
imc [store_code]INFO
History File Saved at ~/.imc_history
Log File Saved at ~/imc.log