Skip to content

Commit 2c73360

Browse files
committed
Update README.
1 parent c287633 commit 2c73360

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@ phpctags
22
========
33

44
An enhanced php ctags file generator.
5+
6+
Using [PHP_Parse](https://github.com/nikic/PHP-Parser) as PHP syntax parsing
7+
backend, written in pure PHP. The generated ctags index file contains scope
8+
and access information about the class methods and properties.
9+
10+
This tool was originally developed to enhance the PHP surport for
11+
[tagbar](http://majutsushi.github.com/tagbar/) vim plugin. The enhaced functionity
12+
has been included into an addon plugin for tagbar as
13+
[tagbar-phpctags](https://github.com/techlivezheng/tagbar-phpctags).
14+
15+
enjoy!
16+
17+
Requirements
18+
============
19+
20+
PHP CLI 5.3+

0 commit comments

Comments
 (0)