Skip to content

An enhanced ctags compatible index generator written in pure PHP.

Notifications You must be signed in to change notification settings

sandermarechal/phpctags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpctags

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

Using PHP_Parse 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 enhaced functionality has been included into an addon plugin for tagbar as tagbar-phpctags.

Enjoy!

Installation

We use composer for dependency management, run the following commands under the project directory to get composer and install the dependency.

curl -s http://getcomposer.org/installer | php
php composer.phar install

See phpctags on packagist for more details.

Requirements

Acknowledgements

  • Snapi for composer support.

About

An enhanced ctags compatible index generator written in pure PHP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%