Registered by Eugenia Bahit

Command Line Interface enhancement alternative for PHP on Debian 7 (Wheezy) and whatever GNU/Linux distro that you want.

Solve problem of PHP CLI in Debian 7 by using this short script.

Developed in Python by Eugenia Bahit (http://www.eugeniabahit.com), PHP Minimal CLI provides multiple distinctive features like:

  • Don't closes when a fatal error is given
  • Stores all lines of code in a editable stack
  • You can delete the lines that you want at all time
  • Stores an output buffer from your code lines
  • You can use the tab key, arrows keys Ctrl+r to search a previous command
  • Save the stack and buffer in a php file
  • Import source code from a file
  • You can empty the stack and clean buffer when you want
  • Execute automatically print, print_r and var_dump instructions and save them at buffer
  • Execute the code when you decided by typing the internal command "underscore" _

Project information

Maintainer:
Eugenia Bahit
Driver:
Eugenia Bahit
Licence:
GNU GPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Python, GNU Bash

All bugs Latest bugs reported

Get Involved

  • Report a bug
  • warning
    Ask a question
  • warning
    Help translate

Downloads

Latest version is 0.3.5
released

All downloads

Announcements

  • v 0.3.2 Important fixing on 2015-02-10
    In the version 0.3.1 the empty code stack function not works fine. This bug w...