Login   Register  
PHP Classes
elePHPant
Icontem

AShell

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sylvain Rabot  >  AShell  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: AShell
Base name: ashell
Description: Manage a command line shell in pure PHP
Related classes:
Version: -
PHP version: 5.0.0
License: GNU Lesser General Public License (LGPL)
All time users: 1290 users
All time rank: 2499
Week users: 0 users
Week rank: 2430
 

  Author  
Picture of Sylvain Rabot
Name: Sylvain Rabot <e-mail contact>
Packages: 6 Browse all classes by Sylvain Rabot Browse all classes by
Country: France France - PHP jobs in France
Age: 25
All time rank: 29318 in France France
Week rank: 272 Up14 in France France Up
Innovation award
Innovation award
Nominee: 3x


  Detailed description  
This package can be used create and manage a command line shell in pure PHP.

It can read commands from the standard input and execute recognized commands implemented by separate classes.

The list of recognized commands can be customized by registering PHP classes that implement new custom command handler.

The main class enters in an event loop that displays a prompt, reads commands from the standard input and dispatches the commands calling the command handler classes. The loop ends when the exit command is executed.

Several built-in custom command handlers classes are provided to execute actions like listing all registered commands, providing usage help about a command and example hello world command.

  Groups   Rate classes User ratings   Applications   Related links   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Console Command line and console utilities View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
September 2007
Number 10
Scripting languages can be useful to command applications in a controlled fashion, i.e. giving the developer the ability to control the application without compromising the security and integrity of the application data.

This package implements a scripting language shell based on set a of commands implemented in PHP. The language can be extended by the means of new commands implemented by additional custom command classes.

It can be useful for implementing scripting languages to control PHP based applications.

Manuel Lemos

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
Homepage Homepage

  Files folder image Files  
File Role Description
Plain text file ashell.class.php Class Sources
Plain text file shell.php Example Example

Download all files: ashell.tar.gz ashell.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.