tacnoman/dephpug

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
CHANGELOG.md
Dockerfile
LICENSE.txt
README.md
bin/dephpugger
composer.json
composer.lock
data/flow.png
dephpugger.phar
docker-usage.md
images/demo.gif
images/dephpugger-web.gif
images/dephpugger.gif
images/dephpugger.png
images/docker-demo.png
images/logo.png
installer.sh
phpunit.xml
publish-docker.sh
create-phar.php15
src/Dephpug/Command.php33
src/Dephpug/Command/ContinueCommand.php35
src/Dephpug/Command/DbgpCommand.php41
src/Dephpug/Command/EvalCommand.php36
src/Dephpug/Command/GetValueCommand.php40
src/Dephpug/Command/HelpCommand.php81
src/Dephpug/Command/ListCommand.php44
src/Dephpug/Command/ListPreviousCommand.php43
src/Dephpug/Command/NextCommand.php38
src/Dephpug/Command/QuitCommand.php39
src/Dephpug/Command/SetCommand.php42
src/Dephpug/Command/SetValueCommand.php37
src/Dephpug/Command/StepIntoCommand.php38
src/Dephpug/CommandList.php43
src/Dephpug/Config.php62
src/Dephpug/Console/CliCommand.php33
src/Dephpug/Console/DebuggerCommand.php36
A
25 mins
src/Dephpug/Console/InfoCommand.php29
src/Dephpug/Console/RequirementsCommand.php31
src/Dephpug/Console/ServerCommand.php42
src/Dephpug/Console/concerns/PhpInfo.php56
src/Dephpug/Console/concerns/Printer.php16
src/Dephpug/Core.php35
src/Dephpug/Dbgp/Client.php64
src/Dephpug/Dbgp/Server.php62
src/Dephpug/Dephpugger.php22
src/Dephpug/Exception/ExitProgram.php31