Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/studio107/php-xdebug-analyser

Golang version of https://gist.github.com/qantus/c92aa94e4b7381464f2c
https://github.com/studio107/php-xdebug-analyser

Last synced: 6 days ago
JSON representation

Golang version of https://gist.github.com/qantus/c92aa94e4b7381464f2c

Awesome Lists containing this project

README

        

# Installation

```
go get github.com/cheggaaa/pb
go get github.com/codegangsta/cli
go get github.com/crackcomm/go-clitable

go build -o php-analyse
```

# Usage

```
php-analyse --file=./trace.xt
```