Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 403 Bytes

File metadata and controls

18 lines (10 loc) · 403 Bytes

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.

Example

Install

make install

Usage

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

OR

cd /path/to/magento
mage-repl