mage-repl

REPL for Magento

MIT License

Stars
16

Interactive PHP environment for Magento

PHP REPL initialized with Magento built with Boris. Allows easy CLI interaction with Magento in an interactive environment. Similar to Laravel tinker, or Rails console.

Install

make install

Usage

mage-repl --path=/path/to/magento

OR

cd /path/to/magento
mage-repl
Related Projects