aonic / mage-repl

REPL for Magento

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

REPL for Magento

License:MIT License


Languages

Language:PHP 69.8%Language:Makefile 30.2%