Download the PHP package michaeljoelphillips/ctags-php without Composer
On this page you can find all versions of the php package michaeljoelphillips/ctags-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michaeljoelphillips/ctags-php
More information about michaeljoelphillips/ctags-php
Files in michaeljoelphillips/ctags-php
Download michaeljoelphillips/ctags-php
More information about michaeljoelphillips/ctags-php
Files in michaeljoelphillips/ctags-php
Vendor michaeljoelphillips
Package ctags-php
Short Description Reads tag files generated by universal ctags
License MIT
Package ctags-php
Short Description Reads tag files generated by universal ctags
License MIT
Please rate this library. Is it a good library?
Informations about the package ctags-php
ctags-php
This library provides support for reading tag files generated by various versions of Ctags, including Universal and Exuberant Ctags.
Installation
Usage
You can filter tags using a predicate function, match tags similar to
readtags
, or list all tags. The result for each is a Generator
containing CTags\Tag
objects:
If reading the Universal Ctags extension fields is not necessary, you can exclude them for better performance:
All versions of ctags-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
The package michaeljoelphillips/ctags-php contains the following files
Loading the files please wait ....