HomebulletScriptsbulletTag: cli (9 results)
  1. PHPLinter
    83 total visits
    PHPLinter is a scoring system for PHP files, inspired by JSLint. A predefined set of rules is included, but they are customizable. It can be ran from the PHP CLI.Features of PHPLinter:- Information- Conventions- Deprecated info- Warnings- Refactor- Security rules
  2. PHPMD5Crack
    184 total visits
    PHPMD5Crack is a collection of PHP CLI scripts allow developers to crack down the original string from an MD5 string useful in MD5 hash recovery.The tools use the Dictionary Crack and the Rainbow Web Crack methods.
  3. No Screenshot
    84 total visits
    This is a PHP CLI tool to detect code changes. Developers can use the PHP console to compare different versions of a piece of code. Can work with libraries, frameworks or packages. It detects code changes in terms of script existence or methode definitions. PHP Compare Code is a better alternative to the classic diff tool.Features of PHP Code Comparator:- ...
  4. No Screenshot
    361 total visits
    For CLI scripts, allows you to ensure that only one copy of the script will run at a given time, using a PID (process ID) file.Requires posix module. Recommended deployment is to put it in a file 'pid_file.lib.php' in an include directory. Then require_once('pid_file.lib.php') in scripts you want to use it, and call, for example, check_pid_file('/var/run/my_script.pid') to perform your PID ...
  5. No Screenshot
    1897 total visits
    Threader uses the PHP proc_open function to run a given PHP script by starting a new copy of the PHP CLI version. Threader can also pass environment variables to a running script and retrieve the generated output. Requirements: PHP 5 or higher
  6. No Screenshot
    1344 total visits
    The PHP CLI program is used to start parallel processes in the background. The new process is set to run a given PHP script. Variable values are passed to the new process using temporary files.Requirements: PHP 5.1.2 or higher
  7. No Screenshot
    1778 total visits
    The code of snippets can be used to generate PHP script files inside a specified directory. PHP actuator can then run the scripts using the PHP standalone CLI program and display the scripts output.PHP actuator can also list all the previously generated scripts within a form select input to let the user pick which script he wants to try.Requirements: PHP ...
  8. No Screenshot
    1634 total visits
    CLI Parser class can be used to parse and extract the values of arguments passed to a PHP script when it is executed from the command line.There are several classes that can parse and validate arguments of several types like: boolean switches, strings, numbers, files and directory names.The main class can use objects of the configured argument types classes to ...
  9. No Screenshot
    2121 total visits
    CLI is a(C)command (L)ine (I)nterface - shell argument parsing and handling class. Features of CLI classes:- automatic required arguments detection, - handling of switches without values, - automatic help page display, - support for unlimited number of arguments, - support for multiple instances of the same arguments and more.
Pages 1 of 1« 1 »