We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c287633 commit 2c73360Copy full SHA for 2c73360
README.md
@@ -2,3 +2,19 @@ phpctags
2
========
3
4
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