From 43fe661731cdab73fc83ab0833662ca4df50cb4e Mon Sep 17 00:00:00 2001 From: z7zmey Date: Tue, 20 Feb 2018 19:33:03 +0200 Subject: [PATCH] update doc.go --- doc.go | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc.go b/doc.go index 896001e..3906d50 100644 --- a/doc.go +++ b/doc.go @@ -1,16 +1,22 @@ /* -## Features: +A Parser for PHP written in Go + +Features: Fully support PHP5 and PHP7 syntax Abstract syntax tree representation Traversing AST -## Install +Install go get github.com/z7zmey/php-parser -Example +CLI dumper + + $GOPATH/bin/php-parser -php5 /path/to/file/or/dir + +Package usage example package main