torandi/php-console

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

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

This package is not auto-updated.

Last update: 2024-05-03 16:08:11 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