Giter Club home page Giter Club logo

phpcommandline's Introduction

phpcommandline

A web command line interface, that can run php programs on server side. It provides basic username and password authentication. You can build you own, or link your existing programs to this browser based command line to run them from your browser.

install

Clone or download the repository and place it inside the folder on the server from where you want to use it - e.g. /myphpcommandline/.

setup

When installed, the tool does not provide any logins. However you can simply add one by placing a "username.user" file in the /user/ folder with the password of this user as file content.

usage

once followed the steps above, simply open the url of the directory in a browser and type login. You can now login with the username and password created above.

preinstalled programs:

  • cd
  • echo
  • exit
  • help
  • login
  • logout
  • ls
  • more
  • pwd
  • reset
  • rm
  • touch
  • update

building own programs

you can build (or link) your own programs by creating a dir in the /programs/ folder with the name of your program. This dir should countain a init.php file with a method named after following scheme:

function [yourprogramname]Main($args, $command) {
  lCommand::write("> $command");
}

where $args is an array of strings, containing all aditional arguments provided to this function and $command is the whole command that was called. You can write a line to the output by calling lCommand::write("CONTENT");

phpcommandline's People

Contributors

joonlabs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.