Download the PHP package jorissteyn/phptags without Composer
On this page you can find all versions of the php package jorissteyn/phptags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jorissteyn/phptags
More information about jorissteyn/phptags
Files in jorissteyn/phptags
Package phptags
Short Description A PHP source code tagging system
License AGPLv3
Homepage https://github.com/jorissteyn/phptags
Informations about the package phptags
__ ___ ____ _ _ ____ _____ _ ____ ____
/ / |__ \ | _ \| | | | _ \ |_ _|/ \ / ___/ ___|
/ / / / | |_) | |_| | |_) | | | / _ \| | _\___ \
\ \ |_| | __/| _ | __/ | |/ ___ \ |_| |___) |
\_\ (_) |_| |_| |_|_| |_/_/ \_\____|____/
A PHP source code tagging system.
Installation
- Clone this repository
- Install composer: https://getcomposer.org/
- In the repository root, run
composer install
- That's it, you probably want to configure the bin/phptags executable in your editor.
Requirements
Should run on PHP 5.3 and newer.
Usage: index
Use phptags index
to create a new tags database in the current working directory and start indexing source files recursively.
Or specify the target directory.
By default, the database file name is PHPTAGS.sqlite
, but that can be changed with the --database
option. The value may be an absolute path, in or outside of the project directory.
Source files are recognized by customizable regular expression on the file name. By default all files with the .php
file extension are matched.
Usage: query
The command phptags query
can be used to find tags in the database. It accepts the --root
and --database
options, and has several additional options to specify the query.
It searches for definitions only, except when the --reference options is given.
License
Copyright 2014 Joris Steyn
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.