torandi/php-console

There is no license information available for the latest version (v1.0) of this package.

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/torandi/php-console

v1.0 2016-02-15 18:15 UTC

This package is not auto-updated.

Last update: 2025-12-12 23:48:38 UTC


README

A Console for php projects. 

Tabcompletion supports:
global functions
global variables
public functions and variables in variables (eg $foo->[TAB] tabcomplets among function and variables in $foo)

Package exists on packagist, run:
composer require torandi/php-console
to add to your project