An open API service indexing awesome lists of open source software.

https://github.com/mako-framework/repl

Interactive shell.
https://github.com/mako-framework/repl

mako-framework mako-package php

Last synced: 5 months ago
JSON representation

Interactive shell.

Awesome Lists containing this project

README

          

# Mako REPL

[![Build Status](https://github.com/mako-framework/repl/workflows/Tests/badge.svg)](https://github.com/mako-framework/repl/actions?query=workflow%3ATests)
[![Static analysis](https://github.com/mako-framework/repl/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/mako-framework/repl/actions/workflows/static-analysis.yml)

## Requirements

Mako 12.0 or greater.

## Installation

1) Add the ```mako\repl\ReplPackage``` package to your ```app/config/application.php``` config file.

2) Run ```php app/reactor repl``` to start the interactive shell.