phpctags

An enhanced ctags compatible index generator written in pure PHP. Released under GPLv2 license.

Github星跟踪图

phpctags

Master Build Status

An enhanced php ctags index file generator
compatible with http://ctags.sourceforge.net/FORMAT.

Using PHP_Parser as PHP syntax parsing
backend, written in pure PHP. The generated ctags index file contains scope
and access information about class's methods and properties.

This tool was originally developed to enhance the PHP syntax outline surport
for vim tagbar plugin. The enhanced
functionality has been included into an addon plugin for tagbar as
tagbar-phpctags.

Enjoy!

Installation

Download

curl -Ss http://vim-php.com/phpctags/install/phpctags.phar > phpctags
php ./phpctags

Build

We currently only support building PHAR executable for *nix like platform
which provides make utility. If you are interested in building an executable
for other platform, especially for Windows, please help yourself out. It
should be easy though (Apologize for not being able to provide any help for
this, I am really not a Windows guy), it also would be great if someone could
provide a patch for this.

Installation is simple, make sure you have PHP's PHAR extension enabled, then
just run make in the root directory of the source, you will get a phpctags
PHAR executable, add it to your $PATH, then you can invoke phpctags
directly from anywhere.

See phpctags on packagist
for more details.

Requirements

Acknowledgements

主要指标

概览
名称与所有者vim-php/phpctags
主编程语言PHP
编程语言Makefile (语言数: 2)
平台
许可证
所有者活动
创建于2012-07-09 15:51:50
推送于2025-03-11 17:08:51
最后一次提交2025-03-11 14:07:08
发布数16
最新版本名称0.11.0 (发布于 )
第一版名称v0.2 (发布于 2012-08-26 16:38:00)
用户参与
星数264
关注者数10
派生数48
提交数251
已启用问题?
问题数33
打开的问题数2
拉请求数29
打开的拉请求数1
关闭的拉请求数25
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?